Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Fix Major upgrade article for 2.7.1 changes#5394
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
To make sure this doesn't happen, you can install the PHPUnit bridge: | ||
If you want to make sure you don't use any deprecated features, you can install | ||
the Symfony PHPunit bridge: | ||
.. code-block:: bash | ||
$ composer require symfony/phpunit-bridge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Sorry for commenting so late in a pull request labeled asfinished
, but I think this command should be:
$ composer require --dev symfony/phpunit-bridge
Applied the suggestions of@javiereguiluz and did some updates as#5413 was merged. Ready to merge imo |
👍 |
This PR was merged into the 2.3 branch.Discussion----------Fix Major upgrade article for 2.7.1 changesAs of 2.7.1, deprecation errors are silenced, causing a lot less trouble.This PR also adds some information about the `SYMFONY_DEPRECATIONS_HELPER` env variable.| Q | A| --- | ---| Doc fix? | yes| New docs? | yes| Applies to | all| Fixed tickets | -Commits-------9d6db3e Fix Major upgrade article for 2.7.1 changes
As of 2.7.1, deprecation errors are silenced, causing a lot less trouble.
This PR also adds some information about the
SYMFONY_DEPRECATIONS_HELPER
env variable.