Skip to content

Commit

Permalink
Merge pull request #61 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
butschster committed Feb 28, 2024
2 parents 1cf3e5f + 31b9d58 commit 6bedbf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
"require": {
"ext-json": "*",
"php": ">=8.0",
"illuminate/config": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0"
"illuminate/config": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/contracts": "^9.0|^10.0|^11.0",
"illuminate/console": "^9.0|^10.0|^11.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.3|^10.5",
"vimeo/psalm": "^5.15"
},
"autoload": {
Expand Down

0 comments on commit 6bedbf6

Please sign in to comment.