mirror of
https://github.com/danog/amp.git
synced 2024-11-27 12:35:02 +01:00
33 lines
655 B
JSON
33 lines
655 B
JSON
{
|
|
"name": "amphp/loop",
|
|
"description": "",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"async",
|
|
"loop",
|
|
"event",
|
|
"reactor"
|
|
],
|
|
"homepage": "http://amphp.org",
|
|
"license": "MIT",
|
|
"require": {
|
|
"async-interop/event-loop": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"async-interop/event-loop-test": "dev-master"
|
|
},
|
|
"provide": {
|
|
"async-interop/event-loop-implementation": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Loop\\": "lib"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Amp\\Test\\Loop\\": "test"
|
|
}
|
|
}
|
|
}
|