-
Notifications
You must be signed in to change notification settings - Fork 34
/
composer.json
37 lines (37 loc) · 859 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
{
"name" : "torifat/cake-menu_builder",
"description": "A dynamic menu building helper for CakePHP 2.x",
"type" : "cakephp-plugin",
"keywords": [
"cakephp",
"menu",
"helper",
"dynamic"
],
"homepage" : "https://github.com/torifat/cake-menu_builder",
"license": "MIT",
"authors": [
{
"name": "Rifat Nabi",
"email": "[email protected]",
"homepage": "http://rifatnabi.com",
"role": "Maintainer"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/torifat/cake-menu_builder/graphs/contributors",
"role": "Contributor"
}
],
"require" : {
"composer/installers" : "*",
"php" : ">=5.3.0"
},
"support": {
"issues": "https://github.com/torifat/cake-menu_builder/issues",
"source": "https://github.com/torifat/cake-menu_builder"
},
"extra" : {
"installer-name" : "MenuBuilder"
}
}