Skip to content

Commit 379ffd8

Browse files
authored
Merge pull request #2 from Gaufrette/sdk-v1
Require Azure Blob Storage SDK
2 parents 21a329e + f11e637 commit 379ffd8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@
33
"description": "Azure adapter for Gaufrette",
44
"type": "metapackage",
55
"require": {
6-
"knplabs/gaufrette": "~0.3",
7-
"microsoft/windowsazure": "0.*@dev",
8-
"microsoft/azure-storage": "~0.15",
6+
"knplabs/gaufrette": "~0.6",
7+
"microsoft/azure-storage-blob": "^1.0",
98
"ext-fileinfo": "*"
109
},
11-
"conflict": {
12-
"microsoft/windowsazure": "<0.4.3"
13-
},
1410
"authors": [
1511
{
1612
"name": "KnpLabs",

0 commit comments

Comments
 (0)