mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
25 lines
609 B
JSON
25 lines
609 B
JSON
{
|
|
"name": "async-interop/event-loop",
|
|
"description": "An event loop interface for interoperability.",
|
|
"keywords": ["event", "loop", "async", "interop"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4|^5",
|
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
|
"jakub-onderka/php-console-highlighter": "^0.3.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AsyncInterop\\": "src"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"AsyncInterop\\Loop\\Test\\": "test"
|
|
}
|
|
}
|
|
}
|