1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/composer.json
2013-08-07 00:17:57 -04:00

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