Releases: PHPCSStandards/composer-installer
Releases · PHPCSStandards/composer-installer
v0.4.2
v0.4.1
v0.4.0
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
Closed issues:
- Coding Standard tries itself to install with installPath when it's the root package #19
Merged pull requests:
v0.3.1
v0.3.0
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
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:
v0.2.0
For this version on, this installer no longer messes with the installation paths of composer libraries, but instead, it configures PHP_CodeSniffers to look into other directories for coding standards.
Merged pull requests:
v0.1.1
Standard name mapping improvements