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.16 | 1.9.17 |
| packagist  | phpstan/phpstan-phpunit | 1.3.3  | 1.3.4  |
| packagist  | phpunit/phpunit         | 10.0.5 | 10.0.7 |
  • Loading branch information
renovate[bot] authored Feb 9, 2023
1 parent eb41dec commit 3c223ae
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 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
50 changes: 25 additions & 25 deletions composer.lock

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

0 comments on commit 3c223ae

Please sign in to comment.