-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
43 lines (43 loc) · 925 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "silverware/font-icons",
"type": "silverstripe-vendormodule",
"description": "SilverWare Font Icons Module.",
"homepage": "https://github.com/praxisnetau/silverware-font-icons",
"keywords": [
"silverware",
"font",
"icons",
"silverstripe"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Colin Tucker",
"role": "Developer",
"email": "colin@praxis.net.au",
"homepage": "https://www.praxis.net.au"
}
],
"require": {
"php": ">=5.6.0",
"silverstripe/framework": "^4.0",
"silverware/colorpicker": "^1.0",
"silverware/select2": "^1.0",
"symfony/yaml": "~3.2"
},
"autoload": {
"psr-4": {
"SilverWare\\FontIcons\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
},
"expose": [
"admin/client/dist"
]
},
"minimum-stability": "dev",
"prefer-stable": true
}