-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcomposer.json
32 lines (32 loc) · 945 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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": "[email protected]",
"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"
}
}