1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/composer.json
2014-08-01 15:37:02 -04:00

37 lines
802 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.10.x-dev"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rdlowrey/Alert.git"
}
]
}