Skip to content

v3.0.0.37

Choose a tag to compare

@se7enxweb se7enxweb released this 12 Apr 04:54

Release Notes — se7enxweb/legacy-bridge v3.0.0.37

Bug fixes

  • Fatal crash on composer create-project / composer installScriptHandler previously extended Sensio\Bundle\DistributionBundle\Composer\ScriptHandler, which is not installed in Symfony 5+ projects. This caused PHP to throw Class "Sensio\Bundle\DistributionBundle\Composer\ScriptHandler" not found immediately when Composer dispatched any post-install script (including the newly added installIniSettings). The class is now fully self-contained with inline implementations of getOptions(), getConsoleDir(), and executeCommand().
  • PHP 8.2 deprecation notice — Fixed ${var} string interpolation syntax in isDir(){$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