Skip to content

Commit

Permalink
Merge pull request #58 from list-interop/update-http-tools
Browse files Browse the repository at this point in the history
Update psr/http-message and Diactoros
  • Loading branch information
gsteel committed Jun 29, 2023
2 parents 1a8050c + 0cc32ae commit 5d8714a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 28 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -21,7 +21,7 @@
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.1 || ^2.0",
"webmozart/assert": "^1.10"
},
"provide": {
Expand All @@ -31,7 +31,7 @@
"ext-curl": "*",
"doctrine/coding-standard": "^11.1",
"ergebnis/composer-normalize": "^2.31",
"laminas/laminas-diactoros": "^2.25.2",
"laminas/laminas-diactoros": "^3.0.0",
"php-http/curl-client": "^2.3",
"phpunit/phpunit": "^9.6.9",
"psalm/plugin-phpunit": "^0.18.4",
Expand Down
40 changes: 14 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5d8714a

Please sign in to comment.