Releases: diego-ninja/docker
Releases · diego-ninja/docker
v2.1.0
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Release v2.0.0: PHP 8.4 Modernization
Major version upgrade with PHP 8.4 requirement, PHPStan level 10
compliance, and 88% test coverage.
Breaking Changes:
- PHP 8.4+ required
- Strict types enforced in all files
- Symfony Process 7.0+ required
New Features:
- PHPStan level 10 compliance
- Pest v4 testing framework
- Comprehensive type annotations
- ABOUTME documentation in all files
See CHANGELOG.md for full details.
🤖 Generated with Claude Code
Co-Authored-By: Claude noreply@anthropic.com
Symfony 7 support
refactor(phpstan): refactor code to comply with phpstan level 8
v1.0.2
Adds isRunning method to DockerContainerInstance
Sync with spatie original repo
Backmerge with original repo
Initial release (forked from spatie/docker)
- adds the possibility of use and manage already created containers
- gives the possibility of run all Symfony Process objects in async mode, using start() instead of run()
- drops php 7.x support
- DockerContainer start method now accepts an optional callable that is called continuously while the container starts