Skip to content

Commit

Permalink
Requires microsoft/azure-storage in v0.15.0 or up
Browse files Browse the repository at this point in the history
* `ServiceException::getErrorReason()` has been removed since v0.13.0
* `ServicesException` has been moved to `MicrosoftAzure\Storage\Common\Exceptions\ServiceException` since microsoft/azure-storage v0.14.0
* `CreateBlobOptions::setBlobContentType()` has been renamed into setContentType since v0.15.0
  • Loading branch information
Albin Kerouanton committed Jun 8, 2017
1 parent 6098c08 commit 431f75f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"type": "metapackage",
"require": {
"knplabs/gaufrette": "^0.3",
"microsoft/windowsazure": "0.*@dev"
"microsoft/windowsazure": "0.*@dev",
"microsoft/azure-storage": "~0.15"
},
"conflict": {
"microsoft/windowsazure": "<0.4.3"
Expand Down

0 comments on commit 431f75f

Please sign in to comment.