Tomas Votruba 1d28ca109c Updated Rector to commit 5ec4cff203f68d9578719b54ce3a145efb32bc79
5ec4cff203 [Php56] Handle jump not Expression stmt next initialized on AddDefaultValueForUndefinedVariableRector (#2725)
2022-08-02 06:46:18 +00:00

53 lines
1.5 KiB
JSON

{
"name": "react\/child-process",
"description": "Event-driven library for executing child processes with ReactPHP.",
"keywords": [
"process",
"event-driven",
"ReactPHP"
],
"license": "MIT",
"authors": [
{
"name": "Christian L\u00fcck",
"homepage": "https:\/\/clue.engineering\/",
"email": "christian@clue.engineering"
},
{
"name": "Cees-Jan Kiewiet",
"homepage": "https:\/\/wyrihaximus.net\/",
"email": "reactphp@ceesjankiewiet.nl"
},
{
"name": "Jan Sorgalla",
"homepage": "https:\/\/sorgalla.com\/",
"email": "jsorgalla@gmail.com"
},
{
"name": "Chris Boden",
"homepage": "https:\/\/cboden.dev\/",
"email": "cboden@gmail.com"
}
],
"require": {
"php": ">=5.3.0",
"evenement\/evenement": "^3.0 || ^2.0 || ^1.0",
"react\/event-loop": "^1.2",
"react\/stream": "^1.2"
},
"require-dev": {
"phpunit\/phpunit": "^9.3 || ^5.7 || ^4.8.35",
"react\/socket": "^1.8",
"sebastian\/environment": "^5.0 || ^3.0 || ^2.0 || ^1.0"
},
"autoload": {
"psr-4": {
"RectorPrefix202208\\React\\ChildProcess\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"RectorPrefix202208\\React\\Tests\\ChildProcess\\": "tests"
}
}
}