-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.02 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
37
38
39
40
41
{
"name": "pfilsx/yii2-migration-core",
"description": "Yii PHP Framework Migration Core",
"keywords": [
"yii2",
"framework",
"migrations"
],
"homepage": "http://www.yiiframework.com/",
"type": "library",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Yii2 Contributors",
"homepage": "http://www.yiiframework.com/"
},
{
"name": "Pavel Filimonov",
"email": "pfilsx@gmail.com"
}
],
"support": {
"issues": "https://github.com/pfilsx/yii2-migration-core/issues",
"wiki": "http://www.yiiframework.com/wiki/",
"source": "https://github.com/pfilsx/yii2-migration-core"
},
"require": {
"php": ">=5.4.0",
"ext-mbstring": "*",
"ext-ctype": "*",
"lib-pcre": "*",
"ezyang/htmlpurifier": "~4.6",
"cebe/markdown": "~1.0.0 | ~1.1.0"
},
"autoload": {
"psr-4": {"yii\\": ""}
},
"bin": [
"yii"
]
}