We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c708a7b commit 61ba8bdCopy full SHA for 61ba8bd
2 files changed
composer.json
@@ -16,13 +16,13 @@
16
},
17
"require": {
18
"php": ">=7.1",
19
- "league/flysystem": "~1.0.41"
+ "league/flysystem": ">=1.0.41"
20
21
"minimum-stability": "stable",
22
"require-dev": {
23
- "mockery/mockery": "~1.0",
24
- "league/flysystem-memory": "~1.0",
25
- "phpunit/phpunit": "^6.5"
+ "mockery/mockery": "~1",
+ "league/flysystem-memory": "~1",
+ "phpunit/phpunit": "~6"
26
27
"extra": {
28
"branch-alias": {
0 commit comments