Files
phpbb_board3-portal_tlw/composer.json
2023-02-07 20:36:48 +01:00

39 lines
959 B
JSON

{
"name": "board3/portal",
"type": "phpbb-extension",
"description": "Adds a portal with several blocks to your forum. You can change the settings, move the blocks, add new blocks and more in the ACP.",
"homepage": "https://www.board3.de",
"version": "2.3.0",
"time": "2023-01-30 21:00:14",
"license": "GPL-2.0-only",
"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": ">=7.1.3",
"marc1706/phpbb-text-shortener": "^0.2.0"
},
"require-dev": {
},
"extra": {
"display-name": "Board3 Portal",
"soft-require": {
"phpbb/phpbb": ">=3.3.0,<3.4@dev"
},
"version-check": {
"host": "board3.de",
"directory": "/updatecheck",
"filename": "board3_portal.json"
}
}
}