Skip to content

Commit

Permalink
[TASK] Allow installations with Symfony 7 (#1121)
Browse files Browse the repository at this point in the history
Also update the minimum versions of `symfony/yaml` to be in line with
what TYPO3 11LTS and 12LTS allow/require.

As these are only development dependencies for this extension, no
changelog entry is needed.
  • Loading branch information
oliverklee authored Jan 16, 2024
1 parent 53a8c4c commit 68434c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
"saschaegerer/phpstan-typo3": "^1.9.1",
"seld/jsonlint": "^1.10.1",
"squizlabs/php_codesniffer": "^3.8.1",
"symfony/console": "^5.4 || ^6.4",
"symfony/translation": "^5.4 || ^6.4",
"symfony/yaml": "^5.3.6 || ^6.2.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
"symfony/translation": "^5.4 || ^6.4 || ^7.0",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"tomasvotruba/type-coverage": "^0.2.1",
"typo3/cms-fluid-styled-content": "^11.5.4 || ^12.4.0",
"typo3/coding-standards": "^0.6.1",
Expand Down

0 comments on commit 68434c3

Please sign in to comment.