-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 768 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 768 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
{
"name": "bakeoff/panel-nav",
"description": "Views and helpers to simplify building navigation in custom panel UIs",
"type": "cakephp-plugin",
"keywords": ["cakephp", "helper", "panel", "ui", "navigation"],
"require": {
"cakephp/cakephp": "^5.0"
},
"autoload": {
"psr-4": {
"Bakeoff\\PanelNav\\": "src"
}
},
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/mehov/cakephp-panel-nav/graphs/contributors"
}
],
"homepage": "https://github.com/mehov/cakephp-panel-nav",
"support": {
"source": "https://github.com/mehov/cakephp-panel-nav",
"issues": "https://github.com/mehov/cakephp-panel-nav/issues"
}
}