Files
openstack-sdk-php/composer.json
Matt Farina 948eb89ba8 Migrating the transport layer to use the proposed FIG PSR for http
messages and to use Guzzle 4 as the default transport layer.

implements blueprint guzzle-transport
Closes-Bug: 1277535

Change-Id: I287587b75f42bb48e945335a7b734cadaedc684f
2014-04-15 15:36:49 -04:00

19 lines
437 B
JSON

{
"name": "openstack/openstack-sdk-php",
"description": "Access OpenStack services in PHP.",
"type": "library",
"keywords": ["openstack","keystone","cloud","swift","nova"],
"license": "Apache-2.0",
"require": {
"php": ">=5.4.0",
"guzzlehttp/guzzle": "4.*",
"guzzlehttp/streams": "1.*"
},
"require-dev": {
"phpunit/phpunit": "4.*"
},
"autoload": {
"psr-4": { "OpenStack\\": "src/OpenStack" }
}
}