-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
37 lines (37 loc) · 1.26 KB
/
composer.json
File metadata and controls
37 lines (37 loc) · 1.26 KB
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
33
34
35
36
37
{
"name": "forumhulp/upload",
"type": "phpbb-extension",
"description": "Upload Extensions enables you to upload extensions' zip files or delete extensions' folders from the server. With this extension you can install/update/delete extensions without using FTP. If the uploaded extension already exists, it will be updated with the uploaded files.",
"homepage": "http://forumhulp.com",
"version": "3.1.8",
"keywords": ["forumhulp", "phpbb", "extension", "upload", "unzip", "zip", "delete", "unpack"],
"license": "GPL-2.0",
"authors": [
{
"name": "John Peskens",
"homepage": "http://forumhulp.com",
"email": "info@forumhulp.com",
"role": "Developer"
},
{
"name": "Igor Lavrov",
"homepage": "https://github.com/lavigor",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3",
"michelf/php-markdown": "~1.4"
},
"extra": {
"display-name": "Upload Extensions",
"soft-require": {
"phpbb/phpbb": ">=3.1.*"
},
"version-check": {
"host": "forumhulp.com",
"directory": "/versioncheck",
"filename": "upload-extensions"
}
}
}