1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00
amp/composer.json
2016-05-15 16:47:51 +02:00

15 lines
307 B
JSON

{
"name": "async-interop/event-loop",
"description": "An event loop interface",
"keywords": ["event", "loop", "async", "interop"],
"license": "MIT",
"require": {
"php": ">=5.5.0"
},
"autoload": {
"psr-4": {
"Interop\\Async\\": "src"
}
}
}