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  | symfony/config           | 6.2.5 | 6.2.5  |
| packagist  | symfony/console          | 6.2.5 | 5.4.19 |
| packagist  | symfony/framework-bundle | 6.2.5 | 5.4.19 |
| packagist  | symfony/http-client      | 6.2.6 | 5.4.20 |
| packagist  | symfony/translation      | 6.2.5 | 6.2.5  |
  • Loading branch information
renovate[bot] committed Feb 25, 2023
1 parent 5fbfb78 commit 9de3f8a
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 149 deletions.
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -32,12 +32,12 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "^5.4.17|^6.0",
"symfony/console": "^5.4.17|^6.0",
"symfony/framework-bundle": "^5.4.17|^6.0",
"symfony/http-client": "^5.4.17|^6.0",
"symfony/config": "6.2.5",
"symfony/console": "5.4.19",
"symfony/framework-bundle": "5.4.19",
"symfony/http-client": "5.4.20",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "^5.4.17|^6.0",
"symfony/translation": "6.2.5",
"vimeo/psalm": "^5.7.7"
},
"config": {
Expand Down

0 comments on commit 9de3f8a

Please sign in to comment.