Skip to content

Commit

Permalink
Merge pull request #8 from neam/composer-json
Browse files Browse the repository at this point in the history
Composer json
  • Loading branch information
yurytolochko committed Dec 1, 2013
2 parents 13877e1 + 0a0dfef commit 9c05d65
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
@@ -0,0 +1,27 @@
{
"name": "weavora/wrest",
"description": "Yii extension to create REST CRUD interfaces (get, list, update, create, delete actions) for your app",
"keywords": ["yii", "rest", "api"],
"homepage": "https://github.com/weavora/wrest",
"type": "yii-extension",
"license": "MIT",
"authors": [
{
"name": "Weavora Team",
"email": "hello@weavora.com"
},
{
"name": "Contributors",
"homepage": "https://github.com/weavora/wrest/graphs/contributors"
}
],
"require": {
"php": ">=5.0.0",
"yiisoft/yii": ">=1.1.0"
},
"autoload": {
"classmap": ["."]
},
"require-dev": {
}
}

0 comments on commit 9c05d65

Please sign in to comment.