Files
openstack-sdk-php/composer.json
2012-02-08 14:01:44 -06:00

23 lines
443 B
JSON

{
"name": "HPCloud/HPCloud-PHP",
"description": "Access HPCloud and OpenStack services in PHP.",
"type": "library",
"keywords": ["openstack","hpcloud","cloud","swift","nova"],
"license": "",
"homepage": "http://hpcloud.com",
"authors": [
{
"name": "M Butcher",
"email": "matthew.butcher@hp.com"
}
],
"version": "1.0.0",
"require": {
"php": ">=5.3.0"
},
"suggest": {
"curl": ">=7.0.0"
}
}