Releases: sebastianbergmann/environment
Releases · sebastianbergmann/environment
sebastian/environment 7.2.0
Changed
- Synced
Console::hasColorSupport()
with Symfony'sStreamOutput::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, useescapeshellarg(PHP_BINARY)
instead - The
Runtime::getRawBinary()
method is now deprecated, use thePHP_BINARY
constant instead
sebastian/environment 7.1.0
Added
- #72:
Runtime::getRawBinary()
sebastian/environment 6.1.0
Added
- #72:
Runtime::getRawBinary()