Skip to content

Commit

Permalink
Merge pull request #583 from FriendsOfCake/saeideng-patch-1
Browse files Browse the repository at this point in the history
allow league/flysystem 3.0
  • Loading branch information
saeideng committed Feb 10, 2022
2 parents a66f7b9 + 5d95e52 commit a2cf020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"require": {
"cakephp/orm": "^4.0.2",
"league/flysystem": "^2.2"
"league/flysystem": "^2.2|^3.0"
},
"require-dev": {
"cakephp/cakephp": "^4.0.2",
"phpunit/phpunit": "~8.5.0",
"cakephp/cakephp-codesniffer": "^4.0",
"league/flysystem-memory": "^2.0",
"league/flysystem-memory": "^2.0|^3.0",
"php-vfs/php-vfs": "^1.4.2"
},
"autoload": {
Expand Down

0 comments on commit a2cf020

Please sign in to comment.