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  | phpstan/phpstan                        | 1.9.17 | 1.9.18 |
| packagist  | phpstan/phpstan-phpunit                | 1.3.4  | 1.3.4  |
| packagist  | phpunit/phpunit                        | 10.0.5 | 10.0.8 |
| packagist  | roave/backward-compatibility-check     | 8.3.0  | 8.3.0  |
| packagist  | roave/infection-static-analysis-plugin | 1.28.0 | 1.29.0 |
  • Loading branch information
renovate[bot] authored Feb 18, 2023
1 parent cb38cef commit aeb81de
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 33 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
],
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"phpstan/phpstan": "^1.9.16",
"phpstan/phpstan-phpunit": "^1.3.3",
"phpunit/phpunit": "10.0.5",
"phpstan/phpstan": "^1.9.18",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpunit/phpunit": "10.0.8",
"vimeo/psalm": "5.6.0",
"roave/infection-static-analysis-plugin": "^1.28.0"
"roave/infection-static-analysis-plugin": "^1.29.0"
},
"autoload": {
"psr-4": {
Expand Down
41 changes: 20 additions & 21 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/roave-backward-compatibility-check/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"roave/backward-compatibility-check": "^8.2.1"
"roave/backward-compatibility-check": "^8.3.0"
}
}
14 changes: 7 additions & 7 deletions tools/roave-backward-compatibility-check/composer.lock

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

0 comments on commit aeb81de

Please sign in to comment.