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

37 lines
801 B
JSON

{
"name": "rdlowrey/alert",
"homepage": "https://github.com/rdlowrey/alert",
"description": "Event loops and stream IO reactors for non-blocking PHP applications",
"keywords": [
"non-blocking",
"libevent",
"libuv",
"async"
],
"license": "MIT",
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net",
"role": "Creator / Lead Developer"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Alert\\": "lib/"
}
},
"branch-alias": {
"dev-master": "0.9.x-dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rdlowrey/Alert.git"
}
]
}