-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.json
42 lines (42 loc) · 1.46 KB
/
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
38
39
40
41
42
{
"name": "rmcgirr83/nationalflags",
"type": "phpbb-extension",
"description": "Allows a user to be able to choose a national flag and have a top (those with the most users selecting the flag) number of flags display on the index page of a phpBB forum. Header is link to a listing of all users of a flag. Clicking on user count of the flag displays the users that have that flag set. This extension requires at least phpBB version 3.3.4. Must have version 2.0.0 of Collapsible Forum Categories to take advantage of that extension.",
"homepage": "https://github.com/rmcgirr83/nationalflags",
"version": "2.4.2",
"time": "2024-12-05",
"keywords": [
"phpbb",
"extension",
"flags",
"national",
"national flags",
"user",
"communication"
],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Rich McGirr",
"homepage": "https://paypal.me/RMcGirr83",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"phpbb/phpbb": ">=3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "National Flags",
"soft-require": {
"phpbb/phpbb": ">=3.3"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/phpbb_3.1_national_flags",
"filename": "version_check",
"ssl": true
}
}
}