1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00
amp/composer.json
2016-01-20 10:56:02 +00:00

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/"
}
}
}