Skip to content

Version 0.11.2

Compare
Choose a tag to compare
@veewee veewee released this 14 Feb 19:25
· 1403 commits to v2.x since this release
v0.11.2
ba85771

Total issues resolved: 17

Improvements

Upgrade notes

If you are upgrading from an older version to this version, you can encounter following error:

[Symfony\Component\Debug\Exception\FatalThrowableError]
  Class 'GrumPHP\Console\Command\ConfigureCommand' not found

This error is due to an upgrade from PSR0 to PSR4. You can easily fix it by running or leave it as-is. During the next composer install, the error wil be automatically fixed.

composer remove phpro/grumphp
composer require phpro/grumphp 0.11.2