-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (54 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dotplant/monster",
"description": "Here be monsters",
"type": "dotplant-extension",
"license": "MIT",
"authors": [
{
"name": "bethrezen",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"devgroup/yii2-frontend-utils": "dev-master",
"devgroup/yii2-data-structure-tools": "dev-master",
"devgroup/bh": "~5.2",
"devgroup/yii2-admin-utils": "dev-master",
"symfony/finder": "^3.0",
"bower-asset/alloyeditor": "^1.2.3"
},
"require-dev": {
"devgroup/dotplant-dev": "~1.0",
"dmstr/yii2-migrate-command": "^0.3.1",
"yiisoft/yii2-coding-standards": "~2.0.0"
},
"autoload": {
"psr-4": {
"DotPlant\\Monster\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DotPlant\\Monster\\Tests\\": "tests/"
}
},
"extra": {
"yii2-extension": {
"name": "DotPlant monster",
"name_ru": "DotPlant монстр",
"iconUrl": "https://st-1.dotplant.ru/images/monster-logo.png",
"description_ru": "Это расширение пока что останется секретом"
},
"migrationPath": ["src/migrations/"],
"bootstrap": "DotPlant\\Monster\\ExtensionBootstrap",
"configurables": "src/configurables.php",
"translationCategory": "dotplant.monster"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
]
}