Skip to content

Releases: PHPCSStandards/composer-installer

v0.5.0

26 Oct 13:39
e749410

Choose a tag to compare

What's Changed

  • Build/PHPCS: update PHPCompatibility repo name by @jrfnl in #54
  • README: remove VersionEye badge by @jrfnl in #55
  • README: replace maintenance badge by @jrfnl in #56
  • Execute phpcs and security-checker from vendor/bin by @gapple in #52
  • PHPCS: various minor tweaks by @jrfnl in #57
  • Travis: various tweaks by @jrfnl in #58
  • Use PHPCompatibility 9.0.0 by @jrfnl in #61
  • Build/Travis: test builds against PHP 7.3 by @jrfnl in #62
  • Updates copyright year by @frenck in #67
  • Enforces PSR12 by @frenck in #66
  • Updates contact information by @frenck in #68
  • Updates README, spelling/grammar, removed Working section by @frenck in #69
  • Move loadInstalledPaths from init to onDependenciesChangedEvent by @gapple in #51
  • Adds the ability to set the max depth from the composer.json file by @Potherca in #46
  • Replaces ProcessBuilder by ProcessExecutor by @frenck in #70
  • Refactors relative path logic by @frenck in #71
  • Removes suggested packages by @frenck in #72
  • Ensures absolute paths during detection phase by @frenck in #73
  • Trivial code cleanup by @frenck in #74
  • Fixes duplicate declaration of cwd by @frenck in #75
  • Removes HHVM from TravisCI by @frenck in #76
  • Adds PHP_CodeSniffer version constraints by @frenck in #77
  • Scan depth as parameter #45
  • phpcs: Exit Code: 127 (Command not found) on every Composer command #48
  • The composer plugin implementation seems to be breaking the composer lifecycle #49
  • Installation error #53
  • Broke composer commands when used with wp-cli/package-command #59
  • Getting a new stable release #60
  • Support PHP CodeSniffer standards in packages installed outside of the vendor directory #63

New Contributors

Full Changelog: v0.4.4...v0.5.0

v0.4.4

06 Dec 16:42
2e41850

Choose a tag to compare

Full Changelog

Closed issues:

  • PHP 7.2 compatibility issue #43

Merged pull requests:

  • Update Travis CI svg badge and link URLs #42 (ntwb)
  • Add PHP 7.2 to Travis CI #41 (ntwb)
  • Docs: Fix link to releases #40 (GaryJones)

v0.4.3

18 Sep 07:55

Choose a tag to compare

Full Changelog

Merged pull requests:

v0.4.2

16 Aug 10:33

Choose a tag to compare

Full Changelog

Merged pull requests:

v0.4.1

01 Aug 12:47

Choose a tag to compare

Full Changelog

Closed issues:

  • Incorrect relative paths for WPCS #33

Merged pull requests:

  • Fixes #33. Changes the way the installed_paths are set. #34 (frenck)

v0.4.0

11 May 08:13

Choose a tag to compare

Full Changelog

Closed issues:

  • Add support for code standards in root of repository for PHP_CodeSniffer 3.x #26
  • Config codings styles in composer.json from project #23
  • Check the root package for sniffs to install #20
  • Document the ability to execute the main plugin functionality directly #18
  • Add a CHANGELOG.md #17
  • Install sniffs with relative paths in CodeSniffer.conf #14

Merged pull requests:

  • Docs: Updated README. … #31 (frenck)
  • Support for coding standard in the root repository for PHP_CodeSniffer v3.x #30 (frenck)
  • Adds reference to calling the script directly in the README. #29 (Potherca)
  • CHANGE: Local projects uses relative paths to their coding standards #28 (frenck)
  • Adds Travis-CI configuration file. #27 (Potherca)
  • Added support for having coding standards in the root package #25 (frenck)

v0.3.2

29 Mar 14:19

Choose a tag to compare

Full Changelog

Closed issues:

  • Coding Standard tries itself to install with installPath when it's the root package #19

Merged pull requests:

  • Improvements to the documentation #22 (Potherca)
  • Added instanceof check to prevent root package from being installed #21 (bastianschwarz)
  • Fixed #13: Incorrect coding standards search depth #15 (frenck)

v0.3.1

17 Feb 10:06

Choose a tag to compare

Full Changelog

Closed issues:

  • Plugin not working correctly when sniffs install depth is equal to "1" #13
  • Create new stable release version to support wider use #11

Merged pull requests:

  • Fixed #13: Incorrect coding standards search depth #15 (frenck)

v0.3.0

15 Feb 10:55

Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Install Plugin provides no feedback #7
  • Installing coding standards when executing Composer with --no-scripts #4
  • Github contribution templates #10 (christopher-hopper)
  • Show config actions and a result as Console output #8 (christopher-hopper)
  • Adds static function to call the Plugin::onDependenciesChangedEvent() method #5 (Potherca)

Merged pull requests:

v0.2.1

01 Nov 14:52

Choose a tag to compare

Full Changelog

Fixes an issue with having this plugin installed globally within composer, but using your global composer installation on a local repository without PHP_CodeSniffer installed.

Merged pull requests:

  • Bugfix: Plugin fails when PHP_CodeSniffer is not installed #2 (frenck)