Skip to content

Commit fa4bdcc

Browse files
authored
Merge pull request #31 from laminas/renovate/lock-file-maintenance
Bump minimum version of `laminas-http` to prevent dynamic property deprecation warnings
2 parents 3cc92cf + 05ec63b commit fa4bdcc

File tree

2 files changed

+95
-84
lines changed

2 files changed

+95
-84
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"require": {
3232
"php": "~8.0.0 || ~8.1.0 || ~8.2.0",
3333
"laminas/laminas-diactoros": "^2.0",
34-
"laminas/laminas-http": "^2.15",
34+
"laminas/laminas-http": "^2.18",
3535
"psr/http-message": "^1.0"
3636
},
3737
"require-dev": {
3838
"laminas/laminas-coding-standard": "~2.4.0",
39-
"phpunit/phpunit": "^9.5.26",
39+
"phpunit/phpunit": "^9.5.27",
4040
"psalm/plugin-phpunit": "^0.18.4",
41-
"vimeo/psalm": "^5.1"
41+
"vimeo/psalm": "^5.4"
4242
},
4343
"conflict": {
4444
"laminas/laminas-stdlib": "< 3.2.1",

composer.lock

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

0 commit comments

Comments
 (0)