Skip to content

Commit

Permalink
[TASK] Update Symfony dependency
Browse files Browse the repository at this point in the history
Since TYPO3 12.4.10 the core allows Symfony 7 in its dependencies (`"symfony/config:^6.4 || ^7.0"`)

@see https://forge.typo3.org/issues/102746

Related: #552
  • Loading branch information
julianhofmann authored and sbusemann committed Jun 3, 2024
1 parent 763775e commit 93d8763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-core": "^12.3.0",
"symfony/config": "^6.1"
"symfony/config": "^6.3 || ^7.0"
},
"repositories": [
{
Expand Down

0 comments on commit 93d8763

Please sign in to comment.