-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.06 KB
/
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
33
34
35
36
{
"name": "it-for-free/yii-extensions",
"type": "library",
"description": "yii (yii2) addons: classes, components, patches",
"keywords": ["yii", "yii2", "addon", "class", "component", "patch",
"pagination", "LinkPager",
"redirect user goBack returnUrl after leave login page ",
"amcharts yii yii2 amcharts3 bower ",
"yii yii2 image resize on the fly on load jpg png gif bpm ",
"validator human name "
],
"homepage": "http://fkn.ktu10.com/?q=node/10398",
"license": "MIT",
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": "^2.0.14",
"bower-asset/amcharts3": "*",
"bower-asset/amstock3": "*",
"it-for-free/rusphp": "~2.0.3"
},
"autoload": {
"psr-4": {
"ItForFree\\YiiExtensions\\": "src"
}
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
},
{
"type": "vcs",
"url": "https://github.com/it-for-free/rusphp"
}
]
}