forked from doublesecretagency/craft-spoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 968 Bytes
/
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
{
"name": "doublesecretagency/craft-spoon",
"description": "Bend your Matrix fields with block groups & tabs.",
"type": "craft-plugin",
"version": "4.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"spoon",
"matrix"
],
"support": {
"docs": "https://github.com/doublesecretagency/craft-spoon/blob/master/README.md",
"issues": "https://github.com/doublesecretagency/craft-spoon/issues"
},
"license": "proprietary",
"authors": [
{
"name": "Double Secret Agency",
"homepage": "https://plugins.doublesecretagency.com"
}
],
"require": {
"craftcms/cms": "^4.0.0"
},
"autoload": {
"psr-4": {
"doublesecretagency\\spoon\\": "src/"
}
},
"extra": {
"name": "Spoon",
"handle": "spoon",
"class": "doublesecretagency\\spoon\\Spoon"
}
}