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  | infection/infection | 0.26.19 | 0.27.0 |
| packagist  | phpunit/phpunit     | 9.6.8   | 9.6.8  |
| packagist  | vimeo/psalm         | 5.12.0  | 5.12.0 |
  • Loading branch information
renovate[bot] committed May 25, 2023
1 parent bab08c0 commit 5182e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6.7",
"infection/infection": "^0.26.19",
"phpunit/phpunit": "^9.6.8",
"infection/infection": "^0.27.0",
"doctrine/coding-standard": "^11.1.0",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.12.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5182e93

Please sign in to comment.