author | ms.service | ms.topic | ms.date | ms.author |
---|---|---|---|---|
spelluru |
service-bus-messaging |
include |
11/25/2018 |
spelluru |
-
Create a file named composer.json in the root of your project and add the following code to it:
{ "require": { "microsoft/windowsazure": "*" } }
-
Download composer.phar in your project root.
-
Open a command prompt and execute the following command in your project root
php composer.phar install