forked from phpbb-de/phpbb-ext-external-images-as-link
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 842 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
{
"name": "phpbbde/externalimgaslink",
"type": "phpbb-extension",
"description": "Displays every image as a link, which is included with [img] bbcode and not hosted with the own board.",
"homepage": "https://github.com/phpbb-de/phpbb-ext-external-images-as-link",
"version": "1.0.0",
"time": "2015-04-29",
"license": "GPL-2.0",
"authors": [
{
"name": "Christian Schnegelberger",
"email": "[email protected]",
"homepage": "https://www.phpbb.de",
"role": "Developer"
},
{
"name": "Oliver Schramm",
"email": "[email protected]",
"homepage": "https://www.phpbb.de",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "phpBB.de - External Image as Link",
"soft-require": {
"phpbb/phpbb": ">=3.1.3"
}
}
}