Skip to content

Commit 1795a67

Browse files
Merge pull request #117 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 930df31 + 147ba56 commit 1795a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"ext-json": "*"
2424
},
2525
"require-dev": {
26-
"barryvdh/laravel-ide-helper": "^2.12",
26+
"barryvdh/laravel-ide-helper": "^2.12|dev-master",
2727
"brianium/paratest": "^6.2",
2828
"friendsofphp/php-cs-fixer": "^3.5",
2929
"nunomaduro/collision": "^5.3|^6.0",
3030
"orchestra/testbench": "^6.15|^7.0|^8.0",
3131
"phpunit/phpunit": "^9.3",
3232
"spatie/laravel-ray": "^1.23",
3333
"squizlabs/php_codesniffer": "^3.6",
34-
"vimeo/psalm": "^4.8"
34+
"vimeo/psalm": "^4.8|^5.6"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)