forked from xini/silverstripe-page-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 900 Bytes
/
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
{
"name": "innoweb/silverstripe-page-icons",
"type": "silverstripe-vendormodule",
"description": "A simple library of SVG page type icons for enhancing your SilverStripe CMS interface.",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "cms", "icons"],
"homepage": "https://github.com/xini/silverstripe-page-icons",
"support": {
"issues": "https://github.com/xini/silverstripe-page-icons/issues"
},
"authors": [{
"name": "Florian Thoma",
"homepage": "https://innoweb.com.au"
},{
"name": "Luke Fromhold",
"homepage": "https://innoweb.com.au"
}],
"require": {
"silverstripe/vendor-plugin": "^2.0",
"silverstripe/cms": "^5.0"
},
"extra": {
"expose": [
"client"
]
},
"replace": {
"fromholdio/silverstripe-page-icons": "self.version"
}
}