-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json.default
81 lines (81 loc) · 2.36 KB
/
composer.json.default
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"brik-digital/craft-statuspaginator": "^5.0",
"clubstudioltd/craft-inline-svg": "^2.1",
"craftcms/aws-s3": "^2.2",
"craftcms/ckeditor": "^4.2",
"craftcms/cms": "5.4.7.1",
"craftcms/postmark": "^3.1",
"craftpulse/craft-colour-swatches": "5.0.3",
"cweagans/composer-patches": "dev-main#5269693119b245e273db052f12ab23d74aca26fc",
"goldinteractive/craft-sitecopy": "^2.1",
"hybridinteractive/craft-position-fieldtype": "^5.0",
"mmikkel/cp-clearcache": "^2.0",
"mmikkel/cp-field-inspect": "^2.0",
"mmikkel/retcon": "^3.2",
"mostlyserious/craft-markerio": "2.1.1",
"mutation/translate": "^4.0",
"nystudio107/craft-minify": "^5.0",
"nystudio107/craft-retour": "^5.0",
"nystudio107/craft-seomatic": "5.1.4",
"nystudio107/craft-templatecomments": "5.0.3",
"nystudio107/craft-typogrify": "^5.0",
"nystudio107/craft-vite": "^5.0",
"putyourlightson/craft-blitz": "5.9.0",
"putyourlightson/craft-sherlock": "^5.1",
"spacecatninja/imager-x": "^5.0",
"spicyweb/craft-batch-actions": "^2.0",
"spicyweb/craft-embedded-assets": "^5.1",
"superbig/craft-mjml": "^5.0",
"verbb/expanded-singles": "^3.0",
"verbb/hyper": "2.1.1",
"verbb/knock-knock": "^3.0",
"verbb/navigation": "3.0.4",
"vlucas/phpdotenv": "^5.4.0",
"yiisoft/yii2-redis": "^2.0"
},
"require-dev": {
"craftcms/generator": "^2.0.0",
"nystudio107/craft-autocomplete": "^1.12",
"yiisoft/yii2-shell": "^2.0.3"
},
"autoload": {
"psr-4": {
"brikdigital\\sitemodule\\": "modules/site-module/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true,
"cweagans/composer-patches": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.2"
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example.dev', '.env');\""
]
},
"repositories": [
{
"type": "git",
"url": "https://github.com/lexisother/craft-statuspaginator"
},
{
"type": "vcs",
"url": "https://github.com/cweagans/composer-patches.git"
},
{
"type": "composer",
"url": "https://composer.craftcms.com",
"canonical": false
}
]
}