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/orm                           | 2.14.3 | 2.15.1 |
| packagist  | doctrine/persistence                   | 3.1.4  | 3.2.0  |
| packagist  | phpunit/phpunit                        | 9.6.7  | 9.6.8  |
| packagist  | roave/infection-static-analysis-plugin | 1.30.0 | 1.32.0 |
| packagist  | vimeo/psalm                            | 5.9.0  | 5.12.0 |
  • Loading branch information
renovate[bot] committed May 24, 2023
1 parent 4a67225 commit 13c3179
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 96 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"doctrine/orm": "^2.14.3",
"doctrine/persistence": "^3.1.4"
"doctrine/orm": "^2.15.1",
"doctrine/persistence": "^3.2.0"
},
"require-dev": {
"doctrine/coding-standard": "^11.1.0",
"roave/infection-static-analysis-plugin": "^1.30.0",
"phpunit/phpunit": "^9.6.7",
"vimeo/psalm": "^5.9.0",
"roave/infection-static-analysis-plugin": "^1.32.0",
"phpunit/phpunit": "^9.6.8",
"vimeo/psalm": "^5.12.0",
"doctrine/annotations" : "^1.14.3",
"doctrine/dbal" : "^3.6.2"
},
Expand Down

0 comments on commit 13c3179

Please sign in to comment.