mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-31 14:38:15 +02:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "clue/socks-react",
|
|
"description": "Async SOCKS proxy connector client and server implementation, tunnel any TCP/IP-based protocol through a SOCKS5 or SOCKS4(a) proxy server, built on top of ReactPHP.",
|
|
"keywords": ["socks client", "socks server", "socks5", "socks4a", "proxy server", "tcp tunnel", "async", "ReactPHP"],
|
|
"homepage": "https://github.com/clue/reactphp-socks",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"react/promise": "^3 || ^2.1 || ^1.2",
|
|
"react/socket": "^1.12"
|
|
},
|
|
"require-dev": {
|
|
"clue/block-react": "^1.5",
|
|
"clue/connection-manager-extra": "^1.3",
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
|
|
"react/event-loop": "^1.2",
|
|
"react/http": "^1.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": { "Clue\\React\\Socks\\": "src/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Clue\\Tests\\React\\Socks\\": "tests/" }
|
|
}
|
|
}
|