Skip to content

Commit 61ba8bd

Browse files
committed
lowest dependency versions that pass tests
1 parent c708a7b commit 61ba8bd

2 files changed

Lines changed: 271 additions & 574 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
},
1717
"require": {
1818
"php": ">=7.1",
19-
"league/flysystem": "~1.0.41"
19+
"league/flysystem": ">=1.0.41"
2020
},
2121
"minimum-stability": "stable",
2222
"require-dev": {
23-
"mockery/mockery": "~1.0",
24-
"league/flysystem-memory": "~1.0",
25-
"phpunit/phpunit": "^6.5"
23+
"mockery/mockery": "~1",
24+
"league/flysystem-memory": "~1",
25+
"phpunit/phpunit": "~6"
2626
},
2727
"extra": {
2828
"branch-alias": {

0 commit comments

Comments
 (0)