-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 881 Bytes
/
composer.json
File metadata and controls
40 lines (40 loc) · 881 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
33
34
35
36
37
38
39
40
{
"name": "phpbb/camosslimageproxy",
"type": "phpbb-extension",
"description": "Rewrites image URLs to point to a camo image proxy.",
"homepage": "https://www.phpbb.com/",
"version": "1.0.2",
"time": "2013-09-06 14:22:00",
"license": "GPL-2.0",
"authors": [
{
"name": "Patrick Webster",
"email": "noxwizard@phpbb.com",
"homepage": "https://www.phpbb.com",
"role": "Developer"
},
{
"name": "phpBB Website Team",
"email": "website@phpbb.com",
"homepage": "https://www.phpbb.com"
},
{
"name": "Michael Cullum",
"email": "michael@phpbb.com",
"homepage": "https://www.phpbb.com"
}
],
"require": {
"php": ">=5.3.3",
"composer/installers": "~1.0"
},
"require-dev": {
"phpbb/epv": "dev-master"
},
"extra": {
"display-name": "phpBB Camo SSL Image Proxy Extension",
"soft-require": {
"phpbb/phpbb": ">=3.1.*@dev"
}
}
}