Skip to content

Commit

Permalink
Merge pull request #560 from nunomaduro/patch-1
Browse files Browse the repository at this point in the history
[0.6.x] Adds L11 support
  • Loading branch information
taylorotwell authored Nov 24, 2023
2 parents 12e7937 + 47edcee commit 0a8080a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"require": {
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
"ext-json": "*",
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0"
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0|^11.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0",
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0|^9.0",
"mockery/mockery": "^1.3.3",
"phpunit/phpunit": "^8.0|^9.5.8"
},
Expand Down

0 comments on commit 0a8080a

Please sign in to comment.