Skip to content

Commit 0634ea9

Browse files
authored
Support for Laravel 12 (#111)
1 parent f999396 commit 0634ea9

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 || ^11.0",
28-
"illuminate/support": "^9.0 || ^10.0 || ^11.0",
27+
"illuminate/filesystem": "^9.30 || ^10.0 || ^11.0 || ^12.0",
28+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.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-path-prefixing": "^3.3",
3535
"league/flysystem-read-only": "^3.3",
3636
"mockery/mockery": "~1.3.3 || ^1.4.2",
37-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
37+
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
3838
"phpunit/phpunit": "^9.5 || ^10.0 || ^11.0",
3939
"zing/coding-standard": "^6.4 || ^7.0"
4040
},

0 commit comments

Comments
 (0)