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.4.0 | 7.0.0 |
| packagist  | symfony/console              | 6.4.1 | 7.0.1 |
| packagist  | symfony/dependency-injection | 6.4.1 | 7.0.1 |
| packagist  | symfony/filesystem           | 6.4.0 | 7.0.0 |
| packagist  | symfony/finder               | 6.4.0 | 7.0.0 |
| packagist  | symfony/process              | 6.4.0 | 7.0.0 |
| packagist  | symfony/yaml                 | 6.4.0 | 7.0.0 |
  • Loading branch information
renovate[bot] authored and eliashaeussler committed Dec 29, 2023
1 parent e3dfb48 commit 480f5e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"ondram/ci-detector": "^4.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^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/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",
"webmozart/assert": "^1.10"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 480f5e5

Please sign in to comment.