Skip to content

Commit

Permalink
[TASK] Update symfony packages to v7
Browse files Browse the repository at this point in the history
| datasource | package                      | from  | to    |
| ---------- | ---------------------------- | ----- | ----- |
| packagist  | symfony/config               | 6.3.8 | 7.0.0 |
| packagist  | symfony/console              | 6.3.8 | 7.0.0 |
| packagist  | symfony/dependency-injection | 6.3.8 | 7.0.0 |
| packagist  | symfony/event-dispatcher     | 6.3.2 | 7.0.0 |
| packagist  | symfony/expression-language  | 6.3.0 | 7.0.0 |
| packagist  | symfony/filesystem           | 6.3.1 | 7.0.0 |
| packagist  | symfony/finder               | 6.3.5 | 7.0.0 |
| packagist  | symfony/process              | 6.3.4 | 7.0.0 |
| packagist  | symfony/yaml                 | 6.3.8 | 7.0.0 |
  • Loading branch information
renovate[bot] authored Nov 29, 2023
1 parent 5161d64 commit 3f5ba4c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"sebastianfeldmann/cli": "^3.4",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/expression-language": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/expression-language": "^5.4 || ^6.0 || ^7.0",
"symfony/filesystem": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
"twig/twig": "^3.3.3",
"webmozart/assert": "^1.11"
},
Expand Down

0 comments on commit 3f5ba4c

Please sign in to comment.