Skip to content

Commit

Permalink
Laravel 11 Support (#10) fixes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
yondifon authored May 9, 2024
1 parent 34836bd commit ebf9c26
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 @@ -19,13 +19,13 @@
},
"require": {
"hidehalo/nanoid-php": "^1.1",
"illuminate/auth": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
"illuminate/auth": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"ext-pdo": "*",
"pestphp/pest": "^2.0",
"orchestra/testbench": "^8.0",
"orchestra/testbench": "^8.0|^9.0",
"laravel/pint": "^1.10"
},
"extra": {
Expand Down

0 comments on commit ebf9c26

Please sign in to comment.