35 lines
907 B
JSON
35 lines
907 B
JSON
{
|
|
"name": "php-http\/promise",
|
|
"description": "Promise used for asynchronous HTTP requests",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"homepage": "http:\/\/httplug.io",
|
|
"authors": [
|
|
{
|
|
"name": "Joel Wurtz",
|
|
"email": "joel.wurtz@gmail.com"
|
|
},
|
|
{
|
|
"name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friends-of-phpspec\/phpspec-code-coverage": "^4.3.2 || ^6.3",
|
|
"phpspec\/phpspec": "^5.1.2 || ^6.2 || ^7.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ps_metrics_module_v4_0_5\\Http\\Promise\\": "src\/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "vendor\/bin\/phpspec run",
|
|
"test-ci": "vendor\/bin\/phpspec run -c phpspec.yml.ci"
|
|
}
|
|
} |