Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC Updated symfony dependencies #574

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

#### 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
Loading