Skip to content

Commit fb152ed

Browse files
Add Laravel 11 support
1 parent 09f79ee commit fb152ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
],
4848
"require": {
4949
"php": ">=7.1.0",
50-
"laravel/framework": "^7.0|^8.0|^9.0|^10.0"
50+
"laravel/framework": "^7.0|^8.0|^9.0|^10.0|^11.0"
5151
},
5252
"require-dev": {
53-
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0",
54-
"orchestra/testbench": "^5.0|^6.0|^7.0|^7.0"
53+
"phpunit/phpunit": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
54+
"orchestra/testbench": "^5.0|^6.0|^7.0|^7.0|^8.0"
5555
},
5656
"autoload": {
5757
"psr-4": {

0 commit comments

Comments
 (0)