Skip to content

Commit

Permalink
add support for laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven authored Mar 13, 2024
1 parent 2112c6d commit 47788d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"type": "library",
"require": {
"php": ">=8.1",
"illuminate/validation": "^10.0",
"illuminate/support": "^10.0"
"illuminate/validation": "^10.0|^11.0",
"illuminate/support": "^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^10.2",
"phpstan/phpstan": "^1.10",
"laravel/framework": "^10.0"
"laravel/framework": "^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 47788d7

Please sign in to comment.