Good evening, all with a holiday :)
There is a Symfony 2.3 with a bunch of other packages. All this is managed by Composer.
Worked it myself and did not have any problems.
Then I manually ran a dump with a key "-o"
composer dumpautoload -o
Now every time you update (composer update), and no matter what the package (or even all) of it falls on you reset the cache in Symfony2.3, because can't find the class. Even though the file and class exist of course.
If you then manually run
composer dumpautoload -o
app/console cache:clear
.....
Then everything is fine.
But he runs without the flag "-o", and thus every time it lands.
What am I doing wrong, and how to get it?) I hope, clearly explained...
You can try to carry all the folder /vendor and put again, I think will help? - Ahmad38 commented on October 3rd 19 at 04:02