-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathcomposer.json
49 lines (49 loc) · 1.43 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
{
"name": "dmstr/yii2-pages-module",
"description": "Application sitemap and navigation manager module for Yii 2.0 Framework",
"type": "yii2-extension",
"keywords": [
"yii2",
"extension",
"sitemap",
"navigation"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Tobias Munk",
"email": "tobias@diemeisterei.de"
},
{
"name": "Christopher Stebe",
"email": "c.stebe@herzogkommunikation.de"
}
],
"require": {
"yiisoft/yii2": "*",
"kartik-v/yii2-tree-manager": ">=1.0.3 <=1.0.5",
"kartik-v/yii2-widget-select2": "^2.0.1",
"2amigos/yii2-translateable-behavior": "^1.1.0",
"insolita/yii2-adminlte-widgets": "^1.1.4",
"rmrevin/yii2-fontawesome": "~2.9",
"dmstr/yii2-json-editor": "^1.0.0",
"dmstr/yii2-web": "^1.0.0",
"dmstr/yii2-active-record-permissions": "^1.1.0",
"dmstr/yii2-backend-module": "^2.0.0",
"bedezign/yii2-audit": "^1.1",
"mikehaertl/php-shellcommand": "^1.2.4",
"pheme/yii2-settings": "^0.5.0 || ^0.7.0",
"justinrainbow/json-schema": "^5.2.0"
},
"require-dev": {
"codeception/codeception": "^2.2"
},
"autoload": {
"psr-4": {
"dmstr\\modules\\pages\\": ""
}
},
"extra": {
"bootstrap": "dmstr\\modules\\pages\\Bootstrap"
}
}