mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
7ba32aac1f
e12c73eb33
[psr-4] Move tests to main namespace, as part of /src and /packages merge - step 2 (#5407)
53 lines
1.5 KiB
JSON
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": {
|
|
"RectorPrefix202401\\React\\ChildProcess\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix202401\\React\\Tests\\ChildProcess\\": "tests"
|
|
}
|
|
}
|
|
} |