21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"name": "athlon1600/php-proxy",
|
|
"type": "library",
|
|
"keywords": ["php proxy", "proxy script", "php web proxy", "web proxy", "php proxy script"],
|
|
"homepage": "https://www.php-proxy.com/",
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"symfony/event-dispatcher": "~3.2"
|
|
},
|
|
"suggest": {
|
|
"predis/predis": "For caching purposes"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Proxy\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/helpers.php"
|
|
]
|
|
}
|
|
} |