mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
16f4095ade
6861ae9a4f
Merge VarDocPropertyTypeInferer (#1543)
38 lines
988 B
JSON
38 lines
988 B
JSON
{
|
|
"name": "clue\/ndjson-react",
|
|
"description": "Streaming newline-delimited JSON (NDJSON) parser and encoder for ReactPHP.",
|
|
"keywords": [
|
|
"NDJSON",
|
|
"newline",
|
|
"JSON",
|
|
"jsonlines",
|
|
"streaming",
|
|
"ReactPHP"
|
|
],
|
|
"homepage": "https:\/\/github.com\/clue\/reactphp-ndjson",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Christian L\u00fcck",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20211221\\Clue\\React\\NDJson\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20211221\\Clue\\Tests\\React\\NDJson\\": "tests\/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=5.3",
|
|
"react\/stream": "^1.0 || ^0.7 || ^0.6"
|
|
},
|
|
"require-dev": {
|
|
"react\/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3",
|
|
"phpunit\/phpunit": "^9.3 || ^5.7 || ^4.8.35"
|
|
}
|
|
} |