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:
parent
276b14e223
commit
27f4c5dc49
14
composer.json
Normal file
14
composer.json
Normal 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/"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user