Changes for phpbb 3.3.0

This commit is contained in:
2020-08-03 20:54:37 +02:00
parent 1538ba757a
commit a2fd058bf5
153 changed files with 3142 additions and 6406 deletions

View File

@@ -6,20 +6,22 @@
"version": "2.1.0",
"time": "2015-08-04 12:49:14",
"license": "GPL-2.0",
"authors": [{
"authors": [
{
"name": "Marc Alexander",
"email": "admin@m-a-styles.de",
"homepage": "http://www.m-a-styles.de",
"role": "Lead Developer"
},
},
{
"name": "Joas Schilling",
"email": "nickvergessen@gmx.de",
"homepage": "http://mods.flying-bits.org",
"role": "Developer"
}],
}
],
"require": {
"php": ">=5.3.9",
"php": ">=5.3.3",
"marc1706/phpbb-text-shortener": "^0.1.0"
},
"require-dev": {
@@ -28,12 +30,12 @@
"extra": {
"display-name": "Board3 Portal",
"soft-require": {
"phpbb/phpbb": ">=3.1.5,<3.2.*@dev"
"phpbb/phpbb": ">=3.1.5,<3.4.*@dev"
},
"version-check": {
"host": "board3.de",
"directory": "/updatecheck",
"filename": "board3_portal.json"
"host": "www.phpbb.com",
"directory": "/customise/db/extension/board3_portal_ext",
"filename": "version_check"
}
}
}