Skip to content

Release v2.0.13

Choose a tag to compare

@github-actions github-actions released this 02 Mar 11:00

Release v2.0.13

Changelog

Added

  • Docker and development – Dockerfiles updated to PHP 8.2 Alpine; docker-compose streamlined with consistent HTTP ports across demos; Makefile gains commands for rebuilding images, restarting containers, and updating the bundle; PHP-CS-Fixer configuration enhanced with Symfony conventions; RELEASE.md and SECURITY.md added under docs.
  • Demo – FrankenPHP Caddyfile for Symfony 7 and 8 demos; demo Makefiles and READMEs updated with access URLs and setup instructions.

Changed

  • CI – GitHub Actions workflow simplified; testing integrated into main docker-compose setup.
  • Demo – Removed deprecated docker-compose.test.yml; demo docker-compose and Makefiles refactored.

Removed

  • docker-compose.test.yml – Deprecated test compose file removed; use main docker-compose for tests.

Commits

  • chore(release): prepare v2.0.13 - changelog and upgrading (ac23c56)
  • feat(docker): enhance Docker setup and configuration (c73387a)