-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcomposer.json
44 lines (44 loc) · 1.18 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
{
"name": "focuslabllc/craft-cheat-sheet",
"description": "A fast and customized set of instantly usable Field code samples.",
"version": "2.0.3",
"type": "craft-plugin",
"keywords": [
"craftcms",
"cheat",
"sheet"
],
"homepage": "https://github.com/focuslabllc/craft-cheat-sheet",
"license": "MIT",
"authors": [
{
"name": "Focus Lab, LLC",
"homepage": "https://focuslabllc.com/"
},
{
"name": "Brandon Kelly",
"email": "brandon@pixelandtonic.com"
}
],
"support": {
"email": "hello@focuslabllc.com",
"issues": "https://github.com/focuslabllc/craft-cheat-sheet/issues?state=open",
"source": "https://github.com/focuslabllc/craft-cheat-sheet",
"docs": "https://github.com/focuslabllc/craft-cheat-sheet",
"rss": "https://github.com/focuslabllc/craft-cheat-sheet/commits/v2.atom"
},
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"focuslabllc\\cheatsheet\\": "src/"
}
},
"extra": {
"name": "Craft Cheat Sheet",
"handle": "cheat-sheet",
"version": "2.0.3",
"documentationUrl": "https://github.com/focuslabllc/craft-cheat-sheet/blob/master/readme.md"
}
}