-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
47 lines (47 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
45
46
47
{
"name": "newism/craft3-asset-rev",
"description": "Rev asset urls with timestamps",
"type": "craft-plugin",
"version": "0.0.7",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"nsm-asset-rev"
],
"support": {
"docs": "https://github.com/newism/craft3-asset-rev/blob/master/README.md",
"issues": "https://github.com/newism/craft3-asset-rev/issues"
},
"license": "MIT",
"authors": [
{
"name": "Newism",
"homepage": "http://newism.com.au"
}
],
"require": {
"craftcms/cms": "^3.0"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"newism\\assetrev\\": "src/"
}
},
"extra": {
"name": "NSM Asset Rev",
"handle": "nsm-asset-rev",
"schemaVersion": "0.0.1",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/newism/craft3-asset-rev/master/CHANGELOG.md",
"class": "newism\\assetrev\\NsmAssetRev"
}
}