Skip to content

Commit

Permalink
support laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pemudakoding authored Dec 19, 2024
1 parent 15f1f31 commit 451a1c1
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 @@ -42,18 +42,18 @@
"prefer-stable": true,
"require": {
"php": "~8.2",
"illuminate/support": "^9.41 | ^10.0.0",
"illuminate/console": "^9.41 | ^10.0.0",
"illuminate/filesystem": "^9.41 | ^10.0.0",
"illuminate/container": "^9.42 | ^10.0.0",
"illuminate/support": "^9.41|^10.0.0|^11.0",
"illuminate/console": "^9.41|^10.0.0|^11.0",
"illuminate/filesystem": "^9.41|^10.0.0|^11.0",
"illuminate/container": "^9.42 |^10.0.0|^11.0",
"cuyz/valinor": "^1.3",
"spatie/php-cloneable": "^1.0"
},
"require-dev": {
"laravel/pint": "^1.2",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.3",
"orchestra/testbench": "^7.14|^8.0",
"orchestra/testbench": "^7.14|^8.0|^9.0",
"phpstan/phpstan": "^1.9"
},
"config": {
Expand Down

0 comments on commit 451a1c1

Please sign in to comment.