All notable changes to this project are documented in this file.
1.1.0 - 2026-08-06
- 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.
- Register
BuildCommandunder the namespace expected by command discovery. - Return failure status when build steps or development processes fail.
- Support platforms without
pcntlor the sockets extension. - Track the Composer lock file and PHPUnit configuration for reproducible clean checkouts.
- 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.