-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db5602c
commit 328e621
Showing
11 changed files
with
66 additions
and
192 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,35 @@ | ||
{ | ||
"name": "brainsonic/azure-distribution-bundle", | ||
"description": "Integration of Windows Azure SDK and workflows into Symfony applications.", | ||
"license": "MIT", | ||
"type": "symfony-bundle", | ||
"authors": [ | ||
{"name": "Benjamin Eberlei", "email": "kontakt@beberlei.de"}, | ||
{"name": "Stéphane Escandell", "email": "stephane.escandell@gmail.com"} | ||
], | ||
"require": { | ||
"symfony/symfony": "~2.3", | ||
"microsoft/windowsazure": "0.4.*" | ||
}, | ||
"repositories": [ | ||
{ | ||
"type": "pear", | ||
"url": "http://pear.php.net" | ||
} | ||
], | ||
"autoload": { | ||
"psr-0": { "WindowsAzure\\DistributionBundle":"" } | ||
}, | ||
"target-dir": "WindowsAzure/DistributionBundle" | ||
} | ||
|
||
"name" : "brainsonic/azure-distribution-bundle", | ||
"description" : "Integration of Windows Azure SDK and workflows into Symfony applications.", | ||
"license" : "MIT", | ||
"type" : "symfony-bundle", | ||
"authors" : [{ | ||
"name" : "Benjamin Eberlei", | ||
"email" : "kontakt@beberlei.de" | ||
}, { | ||
"name" : "Stéphane Escandell", | ||
"email" : "stephane.escandell@gmail.com" | ||
} | ||
], | ||
"require" : { | ||
"symfony/symfony" : "~2.3", | ||
"microsoft/windowsazure" : "dev-dev@dev", | ||
"pear-pear.php.net/http_request2" : "*", | ||
"pear-pear.php.net/mail_mime" : "*", | ||
"pear-pear.php.net/mail_mimedecode" : "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.1.*" | ||
}, | ||
"repositories" : [{ | ||
"type" : "pear", | ||
"url" : "http://pear.php.net" | ||
} | ||
], | ||
"autoload" : { | ||
"psr-0" : { | ||
"WindowsAzure\\DistributionBundle" : "" | ||
} | ||
}, | ||
"target-dir" : "WindowsAzure/DistributionBundle" | ||
} |