1
0
mirror of https://github.com/danog/amp.git synced 2025-01-21 12:51:27 +01:00

Added composer.json

This commit is contained in:
Andrew Carter 2016-01-20 10:56:02 +00:00
parent 276b14e223
commit 27f4c5dc49

14
composer.json Normal file
View File

@ -0,0 +1,14 @@
{
"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/"
}
}
}