You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"
]
}
}