Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
| 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 |
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent aaa9722 commit efac33d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

],
"require-dev": {
"phpbench/phpbench": "^1.3.1",
"phpunit/phpunit": "^11.5.3"
"phpbench/phpbench": "^1.4.0",
"phpunit/phpunit": "^11.5.6"
},
"autoload": {
"psr-4": {
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tools/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"phpstan/phpstan-phpunit": "^2.0.4",
"vimeo/psalm": "^5.26.1",
"roave/backward-compatibility-check": "^8.10.0",
"roave/infection-static-analysis-plugin": "^1.35.0"
"roave/infection-static-analysis-plugin": "^1.36.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit efac33d

Please sign in to comment.