Skip to content

Releases: phpro/grumphp

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.

Version 0.9.5

10 Oct 05:16
v0.9.5
df271c8
Compare
Choose a tag to compare

New features

  • New git blacklist formatter
  • New phpcpd task
  • New phpunit clover_coverage task

Improvements

  • Add an always_execute option to the phpunit task.

Bugfixes

  • The ConsoleIO could not be used as a dependency of a task.
  • Fixed the "cannot find classes" error in phpmd.