Skip to content

Releases: sebastianbergmann/environment

sebastian/environment 7.2.0

03 Jul 04:55
7.2.0
855f3ae
Compare
Choose a tag to compare

Changed

  • Synced Console::hasColorSupport() with Symfony's StreamOutput::hasColorSupport() implementation
  • Removed code left over from a time before PHP 5.4 and when HHVM was still supported
  • This project now uses PHPStan instead of Psalm for static analysis

Deprecated

  • The Runtime::getBinary() method is now deprecated, use escapeshellarg(PHP_BINARY) instead
  • The Runtime::getRawBinary() method is now deprecated, use the PHP_BINARY constant instead

sebastian/environment 7.1.0

23 Mar 08:57
7.1.0
4eb3a44
Compare
Choose a tag to compare

Added

  • #72: Runtime::getRawBinary()

sebastian/environment 6.1.0

23 Mar 08:48
6.1.0
8074dbc
Compare
Choose a tag to compare

Added

  • #72: Runtime::getRawBinary()