Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Azure Storage SDK is updated to the 0.13 version. (#921)
Browse files Browse the repository at this point in the history
* Azure Storage SDK is updated to the 0.13 version.

* Azure Storage SDK is updated to the 0.13 version.

* Minor change in readme.md

* Remove out-of-date dependency. See composer.json for a list of dependencies.

* Minor changes in documentation.
  • Loading branch information
sergey-shandar committed Mar 21, 2017
1 parent 3689f9c commit 80c3a7b
Show file tree
Hide file tree
Showing 4 changed files with 419 additions and 326 deletions.
9 changes: 4 additions & 5 deletions README.md
Expand Up @@ -63,18 +63,17 @@ cd ./azure-sdk-for-php
```

> **Note**
>
> The PHP Client Libraries for Microsoft Azure have a dependency on the [HTTP_Request2](http://pear.php.net/package/HTTP_Request2), [Mail_mime](http://pear.php.net/package/Mail_mime), and [Mail_mimeDecode](http://pear.php.net/package/Mail_mimeDecode) PEAR packages. The recommended way to resolve these dependencies is to install them using the [Composer package manager](http://getcomposer.org).
>
> The recommended way to resolve dependencies is to install them using the [Composer package manager](http://getcomposer.org).

##Install via Composer
## Install via Composer

* Create a file named **composer.json** in the root of your project and add the following code to it:

```json
{
"require": {
"microsoft/windowsazure": "^0.4"
"microsoft/windowsazure": "^0.5"
}
}
```
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
@@ -1,3 +1,8 @@
Windows Azure SDK For PHP 0.5.1, 2017-03-20
-------------------------------------------

- [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.13 version.

Windows Azure SDK For PHP 0.5.0, 2016-10-31
-------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -14,7 +14,7 @@
"pear/net_url2": "^2.2",
"pear/mail_mime": "^1.10",
"firebase/php-jwt": "^4.0",
"microsoft/azure-storage": "^0.10",
"microsoft/azure-storage": "^0.13",
"guzzlehttp/guzzle": "^6.2",
"zendframework/zend-mime": "^2.6",
"zendframework/zend-mail": "^2.7"
Expand Down

0 comments on commit 80c3a7b

Please sign in to comment.