forked from robuust/craft-reverserelations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.2 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
{
"version": "1.2.4",
"name": "robuust/craft-reverserelations",
"description": "Reverse Relations for Craft 3",
"type": "craft-plugin",
"license": "MIT",
"authors": [
{
"name": "Bob Olde Hampsink",
"email": "[email protected]"
},
{
"name": "Maarten de Graaf",
"email": "[email protected]"
}
],
"support": {
"email": "[email protected]"
},
"extra": {
"schemaVersion": "1.0.1",
"handle": "reverserelations",
"name": "Reverse Relations",
"developer": "Robuust",
"developerUrl": "https://robuust.digital",
"documentationUrl": "https://github.com/robuust/craft-reverserelations/blob/master/README.md",
"changelogUrl": "https://github.com/robuust/craft-reverserelations/blob/master/CHANGELOG.md",
"downloadUrl": "https://github.com/robuust/craft-reverserelations/releases/latest",
"hasSettings": false,
"hasCpSection": false
},
"require": {
"php": "^7.0 || ^8.0",
"craftcms/cms": "^3.1"
},
"autoload": {
"psr-4": {
"robuust\\reverserelations\\": "src/"
}
}
}