Skip to content

Commit 8a942a1

Browse files
authored
update to latest version of league/flysystem-azure-blob-storage
Currently the version of guzzle required in league/flysystem-azure-blob-storage 1.0.0 conflicts with the latest version of silverstripe/graphql
1 parent 47fd9f6 commit 8a942a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"require": {
1818
"silverstripe/framework": "^4.8",
1919
"silverstripe/vendor-plugin": "^1.0",
20-
"league/flysystem-azure-blob-storage": "^1.0",
21-
"league/flysystem-cached-adapter": "^1.0"
20+
"league/flysystem-azure-blob-storage": "^3.3.0",
21+
"league/flysystem-cached-adapter": "^1.1.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)