Files
san-reymoros/ext/phpbbstudio/aps/composer.json
2020-04-04 18:27:27 +02:00

33 lines
769 B
JSON

{
"name": "phpbbstudio/aps",
"type": "phpbb-extension",
"description": "A fully integrated and extendable points extension for the phpBB Forum Software.",
"homepage": "https://www.phpbbstudio.com",
"version": "1.0.6-RC",
"time": "2020-03-11",
"license": "GPL-2.0-only",
"authors": [
{
"name": "phpBB Studio",
"email": "info@phpbbstudio.com",
"homepage": "https://www.phpbbstudio.com",
"role": "Lead Developer"
}
],
"require": {
"php": ">=5.5.0",
"composer/installers": "~1.0"
},
"extra": {
"display-name": "phpBB Studio - Advanced Points System",
"soft-require": {
"phpbb/phpbb": ">=3.2.8,<4.0.0@dev"
},
"version-check": {
"host": "3d-i.github.io",
"directory": "/site/vchecks",
"filename": "advpoints.json"
}
}
}