Skip to content

Commit

Permalink
Merge pull request #21 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
Wulfheart authored Mar 15, 2024
2 parents 9013d51 + 5ead8c5 commit b81b0b1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@
],
"require": {
"php": "^8.1|^8.2",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^10.0|^11.0",
"lorisleiva/laravel-actions": "^2.3",
"lorisleiva/lody": "^0.4.0",
"phpdocumentor/reflection": "^5.1",
"riimu/kit-pathjoin": "^1.2",
"spatie/laravel-package-tools": "^1.14"
},
"require-dev": {
"brianium/paratest": "^6.8",
"nunomaduro/collision": "^6.1",
"orchestra/testbench": "^8.0",
"pestphp/pest": "^1.22",
"phpunit/phpunit": "^9.5.10",
"spatie/invade": "^1.1",
"brianium/paratest": "^6.8|^7.4",
"nunomaduro/collision": "^6.1|^8.0",
"orchestra/testbench": "^8.0|^9.0",
"pestphp/pest": "^1.22|^2.34",
"phpunit/phpunit": "^9.5.10|^10.5",
"spatie/invade": "^1.1|^2.0",
"spatie/laravel-ray": "^1.32",
"spatie/pest-plugin-snapshots": "^1.1",
"spatie/pest-plugin-snapshots": "^1.1|^2.1",
"vimeo/psalm": "^5.6"
},
"autoload": {
Expand All @@ -46,7 +46,7 @@
"Wulfheart\\LaravelActionsIdeHelper\\Tests\\": "tests"
}
},
"scripts": {},
"scripts": [],
"config": {
"sort-packages": true,
"allow-plugins": {
Expand Down

0 comments on commit b81b0b1

Please sign in to comment.