Merge pull request #7413 from firefly-iii/dependabot/composer/nyholm/psr7-1.7.0

Bump nyholm/psr7 from 1.6.0 to 1.7.0
This commit is contained in:
James Cole
2023-04-22 05:55:33 +02:00
committed by GitHub

20
composer.lock generated
View File

@@ -4068,23 +4068,23 @@
}, },
{ {
"name": "nyholm/psr7", "name": "nyholm/psr7",
"version": "1.6.0", "version": "1.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Nyholm/psr7.git", "url": "https://github.com/Nyholm/psr7.git",
"reference": "bf4aebd170fadf5fd808c70b90535de327e81a50" "reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/bf4aebd170fadf5fd808c70b90535de327e81a50", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
"reference": "bf4aebd170fadf5fd808c70b90535de327e81a50", "reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1", "php": ">=7.2",
"php-http/message-factory": "^1.0", "php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0", "psr/http-factory": "^1.0",
"psr/http-message": "^1.0" "psr/http-message": "^1.1 || ^2.0"
}, },
"provide": { "provide": {
"php-http/message-factory-implementation": "1.0", "php-http/message-factory-implementation": "1.0",
@@ -4093,14 +4093,14 @@
}, },
"require-dev": { "require-dev": {
"http-interop/http-factory-tests": "^0.9", "http-interop/http-factory-tests": "^0.9",
"php-http/psr7-integration-tests": "^1.0", "php-http/psr7-integration-tests": "^1.0@dev",
"phpunit/phpunit": "^7.5 || 8.5 || 9.4", "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
"symfony/error-handler": "^4.4" "symfony/error-handler": "^4.4"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.6-dev" "dev-master": "1.7-dev"
} }
}, },
"autoload": { "autoload": {
@@ -4130,7 +4130,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Nyholm/psr7/issues", "issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.6.0" "source": "https://github.com/Nyholm/psr7/tree/1.7.0"
}, },
"funding": [ "funding": [
{ {
@@ -4142,7 +4142,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-04-09T08:34:27+00:00" "time": "2023-04-20T08:38:48+00:00"
}, },
{ {
"name": "paragonie/constant_time_encoding", "name": "paragonie/constant_time_encoding",