-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
47 lines (47 loc) · 1.26 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
{
"name": "jaybox325/jaycraft",
"description": "Craft boilerplate to work with JayBox325/JayPack",
"version": "1.2.2",
"type": "project",
"license": "Unlicense",
"require": {
"craftcms/cms": "3.7.37",
"craftcms/redactor": "^2.10",
"ether/tags": "^1.0",
"fruitstudios/linkit": "1.1.12.1",
"marionnewlevant/snitch": "3.0.4.1",
"mmikkel/cp-field-inspect": "1.3.1",
"nystudio107/craft-similar": "1.1.5",
"nystudio107/craft-typogrify": "^1.1.1",
"ostark/craft-plugin-commands": "^1.1",
"percipioglobal/craft-colour-swatches": "1.5.1",
"spicyweb/craft-embedded-assets": "^2.10",
"studioespresso/craft-splashingimages": "^2.1",
"vaersaagod/matrixmate": "^1.2",
"verbb/cp-nav": "3.0.17",
"verbb/navigation": "1.4.24",
"verbb/super-table": "^2.7",
"vlucas/phpdotenv": "^3.4.0"
},
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.0.16"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}