Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@veewee veewee released this 04 Sep 11:33
· 1613 commits to v2.x since this release
v0.9.2
e1cb5c2

New features

  • New phpmd task.
  • New php-cs-fixer2 task.
  • Added a PhpCS formatter that suggests a fix with phpcbf.
  • Added a no_local_repositories option to the composer task.
  • xmllint: Added trigger_by option.
  • phpunit: Added group option.
  • phpcs: Specify encoding.

Bugfixes

  • Special characters like \c (End of Text) were breaking the git diff command.

Improvements

  • php-cs-fixer: Use FriendsOfSymfony instead of abandoned fabpot package.
  • php-cs-fixer: Suggestion line in the formatter on windows contained invalid process arguments.