forked from craftcms/craft
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
43 lines (43 loc) · 1.16 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
{
"name": "szenario-fordesigners/craft-vite-starter",
"description": "Craft CMS 5 with DDEV & Vite",
"keywords": [
"craft",
"cms",
"craftcms",
"vite"
],
"license": "0BSD",
"homepage": "https://github.com/szenario-fordesigners/craft-vite-starter",
"type": "project",
"support": {
"issues": "https://github.com/szenario-fordesigners/craft-vite-starter/issues",
"forum": "https://craftcms.stackexchange.com/",
"source": "https://github.com/szenario-fordesigners/craft-vite-starter",
"docs": "https://github.com/szenario-fordesigners/craft-vite-starter#readme",
"rss": "https://craftcms.com/changelog.rss"
},
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"craftcms/ckeditor": "4.5.0",
"craftcms/cms": "5.6.5",
"nystudio107/craft-vite": "5.0.1",
"vlucas/phpdotenv": "5.6.1"
},
"require-dev": {
"craftcms/generator": "2.1.0",
"yiisoft/yii2-shell": "2.0.5"
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "8.2"
}
}
}