messages and to use Guzzle 4 as the default transport layer. implements blueprint guzzle-transport Closes-Bug: 1277535 Change-Id: I287587b75f42bb48e945335a7b734cadaedc684f
19 lines
437 B
JSON
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" }
|
|
}
|
|
}
|