Skip to content

Releases: diego-ninja/docker

v2.1.0

22 Nov 21:24

Choose a tag to compare

v2.0.0

20 Nov 10:50
370a525

Choose a tag to compare

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

16 Jan 22:42
65c1400

Choose a tag to compare

refactor(phpstan): refactor code to comply with phpstan level 8

v1.0.2

05 Oct 22:55
3836b0b

Choose a tag to compare

Adds isRunning method to DockerContainerInstance

Sync with spatie original repo

26 Sep 14:40
f4d55e8

Choose a tag to compare

Backmerge with original repo

Initial release (forked from spatie/docker)

03 Nov 23:20

Choose a tag to compare

  • 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