Skip to content

Commit

Permalink
Merge pull request #412 from Slamdunk/flysystem_3
Browse files Browse the repository at this point in the history
Allow flysystem v3
  • Loading branch information
asgrim authored Jan 25, 2022
2 parents ab62480 + 7067bfa commit 9c55ab9
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 140 deletions.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": ">=7.4.3,<8.2.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.4.1",
"league/flysystem": "^2.3.2",
"league/flysystem": "^2.3.2 || ^3.0.0",
"matthiasmullie/scrapbook": "^1.4.8",
"monolog/monolog": "^2.3.5",
"psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0",
Expand Down Expand Up @@ -70,6 +70,11 @@
"bin/browscap-php"
],
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"phpstan/extension-installer": true
},
"preferred-install": "dist",
"sort-packages": true
}
Expand Down
Loading

0 comments on commit 9c55ab9

Please sign in to comment.