From a5a82a5f5b265ffc5df7ac23a14631173aa28108 Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Sat, 1 Mar 2014 21:53:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0composer=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..5154e2e0e --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "topthink/thinkphp", + "description": "the ThinkPHP Framework", + "type": "framework", + "keywords": ["framework","thinkphp","ORM"], + "homepage": "http://thinkphp.cn/", + "license": "Apache2", + "authors": [ + { + "name": "liu21st", + "email": "liu21st@gmail.com" + } + ], + "require": { + "php": ">=5.3.0" + }, + "minimum-stability": "dev" +}