Releases: theofidry/PsyshBundle
Releases · theofidry/PsyshBundle
4.5.0
Features
- Add Symfony 6.0 support (#68, #69)
- Remove support for Symfony 5.x except 5.4 (LTS) (#68, #69)
- Remove support for Symfony 4.x (#68, #69)
- Remove support for PHP7 (#68, #69)
Bugfixes
- Fix several issues due to the Psysh Application bootstrapping not kicking in (#72)
Misc
- Refactor code (#71)
- Migrate PHPUnit configuration (#70)
- Bump PHPUnit to 9.5
4.3.0
Features
- Allow psysh ^0.10 (#52)
- Inject the test framework instead of the regular framework (allows to access to private services) (#47, #55)
Misc
v4.2.0
Features
- Remove deprecated usage of the Symfony Debug component (#50)
- Bump minimal version of PHP to 7.2 (#50)
- Bump minimal Symfony version supported to 4.4 (#50)
4.0.0
Features
- Upgrade config for Symfony 4.3 TestContainer (#44)
v3.5.1
Bugfixes
- Fix root node deprecation in symfony-config (#42)
v3.5.0
Features
- Use test.service_container for Symfony 4.1+ (#38)
- Lazily load the command (#39)
v3.3.0
Bugfixes
- Mark the necessary services public and bump dependencies (#31)