Skip to content

Commit 0a8080a

Browse files
authored
Merge pull request #560 from nunomaduro/patch-1
[0.6.x] Adds L11 support
2 parents 12e7937 + 47edcee commit 0a8080a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"require": {
2828
"php": "^7.2|~8.0.0|~8.1.0|~8.2.0|~8.3.0",
2929
"ext-json": "*",
30-
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0"
30+
"laravel/framework": "^6.0|^7.0|^8.74|^9.0|^10.0|^11.0"
3131
},
3232
"require-dev": {
3333
"roave/security-advisories": "dev-master",
34-
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0",
34+
"orchestra/testbench": "^4.0|^5.0|^6.4|^7.0|^8.0|^9.0",
3535
"mockery/mockery": "^1.3.3",
3636
"phpunit/phpunit": "^8.0|^9.5.8"
3737
},

0 commit comments

Comments
 (0)