Bump amphp/http from 1.6.3 to 1.7.3 (#96)

Bumps [amphp/http](https://github.com/amphp/http) from 1.6.3 to 1.7.3.
- [Release notes](https://github.com/amphp/http/releases)
- [Commits](https://github.com/amphp/http/compare/v1.6.3...v1.7.3)

---
updated-dependencies:
- dependency-name: amphp/http
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-04-03 20:11:55 +02:00
committed by GitHub
parent 130ae8468c
commit 7f7b6092b5

43
composer.lock generated
View File

@@ -411,25 +411,26 @@
},
{
"name": "amphp/hpack",
"version": "v3.1.1",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/hpack.git",
"reference": "cf4f1663e9fd58f60258c06177098655ca6377a5"
"reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/hpack/zipball/cf4f1663e9fd58f60258c06177098655ca6377a5",
"reference": "cf4f1663e9fd58f60258c06177098655ca6377a5",
"url": "https://api.github.com/repos/amphp/hpack/zipball/4f293064b15682a2b178b1367ddf0b8b5feb0239",
"reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/php-cs-fixer-config": "^2",
"http2jp/hpack-test-case": "^1",
"phpunit/phpunit": "^6 | ^7"
"nikic/php-fuzzer": "^0.0.10",
"phpunit/phpunit": "^7 | ^8 | ^9"
},
"type": "library",
"extra": {
@@ -472,7 +473,7 @@
],
"support": {
"issues": "https://github.com/amphp/hpack/issues",
"source": "https://github.com/amphp/hpack/tree/v3.1.1"
"source": "https://github.com/amphp/hpack/tree/v3.2.1"
},
"funding": [
{
@@ -480,20 +481,20 @@
"type": "github"
}
],
"time": "2021-06-11T20:03:34+00:00"
"time": "2024-03-21T19:00:16+00:00"
},
{
"name": "amphp/http",
"version": "v1.6.3",
"version": "v1.7.3",
"source": {
"type": "git",
"url": "https://github.com/amphp/http.git",
"reference": "e2b75561011a9596e4574cc867e07a706d56394b"
"reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/http/zipball/e2b75561011a9596e4574cc867e07a706d56394b",
"reference": "e2b75561011a9596e4574cc867e07a706d56394b",
"url": "https://api.github.com/repos/amphp/http/zipball/3a33e68a3b53f7279217238e89748cf0cb30b8a6",
"reference": "3a33e68a3b53f7279217238e89748cf0cb30b8a6",
"shasum": ""
},
"require": {
@@ -501,8 +502,8 @@
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"phpunit/phpunit": "^7 || ^6.5"
"amphp/php-cs-fixer-config": "2.x-dev#3c24119d0377eed2093d5c0f0541478cb75ea72d",
"phpunit/phpunit": "^9 || ^8 || ^7"
},
"type": "library",
"extra": {
@@ -511,12 +512,12 @@
}
},
"autoload": {
"psr-4": {
"Amp\\Http\\": "src"
},
"files": [
"src/functions.php"
]
],
"psr-4": {
"Amp\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -531,7 +532,7 @@
"description": "Basic HTTP primitives which can be shared by servers and clients.",
"support": {
"issues": "https://github.com/amphp/http/issues",
"source": "https://github.com/amphp/http/tree/v1.6.3"
"source": "https://github.com/amphp/http/tree/v1.7.3"
},
"funding": [
{
@@ -539,7 +540,7 @@
"type": "github"
}
],
"time": "2020-11-28T17:04:34+00:00"
"time": "2024-04-03T17:45:14+00:00"
},
{
"name": "amphp/http-client",
@@ -6769,5 +6770,5 @@
"platform-overrides": {
"php": "7.4.0"
},
"plugin-api-version": "2.1.0"
"plugin-api-version": "2.6.0"
}