Skip to content

Commit a136f3e

Browse files
authored
Merge pull request #557 from LDSign/patch-1
Clamp league/flysystem to ^1.0
2 parents 919f7f6 + d4cf6b5 commit a136f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"cakephp/orm": "^3.5",
16-
"league/flysystem": "*"
16+
"league/flysystem": "^1.0"
1717
},
1818
"require-dev": {
1919
"cakephp/cakephp": "^3.5",

0 commit comments

Comments
 (0)