Skip to content

v4.6.3 - PHP 8.3 install fix

Choose a tag to compare

@tallcms tallcms released this 31 May 06:04
· 3 commits to main since this release

Hotfix

Fixes a packaging regression in v4.6.2: the bundled standalone lock file was generated on PHP 8.4 and pinned Symfony 8.1 (php >=8.4.1), so a fresh composer install on PHP 8.3 failed before the app could boot — even though Laravel 13 (and our docs) only require PHP 8.3+.

The lock has been regenerated targeting PHP 8.3, so Composer now selects Symfony 7.4 (php >=8.2). A fresh standalone install works on PHP 8.3+.

If you installed v4.6.2 on PHP 8.3 and hit a platform error, update to v4.6.3. PHP 8.4 installs were unaffected.

Notes

  • composer.json is unchanged (php: ^8.2, laravel/framework: ^12.0 || ^13.0), so a composer update on PHP 8.2 still resolves down to Laravel 12 — Laravel 11/12 support is intact.
  • The tallcms/cms package code is unchanged from v4.6.0.

Compatibility

  • New standalone installs → Laravel 13 (PHP 8.3+)
  • Existing Laravel 11/12 installs → unaffected
  • Filament 5