Shopware 5.7 Update Prepare Guide
This can be done also in versions before. Check all service ids and parameters
With the update you can only use public services. With following code can you override the public default back to true
<services>
<defaults public="true" />
<service id="......
It's not allowed to have arrays or strings inside the container anymore
Change
if ($form->isValid()) {
to
if ($form->isSubmitted() && $form->isValid()) {
https://github.com/rectorphp/rector/blob/master/config/set/monolog/monolog20.yaml#L5-L16
egulias/email-validatorsymfony/translationphp-http/curl-clientpsr/linksymfony/polyfill-ctypesymfony/polyfill-iconvsymfony/polyfill-iconvsymfony/polyfill-php56symfony/polyfill-php70symfony/polyfill-php71symfony/polyfill-php72