33 lines
766 B
JSON
33 lines
766 B
JSON
{
|
|
"name": "phpbbstudio/ass",
|
|
"type": "phpbb-extension",
|
|
"description": "A fully integrated and extendable shop extension for the Advanced Points System.",
|
|
"homepage": "https://www.phpbbstudio.com",
|
|
"version": "1.1.4-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 developers"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"composer/installers": "~1.0"
|
|
},
|
|
"extra": {
|
|
"display-name": "phpBB Studio - Advanced Shop System",
|
|
"soft-require": {
|
|
"phpbb/phpbb": ">=3.2.7,<4.0.0@dev"
|
|
},
|
|
"version-check": {
|
|
"host": "3d-i.github.io",
|
|
"directory": "/site/vchecks",
|
|
"filename": "advshop.json"
|
|
}
|
|
}
|
|
}
|