Bump nyholm/psr7 from 1.6.1 to 1.7.0 (#34)

Bumps [nyholm/psr7](https://github.com/Nyholm/psr7) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/Nyholm/psr7/releases)
- [Changelog](https://github.com/Nyholm/psr7/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Nyholm/psr7/compare/1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: nyholm/psr7
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] 2023-04-21 00:21:35 -07:00 committed by GitHub
parent 79eef0aa46
commit 2e737545ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

20
composer.lock generated
View File

@ -727,23 +727,23 @@
},
{
"name": "nyholm/psr7",
"version": "1.6.1",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/psr7.git",
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93"
"reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
"reference": "e874c8c4286a1e010fb4f385f3a55ac56a05cc93",
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
"reference": "ed7cf98f6562831dbc3c962406b5e49dc8179c8c",
"shasum": ""
},
"require": {
"php": ">=7.1",
"php": ">=7.2",
"php-http/message-factory": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
"psr/http-message": "^1.1 || ^2.0"
},
"provide": {
"php-http/message-factory-implementation": "1.0",
@ -752,14 +752,14 @@
},
"require-dev": {
"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",
"symfony/error-handler": "^4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
"dev-master": "1.7-dev"
}
},
"autoload": {
@ -789,7 +789,7 @@
],
"support": {
"issues": "https://github.com/Nyholm/psr7/issues",
"source": "https://github.com/Nyholm/psr7/tree/1.6.1"
"source": "https://github.com/Nyholm/psr7/tree/1.7.0"
},
"funding": [
{
@ -801,7 +801,7 @@
"type": "github"
}
],
"time": "2023-04-17T16:03:48+00:00"
"time": "2023-04-20T08:38:48+00:00"
},
{
"name": "oscarotero/html-parser",