mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "rdlowrey/alert",
|
|
"homepage": "https://github.com/rdlowrey/alert",
|
|
"description": "Event loops for event-driven/async PHP",
|
|
"keywords": ["non-blocking", "events", "libevent", "async"],
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@gmail.com",
|
|
"role": "Creator / Lead Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Alert": "src"
|
|
}
|
|
}
|
|
}
|