Skip to content

Commit

Permalink
bug #4149 Add symfony/deprecation-contracts to dependencies. (Warxcell)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

Add symfony/deprecation-contracts to dependencies.

Fixes `Attempted to call function "trigger_deprecation" from namespace "EasyCorp\Bundle\EasyAdminBundle\Router".`

<!--
Thanks for your contribution! If you are proposing a new feature that is complex,
please open an issue first so we can discuss about it.

Note: all your contributions adhere implicitly to the MIT license
-->

Commits
-------

74bbec0 Add symfony/deprecation-contracts to dependencies.
  • Loading branch information
javiereguiluz committed Jan 22, 2021
2 parents 2eb9d74 + 74bbec0 commit e868c25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"symfony/string": "^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0",
"symfony/uid": "^5.1"
"symfony/uid": "^5.1",
"symfony/deprecation-contracts": "^2.0"
},
"require-dev": {
"dama/doctrine-test-bundle": "^6.4",
Expand Down

0 comments on commit e868c25

Please sign in to comment.