diff --git a/en/08_Changelogs/6.0.0.md b/en/08_Changelogs/6.0.0.md index 84e5adcd..47778739 100644 --- a/en/08_Changelogs/6.0.0.md +++ b/en/08_Changelogs/6.0.0.md @@ -15,6 +15,7 @@ title: 6.0.0 (unreleased) - [Other new features](#other-new-features) - [Dependency changes](#dependency-changes) - [`intervention/image` has been upgraded from v2 to v3](#intervention-image) + - [`symfony dependencies have been upgraded from v6 to v7](#symfony) - [Bug fixes](#bug-fixes) - [API changes](#api-changes) - [Most extension hook methods are now protected](#hooks-protected) @@ -215,6 +216,10 @@ We've upgraded from `intervention/image` v2 to v3. One of the main improvements If you are directly interacting with APIs from `intervention/image` in your project or module you should check out [their upgrade guide](https://image.intervention.io/v3/introduction/upgrade). +### symfony dependencies have been upgraded from v6 to v7 {#symfony} + +We've upgraded the various `symfony` dependencies from v6 to v7. If you are directly interacting with `symfony` components in your project or module you should check out the [symfony upgrade guide](https://symfony.com/doc/current/setup/upgrade_major.html). + #### Animated vs still images {#intervention-image-animations} Manipulating animated images takes longer, and results in a larger filesize. diff --git a/en/12_Project_Governance/08_Fixed_dependencies.md b/en/12_Project_Governance/08_Fixed_dependencies.md index 468147e3..235b9902 100644 --- a/en/12_Project_Governance/08_Fixed_dependencies.md +++ b/en/12_Project_Governance/08_Fixed_dependencies.md @@ -21,12 +21,12 @@ Dependency | Fixed major release line [`league/flysystem`](https://packagist.org/packages/league/flysystem) | 3 [`monolog/monolog`](https://packagist.org/packages/monolog/monolog) | 3 [`phpunit/phpunit`](https://packagist.org/packages/phpunit/phpunit) | 9 -[`symfony/*`](https://packagist.org/packages/symfony/) | 6 +[`symfony/*`](https://packagist.org/packages/symfony/) | 7 [`webonyx/graphql-php`](https://packagist.org/packages/webonyx/graphql-php) | 15 ## Symfony dependencies -Silverstripe CMS relies on many Symfony packages. Silverstripe CMS 5 tracks the Symfony 6 release. If your Silverstripe CMS project uses Symfony packages, install packages version compatible with Symfony 6 or you may encounter dependency conflicts. +Silverstripe CMS relies on many Symfony packages. Silverstripe CMS 6 tracks the Symfony 7 release. If your Silverstripe CMS project uses Symfony packages, install packages version compatible with Symfony 6 or you may encounter dependency conflicts. ## Related information