Added composer.json for Composer/Packagist.

This commit is contained in:
Matt Butcher 2012-02-03 10:34:32 -06:00
parent 6de6a78d41
commit 445fd1c23a

22
composer.json Normal file
View File

@ -0,0 +1,22 @@
{
"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.x",
"require": {
"php": ">=5.3.0"
},
"suggest": {
"curl": ">=7.0.0"
}
}