Skip to content

Commit

Permalink
Update all non-major dependencies to v6.4.0
Browse files Browse the repository at this point in the history
| datasource | package                  | from  | to    |
| ---------- | ------------------------ | ----- | ----- |
| packagist  | symfony/config           | 6.3.8 | 6.4.0 |
| packagist  | symfony/console          | 6.3.8 | 6.4.0 |
| packagist  | symfony/framework-bundle | 6.3.8 | 6.4.0 |
| packagist  | symfony/http-client      | 6.3.8 | 6.4.0 |
| packagist  | symfony/translation      | 6.3.7 | 6.4.0 |
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 5fd9b61 commit fc5afcd
Show file tree
Hide file tree
Showing 2 changed files with 277 additions and 268 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"symfony/config": "6.3.8",
"symfony/console": "6.3.8",
"symfony/framework-bundle": "6.3.8",
"symfony/http-client": "6.3.8",
"symfony/config": "6.4.0",
"symfony/console": "6.4.0",
"symfony/framework-bundle": "6.4.0",
"symfony/http-client": "6.4.0",
"symfony/monolog-bundle": "^3.10.0",
"symfony/translation": "6.3.7"
"symfony/translation": "6.4.0"
},
"config": {
"sort-packages": true,
Expand Down
Loading

0 comments on commit fc5afcd

Please sign in to comment.