Skip to content

Commit

Permalink
support laravel 11 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
saqueib authored May 15, 2024
1 parent 250dcae commit e3d9899
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 @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^7.3|^8.0|^8.1",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0"
"php": "^7.3|^8.0|^8.1|^8.2",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "4.*|5.*|6.*",
"orchestra/testbench": "4.*|5.*|6.*|^8.0|^9.0",
"mockery/mockery": "^0.9.4 || ~1.0",
"phpunit/phpunit": "^8.5"
"phpunit/phpunit": "^8.5|^9.5.10|^10.5"
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit e3d9899

Please sign in to comment.