Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PHP CodeSniffer

Maintains PHP_CodeSniffer, a number of external standards for PHP_CodeSniffer and tooling to make it easier to use and develop for PHP_CodeSniffer.
Collective - Host: opensource - https://opencollective.com/php_codesniffer - Code: https://github.com/PHPCSStandards

TestCase: add helper method for on-the-fly composer.json creation

This adds a test helper method, which, given an array with a Composer configuration and a target...

github.com/PHPCSStandards/composer-installer - 7891fcda0d29cae1aef7d76df856846c2068bde7 authored almost 3 years ago
Tests: create initial setup

* Require the PHPUnit Polyfills as a basis for the tests.
The PHPUnit Polyfills will ensure ...

github.com/PHPCSStandards/composer-installer - 1aba9cc1aa1c1a85e501d4b6826c83b907cdff08 authored almost 3 years ago
Update repo references (#158)

Now the repo has moved to the PHPCSStandards organisation and the package has been renamed from ...

github.com/PHPCSStandards/composer-installer - 5227b24999e01c09a0f23b9bf53c8ee13eec4d05 authored almost 3 years ago
Merge pull request #157 from PHPCSStandards/feature/remove-scrutinizer-ref

README: remove references to Scrutinizer

github.com/PHPCSStandards/composer-installer - 15f03c787ecd546e4d0a478a11cec630849b7ed0 authored almost 3 years ago
Merge pull request #147 from PHPCSStandards/feature/145-drop-support-for-php-5.3

Drop support for PHP 5.3

github.com/PHPCSStandards/composer-installer - 36460c641815dbc4115a027831be82d6f3341fe5 authored almost 3 years ago
PHP 8.1 | Numbers: add support for explicit octal notation

This add support for the explicit octal notation using a `0o`/`0O` prefix as supported in PHP as...

github.com/PHPCSStandards/PHPCSUtils - 52c2176818dd579a17bd69178dd27b76a71a131d authored almost 3 years ago
Merge pull request #292 from PHPCSStandards/feature/docs-tweak

Docs: add command

github.com/PHPCSStandards/PHPCSUtils - c9d4794118405a9ac7c67b49139294641de7a6a0 authored almost 3 years ago
Docs: add command

Follow up on #291

github.com/PHPCSStandards/PHPCSUtils - cd6f520dcff5d67e8455e27ce500e6cfb6ffe7b5 authored almost 3 years ago
Merge pull request #291 from PHPCSStandards/feature/readme-update-for-composer-2.2

Update for Composer 2.2

github.com/PHPCSStandards/PHPCSUtils - 6e5b2337ecfe6de235e649411682bf743a6e08a1 authored almost 3 years ago
Merge pull request #102 from PHPCSStandards/feature/update-refs-to-composer-plugin

Update references to the Composer plugin

github.com/PHPCSStandards/PHPCSExtra - bbdd49d463188da9d7d2a88c40945ac29aebcfa5 authored almost 3 years ago
Merge pull request #64 from PHPCSStandards/feature/doc-updates

Docs: minor updates

github.com/PHPCSStandards/PHPCSDevTools - 210c869453551782ae904e8fa047da7216118e78 authored almost 3 years ago
Merge pull request #21 from PHPCSStandards/feature/update-refs-to-composer-plugin

Update references to the Composer plugin

github.com/PHPCSStandards/PHPCSDevCS - 97d0426e4efa2821654e5a1992b234c33167d6c8 authored almost 3 years ago
Update references to the Composer plugin

The Composer plugin has a new home.

Ref: https://github.com/PHPCSStandards/composer-installer/i...

github.com/PHPCSStandards/PHPCSExtra - af5bdf296e573891da65829322d1e514201d0e64 authored almost 3 years ago
Update for Composer 2.2

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is a non-dev requirement fo...

github.com/PHPCSStandards/PHPCSUtils - e8255b7dbf172ab955e0e80ad1f7dd75911cc206 authored almost 3 years ago
Merge pull request #101 from PHPCSStandards/feature/readme-update-for-composer-2.2

README: update for Composer 2.2

github.com/PHPCSStandards/PHPCSExtra - a85127568b23356494c8372d2147d470f0ee45e8 authored almost 3 years ago
README: update for Composer 2.2

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is a non-dev requirement fo...

github.com/PHPCSStandards/PHPCSExtra - 2d5bfb59309d9db938aae2feecfb38d867c88c1d authored almost 3 years ago
Update references to the Composer plugin

The Composer plugin has a new home.

Ref: https://github.com/PHPCSStandards/composer-installer/i...

github.com/PHPCSStandards/PHPCSDevTools - ebfdea779e61ff35b60b29b95c51f66dc43638ca authored almost 3 years ago
README: update for Composer 2.2

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is a non-dev requirement fo...

github.com/PHPCSStandards/PHPCSDevTools - 9c90e5869613e423d41471d9adf8805303c3c8f2 authored almost 3 years ago
Update references to the Composer plugin

The Composer plugin has a new home.

Ref: https://github.com/PHPCSStandards/composer-installer/i...

github.com/PHPCSStandards/PHPCSDevCS - 77ca58db8a9a1d8e0adfc8be42d0a286cc7d704e authored almost 3 years ago
Merge pull request #20 from PHPCSStandards/feature/readme-update-composer-2.2

README: update for Composer 2.2

github.com/PHPCSStandards/PHPCSDevCS - a903e83cf865e1db20cc91a267b1b8375d0d3f04 authored almost 3 years ago
README: update for Composer 2.2

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is a non-dev requirement fo...

github.com/PHPCSStandards/PHPCSDevCS - 72c736b9f00e225dfa88db03e5a2082a18708587 authored almost 3 years ago
Merge pull request #289 from PHPCSStandards/feature/ghactions-split-tests-vs-linting

GH Actions: split off the linting to separate job

github.com/PHPCSStandards/PHPCSUtils - 2a445aaecc73a1a04a7e387a0b82dca0e6c5891c authored almost 3 years ago
GH Actions: split off the linting to separate job

... and run against a smaller selection of PHP versions.

github.com/PHPCSStandards/PHPCSUtils - 375dfc839c68f487ffa64c5344020b491694e599 authored almost 3 years ago
Merge pull request #288 from PHPCSStandards/feature/temporarily-ignore-an-upstream-bug

GetParametersNamedTest: temporarily skip one test case

github.com/PHPCSStandards/PHPCSUtils - ba316b0dee385a8bfb3ac5a5361cfba66c4ab363 authored almost 3 years ago
GetParametersNamedTest: temporarily skip one test case

... which is failing due to an upstream bug.

Once the bug fix pulled upstream has been merged, ...

github.com/PHPCSStandards/PHPCSUtils - 64b609823901c5381af7bbf51d64fc2d8161ddde authored almost 3 years ago
Merge pull request #287 from PHPCSStandards/feature/usestatements-make-test-for-splitting-more-consistent

UseStatements::splitImportUseStatement: improve test consistency

github.com/PHPCSStandards/PHPCSUtils - 0c3da06830122b94f84717743a9abab6291191fa authored almost 3 years ago
UseStatements::splitImportUseStatement: improve test consistency

The "parse error due to reserved keyword as alias" tests for `use .... as function` and `use ......

github.com/PHPCSStandards/PHPCSUtils - 7c53236f3489d484795b6d5385695e4e849fce47 authored almost 3 years ago
Merge pull request #286 from PHPCSStandards/feature/getversiontest-update-version-nr

GetVersionTest: update version number of last release

github.com/PHPCSStandards/PHPCSUtils - 237fa37f0c38fa57541b969c1d84045d55176c1a authored almost 3 years ago
GetVersionTest: update version number of last release

github.com/PHPCSStandards/PHPCSUtils - 207bada9d5a569360f2d18e5a804ba176640f632 authored almost 3 years ago
Merge pull request #285 from PHPCSStandards/feature/BCTokens-sync-with-phpcs-enum

BCTokens: update `scopeOpeners()` and `ooScopeTokens()`

github.com/PHPCSStandards/PHPCSUtils - 0656888c9e48c50f028220a18688c1bead2766eb authored almost 3 years ago
BCTokens: update `scopeOpeners()` and `ooScopeTokens()`

.. to account for the PHP 8.1 `enum` keyword token `T_ENUM`.

These were added to PHPCS as part ...

github.com/PHPCSStandards/PHPCSUtils - 447a397be7daed9b4afbd2002697d8e39b718c7a authored almost 3 years ago
Merge pull request #284 from PHPCSStandards/feature/ghactions-quicktest-latest-is-php-8.1

GH Actions/Quicktest: use PHPUnit 9 for PHP 8+

github.com/PHPCSStandards/PHPCSUtils - dbc6c5d0991c23ea1e3b1c22d9f25e81677e867b authored almost 3 years ago
GH Actions/Quicktest: use PHPUnit 9 for PHP 8+

github.com/PHPCSStandards/PHPCSUtils - 2e669a114b6d3a5732a26f46de1fe9c842c7e692 authored almost 3 years ago
README: remove references to Scrutinizer

Looks like the connection with Scrutinizer was broken < 3 years ago, so the score is by now out ...

github.com/PHPCSStandards/composer-installer - 2f8520583895229ba1babd41f920a635af97469b authored almost 3 years ago
Fix labels in changelog generator config.

github.com/PHPCSStandards/composer-installer - 1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db authored almost 3 years ago
Merge pull request #154 from Dealerdirect/feature/minor-clean-up

Plugin::loadInstalledPaths(): `config-show` always shows all

github.com/PHPCSStandards/composer-installer - 015399253a8d123d5b1b167272dcb85e966186df authored almost 3 years ago
Merge pull request #152 from Dealerdirect/feature/composer-drop-early-phpcs-3-support

Composer: tweak PHPCS version constraint

github.com/PHPCSStandards/composer-installer - bea10256d60d0a07f31246b170ef07e096b7889e authored almost 3 years ago
Merge pull request #151 from Dealerdirect/feature/various-minor-tweaks

Various minor tweaks

github.com/PHPCSStandards/composer-installer - 3de488dfe4fe2bfd1395a0043f73cffddd307b2e authored almost 3 years ago
Composer: tweak PHPCS version constraint

Some of the early PHPCS 3.x versions did not support external standards correctly, so using this...

github.com/PHPCSStandards/composer-installer - 91ff19ebdaf548459acdd72d016a4b201946b7ac authored almost 3 years ago
Plugin::loadInstalledPaths(): `config-show` always shows all

Running PHPCS with `--config-show installed_paths` is an unsupported command for PHPCS. The `--c...

github.com/PHPCSStandards/composer-installer - f81fbba86e579713e5d1a9a90e26617f16ae20d3 authored almost 3 years ago
Update copyright year range

github.com/PHPCSStandards/composer-installer - 79c40f641a1e9162841cc30203b60b03a6165f83 authored almost 3 years ago
Composer: minor tweaks

github.com/PHPCSStandards/composer-installer - 0614be9cbc2ac0fa85e08bb7fa31100d2e54e628 authored almost 3 years ago
CONTRIBUTING: fix code of conduct link

Only just noticed that it hadn't been adjusted for the move of the CoC to a separate file.

github.com/PHPCSStandards/composer-installer - 38f1c67348b02484556bf9b5c66e8dab4a1eb8f1 authored almost 3 years ago
README: fix markdown lint warning

github.com/PHPCSStandards/composer-installer - 69201d94a6c4f822ccae7f6d11a55c36b5214878 authored almost 3 years ago
CS: minor tweaks

.. for improved code readability and consistency.

github.com/PHPCSStandards/composer-installer - 7e5d56d886abb1667ffbb2a756374ef2dcc78b5d authored almost 3 years ago
Merge pull request #133 from potherca-contrib/issues/123-qa-details

Add details regarding QA automation in CONTRIBUTING.md file.

github.com/PHPCSStandards/composer-installer - ab0923f9a8381dd7638daea53f62dca2dfa6b4e7 authored almost 3 years ago
Merge pull request #2 from Dealerdirect/Potherca/issues/123-qa-details

CONTRIBUTING: update the QA automation information

github.com/PHPCSStandards/composer-installer - d33f961213f4331d405b0213eecf5d1048e6121f authored almost 3 years ago
CONTRIBUTING: update the QA automation information

* Replace the mention of Travis with GH Actions.
* Add information about PHP-Parallel-Lint to th...

github.com/PHPCSStandards/composer-installer - e1a097a5a16a4756875236c5b54f3913aa5426a5 authored almost 3 years ago
Merge pull request #149 from Dealerdirect/feature/readme-various-tweaks

README: minor tweaks

github.com/PHPCSStandards/composer-installer - b46aea5d88f6749d36481d9b126ab4473632182b authored almost 3 years ago
Merge pull request #148 from Dealerdirect/feature/remove-duplicate-code-of-conduct

CONTRIBUTING: remove duplicate code of conduct

github.com/PHPCSStandards/composer-installer - b7d814b0b3586d3f3b7657ec0677951cb750afc9 authored almost 3 years ago
README: minor tweaks

* Add a link to Packagist to list all external standards which can be registered using this plug...

github.com/PHPCSStandards/composer-installer - c5ba01244585c489bb822ced29e9db4a4de5c5e3 authored about 3 years ago
CONTRIBUTING: remove duplicate code of conduct

PR 117 updated the code of conduct and moved it to a dedicated file, however, it looks like PR 1...

github.com/PHPCSStandards/composer-installer - e355f92dadb7c32ee32c587e8a93bbd6881ee760 authored about 3 years ago
Drop support for PHP 5.3

This PR just and only drops support for PHP 5.3. It doesn't (yet) take advantage of features whi...

github.com/PHPCSStandards/composer-installer - 8e5c05332e885f287b888437d9261b56b9a3f03b authored about 3 years ago
Merge pull request #140 from Dealerdirect/feature/ci-various-updates

CI: various updates

github.com/PHPCSStandards/composer-installer - 7451ccc3f2801c23385e3cb0bc690ed1c0cd3992 authored about 3 years ago
Merge pull request #144 from Dealerdirect/ci/yamllint-truthy

Change YamlLint config to prevent "truthy" warning.

github.com/PHPCSStandards/composer-installer - ee2ee173242f2a44fa05fce2d7f30757ea2c04a1 authored about 3 years ago
Change YamlLint config to prevent "truthy" warning.

github.com/PHPCSStandards/composer-installer - c0049062c7b001defc6bae02d8d7619077a4fef2 authored about 3 years ago
Merge pull request #141 from Dealerdirect/feature/readme-update-for-composer-2.2

README: update with information about Composer >= 2.2

github.com/PHPCSStandards/composer-installer - 09874cb221c33d0a5d0c24716944e9262b54dfa1 authored about 3 years ago
README: add information about adding permission via CLI

github.com/PHPCSStandards/composer-installer - d3afb2a59f31103802015069808bf5b39942070b authored about 3 years ago
GH Actions: version update for `actions/checkout`

Ref: https://github.com/actions/checkout/releases

github.com/PHPCSStandards/phpcs-docs - 761eb4f4090d49ab9b087062652929836401cdcd authored about 3 years ago
GH Actions: version update for `actions/checkout`

Ref: https://github.com/actions/checkout/releases

github.com/PHPCSStandards/composer-installer - 1a4405e056c30b4deb67944aca231e420c9ad47a authored about 3 years ago
GH Actions: always use --no-interaction for Composer

Follow up on #100

Adding `--no-interaction` to "plain" Composer commands to potentially prevent...

github.com/PHPCSStandards/PHPCSExtra - a7fb101888550e0304ad7b78894355fc9aba387c authored about 3 years ago
GH Actions: always use --no-interaction for Composer

Adding `--no-interaction` to "plain" Composer commands to potentially prevent CI hanging if, for...

github.com/PHPCSStandards/composer-installer - 33f29ddf7777b7882d8cbc73fcc152d98a3c5329 authored about 3 years ago
GH Actions: version update for `ramsey/composer-install`

The action used to install Composer packages and handle the caching has released a new major (an...

github.com/PHPCSStandards/composer-installer - 32892d6a61aefe2d22c95fe86ec0bcc1cb10e4a9 authored about 3 years ago
Merge pull request #100 from PHPCSStandards/feature/ghactions-update-composer-action

GH Actions: version update for `ramsey/composer-install`

github.com/PHPCSStandards/PHPCSExtra - 771c78a90e738a5070676e9aed19ece1fc434ae9 authored about 3 years ago
Merge pull request #283 from PHPCSStandards/feature/ghactions-update-composer-action

GH Actions: version update for `ramsey/composer-install`

github.com/PHPCSStandards/PHPCSUtils - 5908002baaf857f23c2afcc35c4408d4ad4965da authored about 3 years ago
GH Actions: version update for `ramsey/composer-install`

The action used to install Composer packages and handle the caching has released a new major (an...

github.com/PHPCSStandards/PHPCSExtra - 342ccf1c78549dd699d4bf42006ed1d01f3592a6 authored about 3 years ago
GH Actions: version update for `ramsey/composer-install`

The action used to install Composer packages and handle the caching has released a new major (an...

github.com/PHPCSStandards/PHPCSUtils - 0bd7f57bdbfaf4d603c2cfa00c79a76c24c5a2f5 authored about 3 years ago
Merge pull request #63 from PHPCSStandards/feature/ghactions-update-composer-action

GH Actions: version update for `ramsey/composer-install`

github.com/PHPCSStandards/PHPCSDevTools - 080968adf8a5777bf6bc49ef5de637ead0e9cadc authored about 3 years ago
GH Actions: version update for `ramsey/composer-install`

The action used to install Composer packages and handle the caching has released a new major (an...

github.com/PHPCSStandards/PHPCSDevTools - baaabde9aaf1ede749e2630e391f51715cc4ac9b authored about 3 years ago
README: update coding standards dev code sample

... to be a little more realistic for current dev.

github.com/PHPCSStandards/composer-installer - 1f79444404cd90a963fff203689c8e6f187098bd authored about 3 years ago
README: update with information about Composer >= 2.2

As of Composer 2.2.0, Composer plugins need to be explicitly allowed to run.

This updates the r...

github.com/PHPCSStandards/composer-installer - 70cc8978f54f947a297dac398fb83111c1b0d65f authored about 3 years ago
GH Actions: update the security checker

Ref: https://github.com/fabpot/local-php-security-checker/blob/main/CHANGELOG.md

github.com/PHPCSStandards/composer-installer - 4bf33a95ec77cc8456f179dd175b61fb3d028bd5 authored about 3 years ago
GH Actions: use `error_reporting=-1`

... as `E_ALL` does not always contain _all_ errors across PHP versions.

github.com/PHPCSStandards/composer-installer - 46253b78c2e97872271c6b703f4766464b339171 authored about 3 years ago
GH Actions: auto-cancel previous builds for same branch

Previously, in Travis, when the same branch was pushed again and the "Auto cancellation" option ...

github.com/PHPCSStandards/composer-installer - b45ff19b567dcb601cb295570819f93e23370f54 authored about 3 years ago
CS: minor cleanup

PHPCS 3.6.2 added a sniff for a PSR-12 rule which was previously not strictly checked: "No blank...

github.com/PHPCSStandards/composer-installer - 30ad14e8833e54340db4995a0de0c6d34e4c89b2 authored about 3 years ago
Merge pull request #99 from PHPCSStandards/feature/ci-various-updates

CI: various updates

github.com/PHPCSStandards/PHPCSExtra - 1e4799953395545cf627a20fb02b264c913d57b8 authored about 3 years ago
GH Actions: update for the release of PHP 8.1

github.com/PHPCSStandards/PHPCSExtra - 36c7f83092c6289f9f92a841aa7ff9c035c057ab authored about 3 years ago
GH Actions: use `error_reporting=-1`

github.com/PHPCSStandards/PHPCSExtra - c4dffb4cc783d8fcfc4bc5eaf7e168c89e8fb624 authored about 3 years ago
GH Actions: auto-cancel previous builds for same branch

Previously, in Travis, when the same branch was pushed again and the "Auto cancellation" option ...

github.com/PHPCSStandards/PHPCSExtra - 74696a87b31866131bec341ee006f4c8365ebd1b authored about 3 years ago
Composer: allow the PHPCS plugin

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is used to register externa...

github.com/PHPCSStandards/PHPCSExtra - 0e4d1f68c69b50e8933257698d37086ea16d1374 authored about 3 years ago
Composer: use PHPCSDevCS v 1.1.3

Ref: https://github.com/PHPCSStandards/PHPCSDevCS/releases/tag/1.1.3

github.com/PHPCSStandards/PHPCSExtra - 0db548da12d51cbb11c65a8f98f5ee9c84526ef4 authored about 3 years ago
Merge pull request #282 from PHPCSStandards/feature/ghactions-various-updates

GH Actions: various updates

github.com/PHPCSStandards/PHPCSUtils - 7a0401d40639c7955e8fd7cd808c17cb620455c8 authored about 3 years ago
GH Actions: auto-cancel previous builds for same branch

Previously, in Travis, when the same branch was pushed again and the "Auto cancellation" option ...

github.com/PHPCSStandards/PHPCSUtils - ebc2fb4c0d9e32ecb030456b636c25248bc46fea authored about 3 years ago
GH Actions: update for the release of PHP 8.1

github.com/PHPCSStandards/PHPCSUtils - 8dd5b88fba670ab3bd1f3e6b935b214b9ef94b28 authored about 3 years ago
GH Actions: use error_reporting=-1

github.com/PHPCSStandards/PHPCSUtils - 045965d3e91f1404afb84238cd89ead43180e738 authored about 3 years ago
Merge pull request #280 from PHPCSStandards/feature/composer-allow-phpcs-plugin

Composer: allow the PHPCS plugin

github.com/PHPCSStandards/PHPCSUtils - 35a06f86f320b51ab4e6afcf1e0f5d532dbfc200 authored about 3 years ago
Composer: allow the PHPCS plugin

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is used to register externa...

github.com/PHPCSStandards/PHPCSUtils - 96a5de2e6647d3633e61e9a05317ed4537594f71 authored about 3 years ago
Merge pull request #281 from PHPCSStandards/feature/cs-update

Composer: use PHPCSDevCS v 1.1.3

github.com/PHPCSStandards/PHPCSUtils - f9f15b770eac828f950a5ce8f5ad944c8728b2ad authored about 3 years ago
Composer: use PHPCSDevCS v 1.1.3

Ref: https://github.com/PHPCSStandards/PHPCSDevCS/releases/tag/1.1.3

github.com/PHPCSStandards/PHPCSUtils - af49d3d5978f553ef287ce60ecbc508798426c19 authored about 3 years ago
Merge pull request #62 from PHPCSStandards/feature/various-ci-updates

CI: various updates

github.com/PHPCSStandards/PHPCSDevTools - 45e59e87171919213ada27881208cb57c67f0629 authored about 3 years ago
GH Actions: update for the release of PHP 8.1

github.com/PHPCSStandards/PHPCSDevTools - 0ebff07e61f6895c4295870e10f247c76129b866 authored about 3 years ago
GH Actions: use `error_reporting=-1`

github.com/PHPCSStandards/PHPCSDevTools - 64462a15c627b08138e86d9593e0ca2e69b7f0a6 authored about 3 years ago
GH Actions: auto-cancel previous builds for same branch

Previously, in Travis, when the same branch was pushed again and the "Auto cancellation" option ...

github.com/PHPCSStandards/PHPCSDevTools - a1c672d5dbf84ac473678b27a56d7bfb8c4017da authored about 3 years ago
Merge pull request #19 from PHPCSStandards/feature/composer-allow-phpcs-plugin

Composer: allow the PHPCS plugin

github.com/PHPCSStandards/PHPCSDevCS - ca619c4127177eeacc803cb8bf647d236c5edbf3 authored about 3 years ago
Composer: allow the PHPCS plugin

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is used to register externa...

github.com/PHPCSStandards/PHPCSDevCS - 3f87c6e04505200c8670f055e6871375df4d5e73 authored about 3 years ago
Composer: allow the PHPCS plugin

The `dealerdirect/phpcodesniffer-composer-installer` Composer plugin is used to register externa...

github.com/PHPCSStandards/PHPCSDevTools - 58ff7ea781b359e9ffc50f5dc5efc817c3c2256b authored about 3 years ago
Composer: use PHPCSDevCS v 1.1.3

Ref: https://github.com/PHPCSStandards/PHPCSDevCS/releases/tag/1.1.3

github.com/PHPCSStandards/PHPCSDevTools - 893694291d09e3735b8366ec87931d0e6bf45ba3 authored about 3 years ago
Merge pull request #18 from PHPCSStandards/feature/changelog-1.1.3

Changelog for version 1.1.3

github.com/PHPCSStandards/PHPCSDevCS - e411b6e49fbed65d93bf3d0a2385313d57ffc1bd authored about 3 years ago
Changelog for version 1.1.3

github.com/PHPCSStandards/PHPCSDevCS - 7845362cb88de5e4b7a57597e47329d2ee86cbf2 authored about 3 years ago
Merge pull request #17 from PHPCSStandards/feature/minor-ruleset-tweak

Ruleset: prevent sniff conflict

github.com/PHPCSStandards/PHPCSDevCS - 2d4ff3679480dee2bfbce8b6c614d6f9ab0f6afc authored about 3 years ago