Describe the bug
I'm trying to install EasyAdmin 3.2 in my project. symfony version 4.4 LTS
To Reproduce
I do:
composer require easycorp/easyadmin-bundle
(OPTIONAL) Additional context
While composer install I get this error.
````
Symfony operations: 1 recipe (3ce57afbbdb08203fe0658ecf162cf8b)
Installation failed, reverting ./composer.json to its original content.
````
Does someone know what's happening?
Same here, i ll roll back to 3.1.6 waiting a solution.
Looks like problem in Resources\config\services.php ~205 line of code where tring too call method deprecate() from DI.
deprecate method takes only 1 argument, but given 5.
I've put this on composer.json till its's fixed:
"easycorp/easyadmin-bundle": ">=3.0 <3.2.0"
Can you check if #4082 fixes the issue for you?
@javiereguiluz, why is this ticket closed? The bug still persists (or isn't it published yet?).
It is in de dev branch. #4082 you can cherry pick if you want
@ninsky as @parijke said, this was fixed by @xabbuh in #4082, which will be part (very soon) of the next stable release. The tool we use to merge things, which is the same used in Symfony repositories, closes issues when the fixes are merged, even if they are not released yet in a stable version. Cheers!
Thanks for the explenation.
Most helpful comment
Same here, i ll roll back to 3.1.6 waiting a solution.