forked from Marketo/SilverStripe-MenuManager-Squared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 769 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
{
"name": "marketo/silverstripe-menumanager-squared",
"description": "SilverStripe MenuManager Squared",
"type": "silverstripe-module",
"keywords": ["silverstripe", "members", "default"],
"require": {
"silverstripe/framework": "3.*",
"composer/installers": "*",
"heyday/silverstripe-menumanager": "~2.2.1"
},
"support": {
"issues": "https://github.com/Marketo/SilverStripe-MenuManager-Squared/issues"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Nathan J. Brauer",
"email": "[email protected]"
},
{
"name": "Brandon J. Marshall",
"email": "[email protected]"
}
],
"minimum-stability": "dev"
}