Skip to content

Commit

Permalink
Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoda-dev committed Nov 29, 2023
1 parent 2d5d6f9 commit 7d66708
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@
],
"require": {
"php": "^8.1",
"illuminate/support": "^9.0",
"illuminate/console": "^9.0",
"illuminate/database": "^9.0",
"illuminate/broadcasting": "^9.0",
"illuminate/queue": "^9.0",
"illuminate/container": "^9.0"
"illuminate/support": "^9.0|^10.0",
"illuminate/console": "^9.0|^10.0",
"illuminate/database": "^9.0|^10.0",
"illuminate/broadcasting": "^9.0|^10.0",
"illuminate/queue": "^9.0|^10.0",
"illuminate/container": "^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^7.1",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.2",
"pestphp/pest-plugin-mock": "^1.0",
"phpunit/phpunit": "^9.0|^10.1",
"orchestra/testbench": "^7.1|^8.5",
"pestphp/pest": "^1.21|2.8",
"pestphp/pest-plugin-laravel": "^1.2|^2.0",
"pestphp/pest-plugin-mock": "^1.0|^2.0",
"nunomaduro/larastan": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 7d66708

Please sign in to comment.