mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-31 14:38:15 +02:00
30 lines
827 B
JSON
30 lines
827 B
JSON
{
|
|
"name": "clue/soap-react",
|
|
"description": "Simple, async SOAP webservice client library, built on top of ReactPHP",
|
|
"keywords": ["SOAP", "SoapClient", "WebService", "WSDL", "ReactPHP"],
|
|
"homepage": "https://github.com/clue/reactphp-soap",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": { "Clue\\React\\Soap\\": "src/" }
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Clue\\Tests\\React\\Soap\\": "tests/" }
|
|
},
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"react/http": "^1.0",
|
|
"react/promise": "^2.1 || ^1.2",
|
|
"ext-soap": "*"
|
|
},
|
|
"require-dev": {
|
|
"clue/block-react": "^1.0",
|
|
"phpunit/phpunit": "^9.3 || ^7.5"
|
|
}
|
|
}
|