Skip to content

Releases: traderinteractive/coding-standard-php

Version 3.0.2: PHPCS Bug Fix & PHP 8.3 Support

12 Dec 14:13
b9eb069
Compare
Choose a tag to compare

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

26 Jun 16:31
7430fd0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.0.1

Version 3.0.0: PHP 8 Support

15 Jun 20:20
e6bd031
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v3.0.0

Version 2.1.0

12 Jun 20:39
c1e8da9
Compare
Choose a tag to compare

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