summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-27 12:28:32 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-27 12:28:32 +0100
commit2191a87a007dc978d978eb9fb04e70f68b41bf34 (patch)
tree911cb214d74caf0d7ea05bc953bc2a4f6b1402a4 /composer.json
parentba4ef4bdbb1133c0f3043e701cd293a954c618f1 (diff)
php-opencloud: sync with Fedora
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..68d4336
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,38 @@
+{
+ "name": "rackspace/php-opencloud",
+ "description": "PHP SDK for Rackspace/OpenStack APIs",
+ "keywords": ["rackspace", "openstack", "opencloud", "swift", "nova"],
+ "type": "library",
+ "license": "Apache-2.0",
+ "authors": [
+ {
+ "name": "Jamie Hannaford",
+ "email": "jamie.hannaford@rackspace.com",
+ "homepage" : "https://github.com/jamiehannaford"
+ }
+ ],
+ "autoload": {
+ "psr-0": {
+ "OpenCloud": ["lib/"]
+ }
+ },
+ "autoload-dev": {
+ "psr-0": {
+ "OpenCloud": ["tests/"]
+ }
+ },
+ "require": {
+ "php" : ">=5.4",
+ "guzzle/guzzle" : "~3.8",
+ "psr/log": "~1.0",
+ "mikemccabe/json-patch-php": "~0.1"
+ },
+ "require-dev" : {
+ "phpunit/phpunit": "4.3.*",
+ "phpspec/prophecy": "~1.4",
+ "satooshi/php-coveralls": "0.6.*@dev",
+ "jakub-onderka/php-parallel-lint": "0.*",
+ "fabpot/php-cs-fixer": "1.0.*@dev",
+ "apigen/apigen": "~4.0"
+ }
+}