mirror of
https://github.com/danog/amp.git
synced 2024-12-04 10:28:01 +01:00
15 lines
319 B
JSON
15 lines
319 B
JSON
|
{
|
||
|
"name": "async-interop/event-loop",
|
||
|
"description": "An event loop interface",
|
||
|
"keywords": ["event", "loop", "async", "interop"],
|
||
|
"license": "MIT",
|
||
|
"require": {
|
||
|
"php": ">=5.3.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Interop\\Async\\EventLoop\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|