github bobthecow/psysh v0.11.0
PsySH v0.11.0

latest releases: v0.12.3, v0.12.2, v0.12.1...
2 years ago

Kinda big:

  • Drop support for PHP 5.x and HHVM.
  • Add support for Symfony 6.
  • Bump minimum versions of Symfony and PHP-Parser to merely "ancient" and not "prehistoric".

All the small things:

  • Drop function call and constant fetch input validation (PHP can now recover from these at runtime, so we'll just handle the error!)
  • Fix bracketed paste support dectection issue for some readline implementations (MinGWEditLine?).
  • Add supportsBracketedPaste to the Readline interface.
  • All the param types and return types.
  • Add @dev and lowest-version dependency testing to CI.

In case you missed it above, PsySH v0.11.0 drops support for PHP 5.x and HHVM.

Please. It's almost 2022. If you're not using PHP 8 already, make that your New Year's resolution.

Don't miss a new psysh release

NewReleases is sending notifications on new releases.