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

Allow symfony config, dependency-injection and routing 5.1 #6369

Merged
merged 1 commit into from
Sep 3, 2020

Conversation

franmomu
Copy link
Member

@franmomu franmomu commented Sep 3, 2020

Symfony/config 5.1 introduces a deprecation notice when calling setDeprecation() with less than 3 args. An internal helper class has been added as a BC layer, any suggestion about the name is welcome. The implementation is based on the DoctrineBundle one.

Even if these deprecations will be removed in 4.x, we still need the BC layer for future deprecations.

Subject

I am targeting this branch, because these changes are BC.

Changelog

### Added
- Added support for `symfony/config` 5.1.
- Added support for `symfony/dependency-injection` 5.1.
- Added support for `symfony/routing` 5.1.

@franmomu franmomu added the minor label Sep 3, 2020
@greg0ire
Copy link
Contributor

greg0ire commented Sep 3, 2020

An internal helper class has been added as a BC layer, any suggestion about the name is welcome.

Looks fine as is 👍 (it's internal anyway)

Symfony/config 5.1 introduces a deprecation notice when calling setDeprecation() with less than 3 args. An internal helper class has been added as a BC layer.
@franmomu franmomu force-pushed the allow_symfony_config_di branch from 8aa6bba to 2ff63c5 Compare September 3, 2020 20:49
@jordisala1991 jordisala1991 merged commit 7cc6f5b into sonata-project:3.x Sep 3, 2020
@jordisala1991
Copy link
Member

Thank you @franmomu

@franmomu franmomu deleted the allow_symfony_config_di branch September 3, 2020 21:29
@wbloszyk wbloszyk mentioned this pull request Sep 4, 2020
20 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants