1
0
mirror of https://github.com/danog/amp.git synced 2025-01-22 05:11:42 +01:00
amp/composer.json
2016-12-05 13:46:17 +01:00

25 lines
613 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": {
"Interop\\Async\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Interop\\Async\\Loop\\Test\\": "test"
}
}
}