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/dbal       | 3.5.3  | 3.6.1 |
| packagist  | doctrine/migrations | 3.5.5  | 3.6.0 |
| packagist  | phpunit/phpunit     | 9.5.28 | 9.6.6 |
| packagist  | symfony/yaml        | 6.2.5  | 6.2.7 |
| packagist  | vimeo/psalm         | 5.6.0  | 5.9.0 |
  • Loading branch information
renovate[bot] committed Mar 30, 2023
1 parent f17355e commit 4e94bf2
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 347 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"doctrine/annotations": "^1.14.2 || ^2.0",
"doctrine/cache": "^1.13.0",
"doctrine/common": "^3.4.3",
"doctrine/dbal": "^3.5.3",
"doctrine/dbal": "^3.6.1",
"doctrine/event-manager": "^1.2.0 || ^2.0",
"doctrine/migrations": "^3.5.5",
"doctrine/migrations": "^3.6.0",
"doctrine/orm": "^2.14.1",
"doctrine/persistence": "^2.5.6 || ^3.1",
"psr/cache": "^1.0.1 || ^2.0.0 || ^3.0.0",
"psr/container": "^1.0 || ^2.0"
},
"require-dev": {
"doctrine/coding-standard": "^8.2.1",
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6.6",
"psalm/plugin-phpunit": "^0.18.4",
"symfony/yaml": "^6.2.5",
"vimeo/psalm": "^5.6.0"
"symfony/yaml": "^6.2.7",
"vimeo/psalm": "^5.9.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 4e94bf2

Please sign in to comment.