Releases: traderinteractive/coding-standard-php
Releases · traderinteractive/coding-standard-php
Version 3.0.2: PHPCS Bug Fix & PHP 8.3 Support
What's Changed
- Fix absoluteNestingLevel property name by @chrisryan in #6
Full Changelog: v3.0.1...v3.0.2
Version 3.0.1: Namespace fixes
Version 3.0.0: PHP 8 Support
What's Changed
- Build updates by @chrisryan in #3
- Removes support for PHP 5. (Backward breaking change)
- Removes Travis/Coveralls usage.
- Adds Github Workfow builds for all PHP 7 versions.
- Updates PHPUnit to version 6.
- Minor fixes as required.
- Build updates by @chrisryan in #4
- Upgrade to Support PHP 8
- Upgrade PHP_CodeSniffer to version 3.
New Contributors
- @chrisryan made their first contribution in #3
Full Changelog: v2.1.0...v3.0.0
Version 2.1.0
Major Features
- Switch to TraderInteractive [PR #85]
- Update LICENSE file
- Change package to traderinteractive/coding-standard
- Add .github files CODEOWNERS, PULL_REQUEST_TEMPLATE, ISSUE_TEMPLATE & CONTRIBUTING
- Update PHPCS dependency
- Update README
- Remove composer.lock from version control
- Update Travis-CI config
- Update Coveralls config