-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json.default
More file actions
46 lines (46 loc) · 1.19 KB
/
composer.json.default
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"require": {
"craftcms/aws-s3": "^2.0.3",
"craftcms/ckeditor": "^3.6.0",
"craftcms/cms": "^4.5.10",
"diginov/craft-sentry-logger": "^4.1.3",
"mmikkel/cp-field-inspect": "^1.4.4",
"percipioglobal/craft-colour-swatches": "^4.3.0",
"putyourlightson/craft-amazon-ses": "^2.0.1",
"sebastianlenz/linkfield": "^2.1.5",
"spicyweb/craft-embedded-assets": "^3.1.8",
"vaersaagod/seomate": "^2.1.2",
"verbb/formie": "^2.0.41",
"verbb/image-resizer": "^3.0.8",
"verbb/super-table": "^3.0.12",
"vlucas/phpdotenv": "^5.5.0"
},
"require-dev": {
"craftcms/generator": "^1.6.1",
"nystudio107/craft-autocomplete": "^1.11.1",
"roave/security-advisories": "dev-latest",
"yiisoft/yii2-shell": "^2.0.5"
},
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"php-http/discovery": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.2"
}
},
"scripts": {
"post-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}