mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
37 lines
750 B
JSON
37 lines
750 B
JSON
{
|
|
"name": "amphp/loop",
|
|
"description": "",
|
|
"keywords": [
|
|
"asynchronous",
|
|
"async",
|
|
"loop",
|
|
"event",
|
|
"reactor"
|
|
],
|
|
"homepage": "http://amphp.org",
|
|
"license": "MIT",
|
|
"require": {
|
|
"async-interop/event-loop": "^0.3"
|
|
},
|
|
"require-dev": {
|
|
"async-interop/event-loop-test": "dev-master",
|
|
"friendsofphp/php-cs-fixer": "~1.9"
|
|
},
|
|
"provide": {
|
|
"async-interop/event-loop-implementation": "^0.3"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Loop\\": "lib"
|
|
},
|
|
"files": [
|
|
"lib/bootstrap.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Amp\\Test\\Loop\\": "test"
|
|
}
|
|
}
|
|
}
|