From 8d0f1e462bf0d73e9d4a9ef4852ed9cf2a84a6c8 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Sun, 9 Oct 2022 17:51:02 +0200 Subject: [PATCH] [TASK] Bump the Symfony dependencies (#622) Now the Symfony (dev) dependencies are in sync what TYPO3 11LTS and 12LTS require. --- CHANGELOG.md | 1 + composer.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6c28a0..5476efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Deprecated ### Removed +- Drop support for Symfony 4.4 (#622) - Drop support for TYPO3 10LTS (#594) - Drop support for PHP 7.2 and 7.3 (#581) diff --git a/composer.json b/composer.json index 2429d0f..76e4af8 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ "saschaegerer/phpstan-typo3": "^1.1.2", "seld/jsonlint": "^1.9.0", "squizlabs/php_codesniffer": "^3.7.1", - "symfony/yaml": "^4.4.29 || ^5.3.6 || ^6.0", + "symfony/yaml": "^5.4 || ^6.1", "typo3/cms-fluid-styled-content": "^11.5.2", "typo3/coding-standards": "^0.5.5", "typo3/testing-framework": "^6.16.6"