Skip to content

Releases: phpro/grumphp

Version 0.11.5

28 Apr 12:06
v0.11.5
e3a594b
Compare
Choose a tag to compare

Version 0.11.4

Version 0.11.3

Version 0.11.2

14 Feb 19:25
v0.11.2
ba85771
Compare
Choose a tag to compare

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

Version 0.11.1

10 Jan 07:43
v0.11.1
90b71ca
Compare
Choose a tag to compare

Version 0.11.0

18 Dec 13:23
v0.11.0
bf66083
Compare
Choose a tag to compare

Version 0.10.2

12 Dec 14:46
v0.10.2
d9e1561
Compare
Choose a tag to compare

Version 0.10.1

01 Dec 15:11
v0.10.1
076f013
Compare
Choose a tag to compare

Version 0.10.0

01 Dec 06:33
v0.10.0
073e6a7
Compare
Choose a tag to compare

Version 0.9.6

20 Oct 15:52
v0.9.6
201a375
Compare
Choose a tag to compare

New features

  • New doctrine_orm task
  • New php7cc task

Improvements

  • Write the command to the console in -vvv modus.
  • Added exclude option to the ppmd task.
  • Improved suggestion documentation.

Bugfixes

  • Fixed phpcpd issue in case insensitive environments.