Releases: brainsum/drupal-dev-tools
Releases · brainsum/drupal-dev-tools
Release 20230330.1
Bugfix - Use git_commit_message_matchers parameter.
Release 20230329.1
First release of 3.x. branch.
2.0.1
Change to composer 2
2.0.0 Changed to version 2.
Change to composer 1.9
1.9.0 Changed required composer and php versions.
PHPStan added
Changes:
- Added PHPStan for checking for deprecated Drupal usages
- Refactoring
Fix dependencies
Requiring drupal dependencies can cause issues, so we move the unused ones to "suggest" instead.
Remove version from composer.json
0.4.1 BIP-27 | Remove version from composer.json.
Tests and travis
This release mainly adds tests and automated building with travis.
Also includes:
- Fix for the commit message regex
- Moved files that we create on install into a separate folder so it doesn't mix with what we use for QA here
Twig Lint task
This release adds the "Twig Lint" GrumPHP task (based on the Twig Lint package).
The README has been extended with installation instructions.
Dependencies have also been updated (lock only).