forked from Marketo/SilverStripe-MenuManager-Squared
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 748 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 748 Bytes
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
{
"name": "marketo/silverstripe-menumanager-squared",
"description": "SilverStripe MenuManager Squared",
"type": "library",
"keywords": [
"silverstripe",
"members",
"default"
],
"require": {
"silverstripe/cms": "^4 || ^5",
"heyday/silverstripe-menumanager": "^4.2"
},
"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"
}
],
"minimum-stability": "dev"
}