From 445fd1c23a09736cddf0a36ea3e832b7806250ed Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 3 Feb 2012 10:34:32 -0600 Subject: [PATCH] Added composer.json for Composer/Packagist. --- composer.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..eb5636d --- /dev/null +++ b/composer.json @@ -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" + } +}