Skip to content

Commit 997a437

Browse files
authored
Merge pull request #77 from gsteel/major-deps
Allow installation of `psr/http-message` `^2.0`
2 parents 18824ab + 1e2e5af commit 997a437

File tree

2 files changed

+32
-41
lines changed

2 files changed

+32
-41
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,14 @@
4040
"mezzio/mezzio-authentication": "^1.0",
4141
"psr/container": "^1.0 || ^2.0",
4242
"psr/http-factory": "^1.0",
43-
"psr/http-message": "^1.0.1",
43+
"psr/http-message": "^1.0.1 || ^2.0",
4444
"psr/http-server-middleware": "^1.0",
4545
"webmozart/assert": "^1.10"
4646
},
4747
"require-dev": {
4848
"laminas/laminas-coding-standard": "~2.5.0",
49-
"laminas/laminas-diactoros": "^2.26.0",
50-
"laminas/laminas-servicemanager": "^3.22.1",
49+
"laminas/laminas-diactoros": "^3.5.0",
50+
"laminas/laminas-servicemanager": "^3.23.0",
5151
"phpunit/phpunit": "^9.6.21",
5252
"psalm/plugin-phpunit": "^0.19.0",
5353
"vimeo/psalm": "^5.26.1"

composer.lock

Lines changed: 29 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)