forked from fromholdio/silverstripe-svgenius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 820 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
31
32
{
"name": "fromholdio/silverstripe-svgenius",
"type": "silverstripe-vendormodule",
"description": "First-class SVG handling for Silverstripe CMS & front-end",
"license": "BSD-3-Clause",
"keywords": ["silverstripe", "assets", "svg"],
"homepage": "https://github.com/fromholdio/silverstripe-svgenius",
"support": {
"issues": "https://github.com/fromholdio/silverstripe-svgenius/issues"
},
"authors": [{
"name": "Luke Fromhold",
"homepage": "https://fromhold.io"
}],
"require": {
"silverstripe/framework": "^5.0.0",
"enshrined/svg-sanitize": "^0.16.0",
"meyfa/php-svg": "^0.14.5"
},
"autoload": {
"psr-4": {
"Fromholdio\\SVGenius\\": "src/"
}
},
"extra": {
"expose": [
"client"
]
},
"prefer-stable": true,
"minimum-stability": "dev"
}