Skip to content

Commit

Permalink
Update all non-major dependencies to v6.2.8
Browse files Browse the repository at this point in the history
| datasource | package                  | from  | to    |
| ---------- | ------------------------ | ----- | ----- |
| packagist  | symfony/console          | 6.2.7 | 6.2.8 |
| packagist  | symfony/framework-bundle | 6.2.7 | 6.2.8 |
| packagist  | symfony/http-client      | 6.2.7 | 6.2.8 |
| packagist  | symfony/translation      | 6.2.7 | 6.2.8 |
  • Loading branch information
renovate[bot] committed Mar 31, 2023
1 parent a6d3385 commit 16c4900
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 88 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -33,11 +33,11 @@
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "6.2.7",
"symfony/console": "6.2.7",
"symfony/framework-bundle": "6.2.7",
"symfony/http-client": "6.2.7",
"symfony/console": "6.2.8",
"symfony/framework-bundle": "6.2.8",
"symfony/http-client": "6.2.8",
"symfony/monolog-bundle": "^3.8",
"symfony/translation": "6.2.7",
"symfony/translation": "6.2.8",
"vimeo/psalm": "^5.9.0"
},
"config": {
Expand Down

0 comments on commit 16c4900

Please sign in to comment.