From df6460eb5573401f0aef85ed0bb84ba82ebffd84 Mon Sep 17 00:00:00 2001 From: Kan Tang Date: Fri, 5 May 2017 15:15:05 +0800 Subject: [PATCH] Azure Storage SDK is updated to the 0.15.0 version. (#925) --- changelog.txt | 4 ++++ composer.json | 2 +- composer.lock | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index bb38619f3..63313defd 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Windows Azure SDK For PHP 0.5.2, 2017-05-05 + +- [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.15.0 version. + Windows Azure SDK For PHP 0.5.1, 2017-03-20 ------------------------------------------- diff --git a/composer.json b/composer.json index 8ba6cc699..de2fa7f55 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "pear/net_url2": "^2.2", "pear/mail_mime": "^1.10", "firebase/php-jwt": "^4.0", - "microsoft/azure-storage": "^0.13", + "microsoft/azure-storage": "^0.15", "guzzlehttp/guzzle": "^6.2", "zendframework/zend-mime": "^2.6", "zendframework/zend-mail": "^2.7" diff --git a/composer.lock b/composer.lock index b8fd23797..c1498c83a 100644 --- a/composer.lock +++ b/composer.lock @@ -260,16 +260,16 @@ }, { "name": "microsoft/azure-storage", - "version": "v0.13.0", + "version": "v0.15.0", "source": { "type": "git", "url": "https://github.com/Azure/azure-storage-php.git", - "reference": "dd36f0dbd1ae4abdab32f26a99e5e8ca7553c3c0" + "reference": "8058e40131d18a8062d276286e4877dd20cb655b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Azure/azure-storage-php/zipball/dd36f0dbd1ae4abdab32f26a99e5e8ca7553c3c0", - "reference": "dd36f0dbd1ae4abdab32f26a99e5e8ca7553c3c0", + "url": "https://api.github.com/repos/Azure/azure-storage-php/zipball/8058e40131d18a8062d276286e4877dd20cb655b", + "reference": "8058e40131d18a8062d276286e4877dd20cb655b", "shasum": "" }, "require": {