Skip to content

Commit

Permalink
DOC Updated symfony dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Sep 3, 2024
1 parent 50d0963 commit 26af5ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions en/08_Changelogs/6.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions en/12_Project_Governance/08_Fixed_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 26af5ba

Please sign in to comment.