Skip to content

Commit

Permalink
Merge pull request #33 from laravel-shift/l11-compatibility
Browse files Browse the repository at this point in the history
Laravel 11.x Compatibility
  • Loading branch information
Xety authored May 18, 2024
2 parents d5b7d23 + 7e048cd commit da8458c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
],
"require": {
"php": ">=8.1",
"illuminate/support": "^10.0",
"illuminate/database": "^10.0",
"illuminate/support": "^10.0|^11.0",
"illuminate/database": "^10.0|^11.0",
"xety/configurator": "^1.0"
},
"require-dev": {
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.5",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^9.5|^10.5",
"squizlabs/php_codesniffer": "^3.2"
},
"autoload": {
Expand Down

0 comments on commit da8458c

Please sign in to comment.