From 847c60d46a048abe0f904689fbf26152c28e8d0c Mon Sep 17 00:00:00 2001 From: callmez Date: Fri, 16 Aug 2013 08:47:08 +0800 Subject: [PATCH] =?UTF-8?q?composer=20=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..7dbf50ef --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "qiniu/php-sdk", + "type": "library", + "description": "Qiniu Resource (Cloud) Storage SDK for PHP", + "keywords": ["qiniu","storage","CDN","sdk"], + "homepage": "http://www.qiniu.com/", + "license": "MIT", + "require": { + "php": ">=5.2.4" + }, + "autoload": { + "psr-0": { "qiniu\\": "/" } + } +}