Files
openstack-sdk-php/composer.json

28 lines
559 B
JSON

{
"name": "hpcloud/hpcloud-php",
"description": "Access HPCloud and OpenStack services in PHP.",
"type": "library",
"keywords": ["openstack","hpcloud","cloud","swift","nova"],
"license": "MIT",
"homepage": "http://hpcloud.com",
"authors": [
{
"name": "M Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matthew.farina@hp.com"
}
],
"require": {
"php": ">=5.3.0"
},
"suggest": {
"curl": ">=7.0.0"
},
"autoload": {
"psr-0": { "HPCloud": "src" }
}
}