Skip to content

Commit ae355d0

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ----------- | -------------------------- | ------ | ------ | | github-tags | containerbase/php-prebuild | 8.4.19 | 8.5.4 | | packagist | psalm/plugin-phpunit | 0.19.0 | 0.20.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b13d1c2 commit ae355d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
}
2626
},
2727
"require": {
28-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
28+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
2929
"laminas/laminas-escaper": "^2.9",
3030
"laminas/laminas-stdlib": "^3.6"
3131
},
3232
"require-dev": {
3333
"laminas/laminas-coding-standard": "^3.0.1",
3434
"laminas/laminas-servicemanager": "^3.23.0",
3535
"phpunit/phpunit": "^10.5.38",
36-
"psalm/plugin-phpunit": "^0.19.0",
36+
"psalm/plugin-phpunit": "^0.20.0",
3737
"vimeo/psalm": "^5.26.1"
3838
},
3939
"suggest": {

0 commit comments

Comments
 (0)