mirror of
https://github.com/danog/amp.git
synced 2024-12-03 18:07:57 +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/"
|
|
}
|
|
}
|
|
}
|