forked from eunaumtenhoid/AdvancedShopSystem
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 766 Bytes
/
Copy pathcomposer.json
File metadata and controls
32 lines (32 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
}
}
}