Skip to content

Commit 6c8306d

Browse files
committed
fix: fix league/flysystem version constraint
1 parent 8a357d0 commit 6c8306d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"illuminate/support": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3333
"illuminate/http": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
3434
"illuminate/container": "5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
35-
"league/flysystem": "^2.0.0"
35+
"league/flysystem": ">=2.0.0"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^6.2",

0 commit comments

Comments
 (0)