forked from spicywebau/craft-neo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
43 lines (43 loc) · 1.07 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": "spicyweb/craft-neo",
"description": "A Matrix-like field type that uses existing fields",
"version": "2.12.5",
"type": "craft-plugin",
"keywords": [
"cms",
"craftcms",
"plugin",
"neo",
"matrix",
"field"
],
"license": "proprietary",
"authors": [
{
"name": "Spicy Web",
"homepage": "https://github.com/spicywebau"
}
],
"support": {
"issues": "https://github.com/spicywebau/craft-neo/issues",
"source": "https://github.com/spicywebau/craft-neo",
"docs": "https://github.com/spicywebau/craft-neo/blob/2.12.5/README.md",
"rss": "https://github.com/spicywebau/craft-neo/commits/master.atom"
},
"require": {
"craftcms/cms": "^3.7.12"
},
"autoload": {
"psr-4": {
"benf\\neo\\": "src/"
}
},
"extra": {
"handle": "neo",
"name": "Neo",
"schemaVersion": "2.11.6",
"class": "benf\\neo\\Plugin",
"changelogUrl": "https://github.com/spicywebau/craft-neo/blob/master/CHANGELOG.md",
"downloadUrl": "https://github.com/spicywebau/craft-neo/archive/master.zip"
}
}