Skip to content

Releases: theofidry/PsyshBundle

4.5.0

29 Dec 22:26
cc48781
Compare
Choose a tag to compare

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.4.0

27 Feb 19:19
c3d3807
Compare
Choose a tag to compare

Features

  • Allow PHP 8.0 (#58)

4.3.0

26 Mar 20:03
2dc4446
Compare
Choose a tag to compare

Features

  • Allow psysh ^0.10 (#52)
  • Inject the test framework instead of the regular framework (allows to access to private services) (#47, #55)

Misc

  • Bump dependencies (#54)

v4.2.0

12 Feb 07:43
61a6dba
Compare
Choose a tag to compare

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)

v4.1.0

07 Dec 07:57
Compare
Choose a tag to compare

Features

  • Allow symfony 5 (#48)

4.0.0

26 Jun 06:55
Compare
Choose a tag to compare

Features

  • Upgrade config for Symfony 4.3 TestContainer (#44)

v3.5.1

09 Feb 09:19
Compare
Choose a tag to compare

Bugfixes

  • Fix root node deprecation in symfony-config (#42)

v3.5.0

13 Nov 08:43
Compare
Choose a tag to compare

Features

  • Use test.service_container for Symfony 4.1+ (#38)
  • Lazily load the command (#39)

v3.4.0

16 Apr 17:25
Compare
Choose a tag to compare
  • Allow PsySH 0.9 (#37)

v3.3.0

17 Dec 22:22
Compare
Choose a tag to compare

Bugfixes

  • Mark the necessary services public and bump dependencies (#31)