Skip to content

Symfony 2.8 support #325

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

Closed
wants to merge 7 commits into from
Closed

Symfony 2.8 support #325

wants to merge 7 commits into from

Conversation

killerwolf
Copy link
Contributor

No description provided.

@killerwolf killerwolf mentioned this pull request Dec 22, 2015
@killerwolf
Copy link
Contributor Author

should we then just try to remove deprecation notices/warnings then ? which will be hard because some dev dependencies relies on deprecated features methods/classes. So upgrading is mandatory.

"phpunit/php-code-coverage": "@stable",
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",
"sonata-project/doctrine-phpcr-admin-bundle": "^1.1|^2.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should not allow sonata admin 2.0 as per #325 (comment)

@dbu
Copy link
Member

dbu commented Dec 24, 2015

i actually don't mind the deprecations for this branch. i am fine just setting the deprecation helper to not treat them as errors. we need to fix them for the version that supports 3.0 but for 2.8 i would rather have something simple that works with 2.3-2.8 and then we move on with the 3.0 upgrade and don't need workarounds for older symfony versions.

@dbu dbu mentioned this pull request Dec 25, 2015
@dbu
Copy link
Member

dbu commented Dec 25, 2015

continuing in #326

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants