-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
63 lines (63 loc) · 1.75 KB
/
composer.json
File metadata and controls
63 lines (63 loc) · 1.75 KB
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
55
56
57
58
59
60
61
62
63
{
"require": {
"aelvan/imager": "v2.4.0",
"by/guest-entries-notification": "1.0.1",
"craftcms/cms": "3.7.55.1",
"craftcms/feed-me": "4.5.3",
"craftcms/guest-entries": "2.4.0",
"craftcms/redactor": "2.10.10",
"dolphiq/iconpicker": "1.0.5",
"hybridinteractive/craft-position-fieldtype": "1.0.17",
"joomkit/pdfthumbnailer": "^1.0",
"nystudio107/craft-seomatic": "3.4.17",
"nystudio107/craft-typogrify": "1.1.19",
"pennebaker/craft-architect": "2.4.3",
"studioespresso/craft-splashingimages": "2.1.8",
"superbig/craft3-mobiledetect": "1.0.2",
"verbb/cloner": "1.2.2",
"verbb/super-table": "2.7.3",
"vlucas/phpdotenv": "^3.4.0",
"xpertbot/craft-wheelform": "2.7.2",
"xpertbot/wheelformhelper": "^1.1"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3"
},
"repositories": [
{
"type": "path",
"url": "plugins/joomkit/*",
"options": {
"symlink": true
}
},
{
"type": "path",
"url": "plugins/xpertbot/*",
"options": {
"symlink": true
}
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.3"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}