-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
64 lines (64 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name" : "haariga/craft-gonzo",
"description": "Component Library from your templates Folder",
"type" : "craft-plugin",
"version" : "2.0.0-alpha-3",
"keywords" : [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft gonzo",
"styleguide",
"patternlib"
],
"support" : {
"docs" : "https://github.com/haariga/craft-gonzo/blob/master/README.md",
"issues": "https://github.com/haariga/craft-gonzo/issues"
},
"license" : "MIT",
"authors" : [
{
"name" : "Martin Herweg",
"homepage": "https://martinherweg.de"
},
{
"name": "David Hellmann",
"homepage": "https://davidhellmann.com"
}
],
"require" : {
"roave/security-advisories": "dev-latest",
"craftcms/cms" : "^4.2.0",
"nystudio107/craft-plugin-vite": "^4.0.6"
},
"autoload" : {
"psr-4": {
"haariga\\craftgonzo\\": "src/"
}
},
"extra" : {
"name" : "Craft Gonzo",
"handle" : "craft-gonzo",
"schemaVersion": "2.0.0-alpha.3",
"hasCpSettings": false,
"hasCpSection" : false,
"changelogUrl" : "https://raw.githubusercontent.com/haariga/craft-gonzo/master/CHANGELOG.md",
"class" : "haariga\\craftgonzo\\CraftGonzo",
"branch-alias": {
"develop": "2.0.x-dev"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
}
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"craftcms/rector": "dev-main"
},
"minimum-stability": "dev",
"prefer-stable": true
}