-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 964 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
39
40
{
"name": "imarc/craft-kindling",
"description": "A Craft plugin and Twig Extension providing some convienences.",
"homepage": "https://github.com/imarc/craft-kindling",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft-kindling"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Kevin Hamer",
"email": "[email protected]"
}
],
"require": {
"craftcms/cms": "^3.0.2",
"twig/twig": "^2.4.4"
},
"autoload": {
"psr-4": {
"Imarc\\Craft\\Kindling\\": "src/"
}
},
"support": {
"email": "[email protected]"
},
"extra": {
"handle": "craft-kindling",
"name": "Craft Kindling",
"developer": "Imarc",
"developerUrl": "https://www.imarc.com",
"hasCpSettings": false,
"hasCpSection": false
}
}