forked from Marketo/SilverStripe-MenuManager-Squared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
48 lines (48 loc) · 1.28 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
48
{
"name": "marketo/silverstripe-menumanager-squared",
"description": "SilverStripe MenuManager Squared",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "silverstripe 4", "menu manager"],
"repositories": [
{
"type": "git",
"url": "https://github.com/fractaslabs/silverstripe-menumanager"
}
],
"require": {
"heyday/menumanager": "dev-master",
"silverstripe/framework": "~4.0",
"silverstripe/vendor-plugin": "^1.0"
},
"autoload": {
"psr-4": {
"Marketo\\MenuManagerSquared\\": "src/"
}
},
"extra": {
"installer-name": "menumanager-squared",
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"support": {
"issues": "https://github.com/Marketo/SilverStripe-MenuManager-Squared/issues"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nathan J. Brauer",
"email": "nathan@marketera.com"
},
{
"name": "Brandon J. Marshall",
"email": "bmarshall@marketo.com"
},
{
"name": "Petar Simic",
"email": "petar.simic@fractas.com"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}