rector/vendor/clue/ndjson-react/composer.json
Tomas Votruba 4a5f1c82b3 Updated Rector to commit 8547bdba9dd5bf24ce08df2f7891e120ad2aad4f
8547bdba9d [Php81] Skip ReadOnlyPropertyRector on Entity id (#1379)
2021-12-04 07:57:42 +00:00

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": {
"RectorPrefix20211204\\Clue\\React\\NDJson\\": "src\/"
}
},
"autoload-dev": {
"psr-4": {
"RectorPrefix20211204\\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"
}
}