forked from chricke/php5rp_ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
36 lines (36 loc) · 1.04 KB
/
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
{
"archive": {
"exclude": ["/examples"]
},
"authors": [
{
"name": "Brian Nelson",
"email": "mrpoundsign@gmail.com"
}, {
"name": "Christian \"chricke\" Beckmann",
"email": "mail@christian-beckmann.net",
"homepage": "http://http://christian-beckmann.net/"
}, {
"name": "drkibitz",
"email": "info@drkibitz.com",
"homepage": "http://drkibitz.com/"
}
],
"autoload": {
"classmap": ["ProxyHandler.class.php"]
},
"name": "chricke/php5rp_ng",
"description": "PHP5 Reverse Proxy Next Generation",
"homepage": "http://chricke.github.io/php5rp_ng/",
"keywords": ["http", "proxy", "reverse", "curl"],
"license": "BSD-2-Clause",
"require": {
"php": ">=5.2"
},
"support": {
"email": "mail@christian-beckmann.net",
"issues": "https://github.com/chricke/php5rp_ng/issues",
"source": "https://github.com/chricke/php5rp_ng/"
},
"version": "1.0.0"
}