forked from AlfredoRamos/phpbb-ext-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 976 Bytes
/
composer.json
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
38
39
40
41
{
"name": "alfredoramos/markdown",
"type": "phpbb-extension",
"description": "Markdown extension for phpBB",
"homepage": "https://github.com/AlfredoRamos/phpbb-ext-markdown",
"version": "1.4.0",
"time": "2020-11-06",
"keywords": ["phpbb", "extension", "markdown", "litedown", "pipetables", "tasklists"],
"license": "GPL-2.0-only",
"authors": [
{
"name": "Alfredo Ramos",
"email": "[email protected]",
"homepage": "https://alfredoramos.mx/",
"role": "Lead Developer"
}
],
"require": {
"php": "^7.1.3",
"composer/installers": "^1.6.0"
},
"require-dev": {
"phing/phing": "^2.16.0",
"pear/archive_tar": "^1.4.0"
},
"suggest": {
"s9e/highlighter": "To add code syntax highlighting"
},
"extra": {
"display-name": "Markdown",
"soft-require": {
"phpbb/phpbb": "~3.3.2"
},
"version-check": {
"host": "alfredoramos.mx",
"directory": "/phpbb-extensions/versions",
"filename": "markdown.json",
"ssl": true
}
}
}