Skip to content

sebastian/environment 7.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 04:55
· 10 commits to main since this release
7.2.0
855f3ae

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