Skip to content

Commit

Permalink
增加composer支持
Browse files Browse the repository at this point in the history
  • Loading branch information
liu21st committed Mar 1, 2014
1 parent 6bfc3a0 commit a5a82a5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a5a82a5

Please sign in to comment.