Bump amphp/http from 1.6.3 to 1.7.3

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>
This commit is contained in:
dependabot[bot] 2024-04-03 18:07:31 +00:00 committed by GitHub
parent 84c89c0ce2
commit 472a734e5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

54
composer.lock generated
View File

@ -404,27 +404,33 @@
},
{
"name": "amphp/hpack",
"version": "v3.1.0",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/amphp/hpack.git",
"reference": "0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8"
"reference": "4f293064b15682a2b178b1367ddf0b8b5feb0239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/hpack/zipball/0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8",
"reference": "0dcd35f9a8d9fc04d5fb8af0aeb109d4474cfad8",
"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": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Amp\\Http\\": "src"
@ -460,22 +466,28 @@
],
"support": {
"issues": "https://github.com/amphp/hpack/issues",
"source": "https://github.com/amphp/hpack/tree/v3.1.0"
"source": "https://github.com/amphp/hpack/tree/v3.2.1"
},
"time": "2020-01-11T19:33:14+00:00"
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"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": {
@ -483,8 +495,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": {
@ -493,12 +505,12 @@
}
},
"autoload": {
"psr-4": {
"Amp\\Http\\": "src"
},
"files": [
"src/functions.php"
]
],
"psr-4": {
"Amp\\Http\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@ -513,7 +525,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": [
{
@ -521,7 +533,7 @@
"type": "github"
}
],
"time": "2020-11-28T17:04:34+00:00"
"time": "2024-04-03T17:45:14+00:00"
},
{
"name": "amphp/http-client",
@ -4245,5 +4257,5 @@
"ext-pcntl": "*"
},
"platform-dev": [],
"plugin-api-version": "2.0.0"
"plugin-api-version": "2.6.0"
}