forked from iMattPro/dbtool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 912 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
{
"name": "vse/dbtool",
"type": "phpbb-extension",
"description": "A phpBB extension that allows you to check, optimize and repair phpBB's MySQL database tables from a phpMyAdmin-like interface in the Administration Control Panel.",
"homepage": "https://github.com/VSEphpbb/dbtool",
"version": "1.1.3-dev",
"keywords": ["phpbb", "extension", "database", "mysql", "optimize", "repair", "phpmyadmin"],
"license": "GPL-2.0",
"authors": [
{
"name": "Matt Friedman (VSE)",
"homepage": "http://mattfriedman.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "Database Optimize & Repair Tool",
"soft-require": {
"phpbb/phpbb": ">=3.1.0,<3.4"
},
"version-check": {
"host": "www.phpbb.com",
"directory": "/customise/db/extension/database_optimize_and_repair_tool",
"filename": "version_check"
}
}
}