1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00
amp/composer.json
2014-01-16 22:23:16 +01:00

26 lines
526 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"
}
},
"branch-alias": {
"dev-master": "0.3.x-dev"
}
}