1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00
amp/composer.json
2016-05-27 14:55:19 -05:00

16 lines
427 B
JSON

{
"name": "async-interop/event-loop-test",
"description": "An abstract test file to ensure compatibility between event-loop implementations.",
"keywords": ["event", "loop", "async", "interop", "test"],
"license": "MIT",
"require": {
"php": ">=5.5.0",
"async-interop/event-loop": "dev-master",
"phpunit/phpunit": "^4|^5"
},
"autoload": {
"psr-4": {
"Interop\\Async\\Loop\\": "src"
}
}
}