mirror of
https://github.com/danog/amp.git
synced 2024-11-27 04:24:42 +01:00
17 lines
421 B
JSON
17 lines
421 B
JSON
{
|
|
"name": "async-interop/promise-test",
|
|
"description": "An abstract test file to ensure compatibility between promise implementations.",
|
|
"keywords": ["promise", "async", "interop", "test"],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"async-interop/promise": "^0.3|dev-master",
|
|
"phpunit/phpunit": "^4|^5"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Interop\\Async\\Promise\\": "src"
|
|
}
|
|
}
|
|
}
|