forked from PayBas/BreadcrumbMenu
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
39 lines (39 loc) · 1.02 KB
/
composer.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "paybas/breadcrumbmenu",
"type": "phpbb-extension",
"description": "This extension adds a drop-down menu to each breadcrumb, containing the sibling and child fora.",
"homepage": "https://github.com/avandenberghe/BreadcrumbMenu",
"version": "1.1.1",
"time": "2026-02-22",
"license": "GPL-2.0-only",
"authors": [{
"name": "PayBas",
"role": "Lead Developer"
},
{
"name": "david63",
"role": "Maintainer"
},
{
"name": "Sajaki",
"role": "Developer"
}
],
"require": {
"php": ">=7.1",
"phpbb/phpbb": ">=3.3.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Breadcrumb Menu",
"soft-require": {
"phpbb/phpbb": ">=3.3.0"
},
"version-check": {
"host": "www.avathar.be",
"directory": "/versioncheck",
"filename": "breadcrumbmenu.json",
"ssl": true
}
}
}