1
0
mirror of https://github.com/danog/amp.git synced 2024-11-26 20:15:00 +01:00
amp/composer.json
2016-08-14 22:27:52 +02:00

16 lines
421 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": "^0.2",
"phpunit/phpunit": "^4|^5"
},
"autoload": {
"psr-4": {
"Interop\\Async\\Loop\\": "src"
}
}
}