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.17 |
| packagist  | phpstan/phpstan-phpunit            | 1.3.3  | 1.3.4  |
| packagist  | phpunit/phpunit                    | 10.0.5 | 10.0.7 |
| packagist  | roave/backward-compatibility-check | 8.2.1  | 8.3.0  |
  • Loading branch information
renovate[bot] authored Feb 11, 2023
1 parent 2fa7f61 commit b331882
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 41 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
],
"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.17",
"phpstan/phpstan-phpunit": "^1.3.4",
"phpunit/phpunit": "10.0.7",
"vimeo/psalm": "5.6.0",
"roave/infection-static-analysis-plugin": "^1.28.0"
},
Expand Down
38 changes: 19 additions & 19 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"
}
}
37 changes: 19 additions & 18 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 b331882

Please sign in to comment.