Skip to content

Commit

Permalink
Add support for Laravel 11 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
igoooor authored Apr 11, 2024
1 parent ac49c4f commit 3d6fad1
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 @@ -17,13 +17,13 @@
"require": {
"php": "^8.0",
"ext-redis": "*",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/redis": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0"
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/redis": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"orchestra/testbench": "^6.0|^7.0|^8.0"
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
},
"scripts": {
"test": [
Expand Down

0 comments on commit 3d6fad1

Please sign in to comment.