-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.17 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.17 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
40
{
"name": "vse/abbc3",
"type": "phpbb-extension",
"description": "Replace phpBB's default BBCode buttons with icons in a customizable toolbar. This extension also adds many new and useful custom BBCodes giving users more ways to customize their posts, including BBvideo (embed videos from dozens of media sites). Custom BBCodes can be arranged and sorted in any order and assigned to specific usergroups (such as Moderators and Admins only).",
"homepage": "https://github.com/iMattPro/abbc3",
"version": "3.3.10",
"keywords": ["phpbb", "extension", "bbcodes", "bbvideo"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Matt Friedman",
"homepage": "https://imattpro.github.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Advanced BBCode Box",
"soft-require": {
"phpbb/phpbb": ">=3.2.2,<4.0.0@dev"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/advanced_bbcode_box",
"filename": "version_check",
"ssl": true
}
},
"require-dev": {
"phing/phing": "^2.16"
},
"config": {
"allow-plugins": {
"composer/installers": true
}
}
}