-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
45 lines (45 loc) · 1.01 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
45
{
"name": "vaersaagod/colormate",
"description": "Color me impressed, mate!",
"version": "3.0.1",
"type": "craft-plugin",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"color",
"palette"
],
"support": {
"docs": "https://github.com/vaersaagod/colormate/blob/master/README.md",
"issues": "https://github.com/vaersaagod/colormate/issues"
},
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://www.vaersaagod.no"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.3.0",
"ssnepenthe/color-utils": "~0.4"
},
"autoload": {
"psr-4": {
"vaersaagod\\colormate\\": "src/"
}
},
"extra": {
"name": "ColorMate",
"handle": "colormate",
"hasCpSettings": false,
"hasCpSection": false,
"schemaVersion": "2.0.0",
"changelogUrl": "https://raw.githubusercontent.com/vaersaagod/colormate/master/CHANGELOG.md",
"components": {},
"class": "vaersaagod\\colormate\\ColorMate"
}
}