v3.0.0.37
Release Notes — se7enxweb/legacy-bridge v3.0.0.37
Bug fixes
- Fatal crash on
composer create-project/composer install—ScriptHandlerpreviously extendedSensio\Bundle\DistributionBundle\Composer\ScriptHandler, which is not installed in Symfony 5+ projects. This caused PHP to throwClass "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler" not foundimmediately when Composer dispatched any post-install script (including the newly addedinstallIniSettings). The class is now fully self-contained with inline implementations ofgetOptions(),getConsoleDir(), andexecuteCommand(). - PHP 8.2 deprecation notice — Fixed
${var}string interpolation syntax inisDir()→{$var}.
Upgrade notes
No changes to public API or configuration. Existing installs are unaffected except they will no longer emit the deprecation warning.
Full Changelog: v3.0.0.36...v3.0.0.37