Skip to content

Commit 569e459

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | packagist | phpstan/phpstan | 2.1.5 | 2.1.6 | | packagist | phpunit/phpunit | 11.5.7 | 11.5.9 | | packagist | vimeo/psalm | 6.5.1 | 6.8.6 |
1 parent f99a9bb commit 569e459

File tree

4 files changed

+161
-76
lines changed

4 files changed

+161
-76
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
],
3434
"require-dev": {
3535
"phpbench/phpbench": "^1.4.0",
36-
"phpunit/phpunit": "^11.5.7"
36+
"phpunit/phpunit": "^11.5.9"
3737
},
3838
"autoload": {
3939
"psr-4": {

composer.lock

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

tools/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"require": {
33
"doctrine/coding-standard": "^12.0.0",
4-
"phpstan/phpstan": "^2.1.5",
4+
"phpstan/phpstan": "^2.1.6",
55
"phpstan/phpstan-phpunit": "^2.0.4",
6-
"vimeo/psalm": "^6.5.1",
6+
"vimeo/psalm": "^6.8.6",
77
"roave/backward-compatibility-check": "^8.13.0",
88
"roave/infection-static-analysis-plugin": "^1.36.0"
99
},

0 commit comments

Comments
 (0)