From 8a8fb92566e72fe5c710902009d44de3b5a5b61e Mon Sep 17 00:00:00 2001 From: vol4onok Date: Mon, 1 Apr 2024 12:13:56 +0300 Subject: [PATCH] Changed SF to 6.4 LTS --- .../upgrade-and-migrate/upgrade-to-symfony-6.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/dg/dev/upgrade-and-migrate/upgrade-to-symfony-6.md b/docs/dg/dev/upgrade-and-migrate/upgrade-to-symfony-6.md index d5a0d7b44b3..e547737c640 100644 --- a/docs/dg/dev/upgrade-and-migrate/upgrade-to-symfony-6.md +++ b/docs/dg/dev/upgrade-and-migrate/upgrade-to-symfony-6.md @@ -1,7 +1,7 @@ --- -title: Upgrade to Symfony 6 +title: Upgrade to Symfony 6.4 description: Learn about the main changes in the new Symfony version 6 -last_updated: Dec 7, 2022 +last_updated: Apr 1, 2024 template: howto-guide-template redirect_from: - /docs/scos/dev/technical-enhancement-integration-guides/integrating-symfony-6.html @@ -9,7 +9,7 @@ originalLink: https://documentation.spryker.com/2021080/docs/symfony-6-integrati originalArticleId: d5e96c3b-3ed6-49ed-982c-aa641e09b559 --- -Spryker primarily supports Symfony 6 that was released in December 2022. Backward compatibility remains for all three major Symfony versions, but support for Symfony 4 was partially dropped in October 2022. +Spryker primarily supports Symfony 6.4 that was released in December 2022. Backward compatibility remains for all three major Symfony versions, but support for Symfony 4 was partially dropped in October 2022. {% info_block warningBox "Avoid old Symfony versions" %} @@ -19,18 +19,18 @@ Although Spryker still supports older versions of Symfony, avoid installing them -## Main changes in Symfony 6 +## Main changes in Symfony 6.4 -Symfony 6 has a new cycle of innovations. When it starts, one cycle lasts two years, on a modernized codebase that has been cleaned up from the dead weight of the past. -The major change included in Symfony 6 is PHP 8.0 being the minimum required version of PHP. -The code of Symfony 6 has been updated. You can take advantage of all the new features in PHP. +Symfony 6.4 has a new cycle of innovations. When it starts, one cycle lasts two years, on a modernized codebase that has been cleaned up from the dead weight of the past. +The major change included in Symfony 6.4 is PHP 8.1 being the minimum required version of PHP. +The code of Symfony 6.4 has been updated. You can take advantage of all the new features in PHP. For example, the code includes PHP 8 [attributes](https://www.php.net/manual/fr/language.attributes.overview.php), more expressive and rigorous type declarations, and more. Read more at [CHANGELOG-6.0](https://github.com/symfony/symfony/blob/6.0/CHANGELOG-6.0.md). ## Upgrade Symfony to version 6 -To make your project compatible with Symfony 6, update the [Symfony](https://github.com/spryker/symfony) module and all modules that use it: +To make your project compatible with Symfony 6.4, update the [Symfony](https://github.com/spryker/symfony) module and all modules that use it: ```bash composer require spryker/symfony:"^3.11.0"