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  | doctrine/coding-standard               | 9.0.2  | 9.0.2  |
| packagist  | phpunit/phpunit                        | 9.5.26 | 9.5.26 |
| packagist  | psalm/plugin-phpunit                   | 0.16.1 | 0.17.0 |
| packagist  | roave/infection-static-analysis-plugin | 1.25.0 | 1.25.0 |
| packagist  | vimeo/psalm                            | 4.29.0 | 4.29.0 |
  • Loading branch information
renovate[bot] authored Oct 31, 2022
1 parent 4341ec2 commit d79cc2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"ext-json": "*",
"phpunit/phpunit": "^9.5.8"
"phpunit/phpunit": "^9.5.26"
},
"config": {
"allow-plugins": {
Expand All @@ -31,10 +31,10 @@
"bin/roave-no-leaks"
],
"require-dev": {
"doctrine/coding-standard": "^9.0.0",
"roave/infection-static-analysis-plugin": "^1.8.0",
"psalm/plugin-phpunit": "^0.16.1",
"doctrine/coding-standard": "^9.0.2",
"roave/infection-static-analysis-plugin": "^1.25.0",
"psalm/plugin-phpunit": "^0.17.0",
"squizlabs/php_codesniffer": "^3.7.1",
"vimeo/psalm": "^4.8.1"
"vimeo/psalm": "^4.29.0"
}
}
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.

0 comments on commit d79cc2e

Please sign in to comment.