mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-09-02 15:38:19 +02:00
30 lines
946 B
JSON
30 lines
946 B
JSON
{
|
|
"name": "clue/block-react",
|
|
"description": "Lightweight library that eases integrating async components built for ReactPHP in a traditional, blocking environment.",
|
|
"keywords": ["blocking", "await", "sleep", "Event Loop", "synchronous", "Promise", "ReactPHP", "async"],
|
|
"homepage": "https://github.com/clue/reactphp-block",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"files": [ "src/functions_include.php" ]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": { "Clue\\Tests\\React\\Block\\": "tests/" }
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"react/event-loop": "^1.2",
|
|
"react/promise": "^3.0 || ^2.7 || ^1.2.1",
|
|
"react/promise-timer": "^1.5"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35",
|
|
"react/http": "^1.4"
|
|
}
|
|
}
|