mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
24 lines
517 B
JSON
Executable File
24 lines
517 B
JSON
Executable File
{
|
|
"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@php.net",
|
|
"role": "Creator / Lead Developer"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"autoload": {
|
|
"files": ["src/bootstrap.php"]
|
|
},
|
|
"branch-alias": {
|
|
"dev-master": "0.4.x-dev"
|
|
}
|
|
}
|