You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
766 B

{
"name": "react/stream",
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
"keywords": ["event-driven", "readable", "writable", "stream", "non-blocking", "io", "pipe", "ReactPHP"],
"license": "MIT",
"require": {
"php": ">=5.3.8",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"evenement/evenement": "^3.0 || ^2.0 || ^1.0"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35",
"clue/stream-filter": "~1.2"
},
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"React\\Tests\\Stream\\": "tests"
}
}
}