Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.2 KB

File metadata and controls

34 lines (22 loc) · 1.2 KB

Changelog

All notable changes to this project are documented in this file.

1.1.0 - 2026-08-06

Security

  • Require security-fixed Symfony Process, Symfony Cache, PHPUnit, and TailwindCSS releases.
  • Use argument-array process execution for development and build commands.
  • Harden project scaffolding against unchecked filesystem failures and symlink traversal.

Fixed

  • Register BuildCommand under the namespace expected by command discovery.
  • Return failure status when build steps or development processes fail.
  • Support platforms without pcntl or the sockets extension.
  • Track the Composer lock file and PHPUnit configuration for reproducible clean checkouts.

Changed

  • Raise the minimum supported PHP version to 8.1.
  • Document Tailwind CSS v4 CSS-first configuration and production builds.
  • Expand isolated tests for scaffolding, build failures, and command discovery without downloading the Tailwind binary.

1.0.5 - 2024-09-22

  • Fix Tailwind CSS configuration.