Skip to content

Commit efac33d

Browse files
Update all non-major dependencies
| datasource | package | from | to | | ---------- | -------------------------------------- | ------ | ------ | | packagist | phpbench/phpbench | 1.4.0 | 1.4.0 | | packagist | phpunit/phpunit | 11.5.5 | 11.5.6 | | packagist | roave/infection-static-analysis-plugin | 1.35.0 | 1.36.0 |
1 parent aaa9722 commit efac33d

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
],
3434
"require-dev": {
35-
"phpbench/phpbench": "^1.3.1",
36-
"phpunit/phpunit": "^11.5.3"
35+
"phpbench/phpbench": "^1.4.0",
36+
"phpunit/phpunit": "^11.5.6"
3737
},
3838
"autoload": {
3939
"psr-4": {

composer.lock

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

tools/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"phpstan/phpstan-phpunit": "^2.0.4",
66
"vimeo/psalm": "^5.26.1",
77
"roave/backward-compatibility-check": "^8.10.0",
8-
"roave/infection-static-analysis-plugin": "^1.35.0"
8+
"roave/infection-static-analysis-plugin": "^1.36.0"
99
},
1010
"config": {
1111
"allow-plugins": {

0 commit comments

Comments
 (0)