Skip to content

Commit 4d1a141

Browse files
authored
Support for Laravel 11 (#86)
1 parent 84a6e19 commit 4d1a141

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
@@ -24,8 +24,8 @@
2424
},
2525
"require": {
2626
"php": "^8.0",
27-
"illuminate/filesystem": "^9.30 || ^10.0",
28-
"illuminate/support": "^9.0 || ^10.0",
27+
"illuminate/filesystem": "^9.30 || ^10.0 || ^11.0",
28+
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
2929
"zing/esdk-obs-php": "^3.21.6",
3030
"zing/flysystem-obs": "^2.2 || ^3.0"
3131
},
@@ -34,7 +34,7 @@
3434
"league/flysystem-read-only": "^3.3",
3535
"mockery/mockery": "~1.3.3 || ^1.4.2",
3636
"nunomaduro/larastan": "^1.0 || ^2.0",
37-
"orchestra/testbench": "^7.0 || ^8.0",
37+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
3838
"phpunit/phpunit": "^9.5 || ^10.0",
3939
"zing/coding-standard": "^6.4 || ^7.0"
4040
},

0 commit comments

Comments
 (0)