mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 14:03:41 +01:00
9ec874fb89
15d93fa815
[DeadCode] Handle combine RemoveAlwaysTrueIfConditionRector + RemoveDeadConstructorRector (#2324)
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "react\/dns",
|
|
"description": "Async DNS resolver for ReactPHP",
|
|
"keywords": [
|
|
"dns",
|
|
"dns-resolver",
|
|
"ReactPHP",
|
|
"async"
|
|
],
|
|
"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",
|
|
"react\/cache": "^1.0 || ^0.6 || ^0.5",
|
|
"react\/event-loop": "^1.2",
|
|
"react\/promise": "^3.0 || ^2.7 || ^1.2.1",
|
|
"react\/promise-timer": "^1.8"
|
|
},
|
|
"require-dev": {
|
|
"clue\/block-react": "^1.2",
|
|
"phpunit\/phpunit": "^9.3 || ^4.8.35"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20220517\\React\\Dns\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20220517\\React\\Tests\\Dns\\": "tests"
|
|
}
|
|
}
|
|
} |