This commit is contained in:
2025-11-20 16:34:30 +01:00
parent 15d1a30e88
commit 4e4351e833
631 changed files with 130125 additions and 36318 deletions

View File

@@ -1,30 +1,25 @@
{
"name": "psr\/http-client",
"name": "psr/http-client",
"description": "Common interface for HTTP clients",
"keywords": [
"psr",
"psr-18",
"http",
"http-client"
],
"homepage": "https:\/\/github.com\/php-fig\/http-client",
"keywords": ["psr", "psr-18", "http", "http-client"],
"homepage": "https://github.com/php-fig/http-client",
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
"homepage": "https://www.php-fig.org/"
}
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-client"
"source": "https://github.com/php-fig/http-client"
},
"require": {
"php": "^7.0 || ^8.0",
"psr\/http-message": "^1.0 || ^2.0"
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Client\\": "src\/"
"Psr\\Http\\Client\\": "src/"
}
},
"extra": {
@@ -32,4 +27,4 @@
"dev-master": "1.0.x-dev"
}
}
}
}

View File

@@ -1,5 +1,5 @@
{
"name": "psr\/http-factory",
"name": "psr/http-factory",
"description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"psr",
@@ -15,19 +15,19 @@
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
"homepage": "https://www.php-fig.org/"
}
],
"support": {
"source": "https:\/\/github.com\/php-fig\/http-factory"
"source": "https://github.com/php-fig/http-factory"
},
"require": {
"php": ">=7.1",
"psr\/http-message": "^1.0 || ^2.0"
"psr/http-message": "^1.0 || ^2.0"
},
"autoload": {
"psr-4": {
"Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Message\\": "src\/"
"Psr\\Http\\Message\\": "src/"
}
},
"extra": {
@@ -35,4 +35,4 @@
"dev-master": "1.0.x-dev"
}
}
}
}

View File

@@ -1,20 +1,13 @@
{
"name": "psr\/http-message",
"name": "psr/http-message",
"description": "Common interface for HTTP messages",
"keywords": [
"psr",
"psr-7",
"http",
"http-message",
"request",
"response"
],
"homepage": "https:\/\/github.com\/php-fig\/http-message",
"keywords": ["psr", "psr-7", "http", "http-message", "request", "response"],
"homepage": "https://github.com/php-fig/http-message",
"license": "MIT",
"authors": [
{
"name": "PHP-FIG",
"homepage": "https:\/\/www.php-fig.org\/"
"homepage": "https://www.php-fig.org/"
}
],
"require": {
@@ -22,7 +15,7 @@
},
"autoload": {
"psr-4": {
"Pshowsso\\Scope68f5e85e9608b\\Psr\\Http\\Message\\": "src\/"
"Psr\\Http\\Message\\": "src/"
}
},
"extra": {
@@ -30,4 +23,4 @@
"dev-master": "2.0.x-dev"
}
}
}
}