Releases: testcontainers/testcontainers-php
Releases · testcontainers/testcontainers-php
0.2.0
What's Changed
- Package is now official testcontainers package, renamed name to
testcontainers/testcontainers
- Renamed classes to
Testcontainers
namespace
Full Changelog: 0.1.4...0.2.0
0.1.3
What's Changed
- Ability to specify a container entry point by @dinamic in #10
New Contributors
Full Changelog: 0.1.2...0.1.3
0.1.2
What's Changed
- feat: allow publishing ports for containers by @echozio in #7
New Contributors
Full Changelog: 0.1.1...0.1.2
0.1.1
What's Changed
- docs: use make method instead of new by @aliyome in #4
- Added example for symfony by @smurfy in #6
- Added support to specify the network used by container by @smurfy in #5
New Contributors
Full Changelog: 0.0.2...0.1.1
0.1.0
- Allow Symfony 7
- Fix support for MariaDB 11