Skip to content

Commit

Permalink
Fix microsoft azure sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sescandell committed Jul 8, 2014
1 parent ef818e9 commit 00f9169
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
],
"require": {
"symfony/symfony": "~2.3",
"azure/windowsazure": "dev-dev@dev"
"microsoft/windowsazure": "dev-dev@dev"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}, {
"type": "vcs",
"url" : "https://github.com/Azure/azure-sdk-for-php"
}
],
"autoload": {
Expand Down

0 comments on commit 00f9169

Please sign in to comment.