Skip to content

Commit

Permalink
Added composer.json (see #12).
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Mar 22, 2013
1 parent d08b47d commit e01ee05
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "idlesign/ist-yii-cfile",
"description": "CFile provides means to manipulate filesystem objects both from Yii and standalone",
"homepage": "https://github.com/idlesign/ist-yii-cfile",
"type": "library",
"keywords": ["files","filesystem", "yii"],
"license": "MIT",
"authors": [
{
"name": "Igor 'idle sign' Starikov",
"email": "idlesign@yandex.ru",
"homepage": "http://idlesign.ya.ru",
"role": "Maintainer"
}
],
"require": {
"php": ">=5.1.0"
},
"suggest": {
"yiisoft/yii": "CFile can function as Yii extension"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/idlesign/ist-yii-cfile"
}
],
"support": {
"issues": "https://github.com/idlesign/ist-yii-cfile/issues",
"source": "https://github.com/idlesign/ist-yii-cfile"
}
}

0 comments on commit e01ee05

Please sign in to comment.