Skip to content

Commit 32f3729

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------- | ------ | ------ | | packagist | psalm/plugin-phpunit | 0.19.7 | 0.20.1 | | packagist | symfony/console | 7.4.7 | 7.4.8 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 734f6b1 commit 32f3729

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"require-dev": {
4545
"laminas/laminas-coding-standard": "~3.1.0",
4646
"phpunit/phpunit": "^11.5.51 || ^12.5.9",
47-
"psalm/plugin-phpunit": "^0.19.5",
48-
"symfony/console": "v7.4.7",
47+
"psalm/plugin-phpunit": "^0.20.0",
48+
"symfony/console": "v7.4.8",
4949
"vimeo/psalm": "^6.15.0",
5050
"amphp/dns": "^2.4.0",
5151
"amphp/socket": "^2.3.1"

tools/infection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/container": "^1 || ^2.0.2"
1818
},
1919
"require-dev": {
20-
"psalm/plugin-phpunit": "^0.19.5",
20+
"psalm/plugin-phpunit": "^0.20.0",
2121
"roave/infection-static-analysis-plugin": "^1.40",
2222
"vimeo/psalm": "^6.15.0"
2323
},

0 commit comments

Comments
 (0)