39 lines
799 B
JSON
Raw Normal View History

2024-07-10 18:28:19 +05:45
{
"name": "psr/http-factory",
2024-09-29 16:59:27 +05:45
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
2024-07-10 18:28:19 +05:45
"keywords": [
"psr",
"psr-7",
"psr-17",
"http",
"factory",
"message",
"request",
"response"
],
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
2024-09-29 16:59:27 +05:45
"homepage": "https://www.php-fig.org/"
2024-07-10 18:28:19 +05:45
}
],
2024-09-29 16:59:27 +05:45
"support": {
"source": "https://github.com/php-fig/http-factory"
},
2024-07-10 18:28:19 +05:45
"require": {
2024-09-29 16:59:27 +05:45
"php": ">=7.1",
"psr/http-message": "^1.0 || ^2.0"
2024-07-10 18:28:19 +05:45
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}