Ajout d'une extension
This commit is contained in:
32
ext/phpbbstudio/ass/composer.json
Normal file
32
ext/phpbbstudio/ass/composer.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user