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
github.com/PHPCSStandards/PHPCSDevTools - 880c189dcb06a78621fe0800d338d806234e5356 authored over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - 589de390654465635dea87299586ee4cfc311c2f authored over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - e775690ac500b2b6898a18dcf12d16d5c501e5a6 authored over 2 years ago
Classes/DisallowFinalClassSniff: fix incorrect recording of metrics
github.com/PHPCSStandards/PHPCSExtra - 77937268753ae1bb5d32b5e84017a34b7f69f3a2 authored over 2 years agogithub.com/PHPCSStandards/PHPCSExtra - cfca53a589a11299591ed0412412417efb336f0d authored over 2 years ago
GH Actions: expand the test matrix
github.com/PHPCSStandards/PHPCSUtils - 9ecd2974d5c34f267e2828c0c3b16c3bd0ebaf45 authored over 2 years agoThis commit expands the test matrix to test against more PHP/PHPCS combinations, thus extending ...
github.com/PHPCSStandards/PHPCSUtils - 03afe6913b0a60f1d8da82354f2b392f07a8ef0d authored over 2 years agogithub.com/PHPCSStandards/PHPCSUtils - c775f22f32b13b786a6c1960b78e1634f493850d authored over 2 years ago
GH Actions: pass the PHPCS version to test runs
github.com/PHPCSStandards/PHPCSUtils - a32f931b1aba80bf689b88b5c460f1ffc57265ef authored over 2 years agoOnly just realized that the test for the `BackCompat\Helper::getVersion()` method wasn't running...
github.com/PHPCSStandards/PHPCSUtils - f14191006a24a9677eb3c0757df7b9f9883ac4ea authored over 2 years agoQA: remove some unnecessary micro-optimizations
github.com/PHPCSStandards/PHPCSUtils - ea374670453d150e39129197fbf3391811c31520 authored over 2 years agoWhile it is not a bad thing to optimize for performance, some micro-optimizations, like saving i...
github.com/PHPCSStandards/PHPCSUtils - 858f702c0503a4f17927b6cd24c575fecc1fb7d6 authored over 2 years agoRelease version 1.1.1
github.com/PHPCSStandards/PHPCSDevTools - 2d9d8eb417a932bc04c30e435c9e41da02ec8685 authored over 2 years agoReadme/Changelog: update for release of v 1.1.1
github.com/PHPCSStandards/PHPCSDevTools - 3f671a62aa37dd24c8f1556f6d759b9fc48a1b5f authored over 2 years ago
Includes
* Mention of all relevant changes.
* Adding a link for the version diff.
* Updating the...
GH Actions: auto-deploy website on push to `stable`
github.com/PHPCSStandards/PHPCSDevTools - 6105e5207d87491890c3651c8c1569e9d011525d authored over 2 years ago
This commit:
* Adds a new `update-website.yml` workflow which will automatically update the webs...
README: minor improvements
github.com/PHPCSStandards/PHPCSDevTools - 5d00339d3bea2898b63f591b2fc4aa538757e1b3 authored over 2 years agogithub.com/PHPCSStandards/PHPCSDevTools - 9c1cba4a80a54a30daeb40773512776e04a1ce51 authored over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - 913f6bc1a2ae99f985ca0b357a1a9ed758b0e02b authored over 2 years ago
github.com/PHPCSStandards/PHPCSDevTools - 46fa914312886f2eac212fdb73fa4fad41bd4708 authored over 2 years ago
Composer: rename some scripts
github.com/PHPCSStandards/PHPCSDevTools - 431287075e7e188d22d8f023c507ec9b80239795 authored over 2 years ago... to be in line with the names of similar scripts in other repos in this organisation.
github.com/PHPCSStandards/PHPCSDevTools - a4db61caee04d70c29f0260f8b09e40229537031 authored over 2 years agoGH Actions/CSQA: move the composer validate check up
github.com/PHPCSStandards/PHPCSDevTools - 1a9733029eb41d917977f87a5a8d5ea28d36ad6a authored over 2 years ago... to be run before making adjustments to the `composer.json` file.
github.com/PHPCSStandards/PHPCSDevTools - ad4d5cf663bd1192b02952f80a9738e12f3c2a04 authored over 2 years agoDebug/Tokenlist: minor readability improvement
github.com/PHPCSStandards/PHPCSDevTools - 697fe90532327f1c9a78d7b604eaed1559b40630 authored over 2 years agoPad the content length to three characters to prevent the display of the content jumping dependi...
github.com/PHPCSStandards/PHPCSDevTools - 887e721b00730579508b75623550111639f3f979 authored over 2 years agoREADME: update badges
github.com/PHPCSStandards/PHPCSDevTools - 459dd4b638323a5aeb709396ab4fca491af19069 authored almost 3 years ago
* Update links to workflows.
* Update "tested up to" badge to include PHP 8.1.
* Hide the badges...
Composer: update PHP Parallel Lint and Console Highlighter
github.com/PHPCSStandards/PHPCSDevTools - ac9f0dd5c6797fc867388f144521278c114cdf15 authored almost 3 years ago
While rare, there are some deprecations which PHP can show when a file is being linted.
By defau...
PHP Console Highlighter has released version `1.0.0` and PHP Parallel Lint version `1.3.2` is th...
github.com/PHPCSStandards/PHPCSDevTools - dade96650fece52e4bba11b66bb5aa3ce42aa9a5 authored almost 3 years agoComposer: Update php-parallel-lint/php-console-highlighter requirement from ^0.5 to ^0.5 || ^1.0
github.com/PHPCSStandards/PHPCSExtra - 749184220089ffa87e79ff0b05583247ccae320a authored almost 3 years agoPHP Console Highlighter has, at long last, released version `1.0.0` and PHP Parallel Lint versio...
github.com/PHPCSStandards/PHPCSExtra - 00f632d6c1e335b6fa3876f0aca3f9727399e096 authored almost 3 years agoAdd dependabot configuration file
github.com/PHPCSStandards/PHPCSExtra - 936ab7e96aab9bf3eb219849a7a15bb0f337a634 authored almost 3 years agoGH Actions: show deprecations when linting
github.com/PHPCSStandards/PHPCSExtra - b54b2c95a53349f34fb275d6cb0e7ecaae25556e authored almost 3 years ago
This automatically enabled Dependabot to:
* Submit pull requests for security updates and versio...
While rare, there are some deprecations which PHP can show when a file is being linted.
By defau...
Changelog for version 1.1.4
github.com/PHPCSStandards/PHPCSDevCS - fb72452282c27fd608d7bb1ba76cdf8c111b5de8 authored almost 3 years agoIncludes minor tidying up of the earlier entries.
github.com/PHPCSStandards/PHPCSDevCS - d1f759ba99983d698de4486b8f129651ac63abde authored almost 3 years agoAdd dependabot configuration file
github.com/PHPCSStandards/PHPCSDevCS - ce25de1abb5b652b07f3d4ac05cc37ccc447cfc7 authored almost 3 years ago
This commit adds an initial Dependabot configuration to:
* Submit pull requests for security upd...
Composer/ruleset: allow for PHP 8.1 token constants
github.com/PHPCSStandards/PHPCSDevCS - e28e99efed09e7820b56afa792eff07f38465d1b authored almost 3 years agoPHP 8.1 will introduce yet more new token constants. Detection for `T_READONLY` is already in PH...
github.com/PHPCSStandards/PHPCSDevCS - fd058e61e5399c25f7c6c09b0c7091ec4c934741 authored almost 3 years agoGH Actions: add Yamllint to QA basics
github.com/PHPCSStandards/PHPCSUtils - 41fe01dc29c0ef35d1f4f3e302487221380c5fe2 authored almost 3 years agogithub.com/PHPCSStandards/PHPCSUtils - 7de2540c2f0ec23b4379c93a515bb062c91ac460 authored almost 3 years ago
... to loosely safeguard valid and consistent yaml files.
Includes adding a configuration file ...
github.com/PHPCSStandards/PHPCSUtils - 983f19ba3e5b6ee6c2fb95f030f5efcf8a6c2f57 authored almost 3 years agoGH Actions: add linting and QA checks for markdown documents
github.com/PHPCSStandards/PHPCSUtils - 661079a9f233bbfe4e19ce0cb89f47b6327c6394 authored almost 3 years agogithub.com/PHPCSStandards/PHPCSUtils - cd5e72d70aab51e3eaa6f388b606c6e23c022e0f authored almost 3 years ago
While MarkdownLint is absolutely great for finding formatting issues, Remark offers some additio...
github.com/PHPCSStandards/PHPCSUtils - 1c7d576fb8d43cf2b8910275c6a9c871c6509017 authored almost 3 years agogithub.com/PHPCSStandards/PHPCSUtils - d94fbc4fc51aabe1ad4e5599f96957ac0e6736c7 authored almost 3 years ago
This new check uses the NPM MarkdownLint package via the NPM MarkdownLint-CLI2 package.
It exec...
github.com/PHPCSStandards/PHPCSUtils - 2a3c77024cc3a7ef86361940602786af8660744a authored almost 3 years ago... to be before the adjustments made to the `composer.json` file.
github.com/PHPCSStandards/PHPCSUtils - 8624965c9850508fc7417fc01055b48ca01bf312 authored almost 3 years agoCollections: deprecate all properties for methods
github.com/PHPCSStandards/PHPCSUtils - 4d72dbc80702a8f48ca6d8b1372f7ce38a79bfb1 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - a44b01688c281252512039de87c8e425d9392267 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 17e1b753d910a89540d07fc5c9bc8814df2e70a4 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 8da1f54c82edc3ff43eb92b07af1b00886dc83ed authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 3982d00d41b53f281daa2c8afb08c6875a644b67 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 45a7ef937878605faa54af1b6ba130ae2f7596fc authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 08dd4eb823bddc8b32279347b501ef5abf0a4fb9 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - ee549443b7569d89978a636fd6cd0ebd8839d8b2 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 4cb99eef87cc70d146cf93728bd20b9c36ed1b57 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 5049b564864e93c9398b9e32b0c9f3acf31ed310 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - ad51382befbdb33c6748d91eb4b756e606c90269 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 5d030c8ae2089a725657fb2707f94f299b41bc65 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 97ab380446faef114ed5a55eab0425e2ccddb8bc authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 92851d66798cb5d23f215cd49fca2e96120fa09a authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - af7cb9ca45974fa5e7d23b12d796ac02922a4dfe authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - f43285b4365bc73cbf1a5c3a530766a10a5cf0e3 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - b562012f2e0cbb2266b0cf801adc1bd93caa76c2 authored almost 3 years agoYet another one which fails on the notorious PHP 5.5 / Composer 1.x on Windows combination.
github.com/PHPCSStandards/composer-installer - f0251b838a3c0461056192db13d4dab66bc7d013 authored almost 3 years ago... to allow the function to be called from data providers.
github.com/PHPCSStandards/composer-installer - 5ba72ef8764b3161b712fe59f93a652dbf461127 authored almost 3 years agoOver the last three PHP versions, PHP has steadily kept on introducing new tokens.
In the conte...
github.com/PHPCSStandards/PHPCSUtils - 8260154eaaae6c64ebbff8a9a0cdbbd885835dac authored almost 3 years agoREADME: various updates to the badges
github.com/PHPCSStandards/PHPCSUtils - 6cecfd6e707d0b6b232d9c4123ac07058047b25e authored almost 3 years agoDocs: various minor updates
github.com/PHPCSStandards/PHPCSUtils - 842f3e25db64be09ffbc903f3e42f5a667974834 authored almost 3 years agoRefreshed various links for the badges to use the current canonical links as per the service.
github.com/PHPCSStandards/PHPCSUtils - 59133eb2075070cb0f1919f514a5231a3297a70a authored almost 3 years agogithub.com/PHPCSStandards/PHPCSUtils - fa9f874773b195c89b7e7441d7fbbbb57f746daf authored almost 3 years ago
github.com/PHPCSStandards/PHPCSUtils - 15593dd022d511a7934aba9b373bcc858246d816 authored almost 3 years ago
* For those properties which have been deprecated, make sure the `@since` tag lists the `alpha` ...
github.com/PHPCSStandards/PHPCSUtils - a52c3ff323995bd75bcaffdf1a37a058d1d06996 authored almost 3 years ago... in various places.
* Ensure that BCFile changelog is complete and references the correct ve...
github.com/PHPCSStandards/PHPCSUtils - 590bbcb2a8626536bd240f9c6f81114b85046d5a authored almost 3 years agogithub.com/PHPCSStandards/PHPCSUtils - 6f5cd4be1875da5283a6ba3a9a371e9a4ac6738e authored almost 3 years ago
github.com/PHPCSStandards/PHPCSUtils - 0183e01bfcd38a86c0d2130500f5622eab6460e2 authored almost 3 years ago
The security checker binary has had a few new releases, so let's take advantage of them.
Refs:
...
Update YamLint
github.com/PHPCSStandards/composer-installer - a1b6e4e5afa0ba70a12d16bbb3cf429841438209 authored almost 3 years agoTest that the plugin does not throw errors when the plugin is still in memory, but PHPCS and the...
github.com/PHPCSStandards/composer-installer - ac47058b2c84c0aed957ff859bd593d672f8e3f2 authored almost 3 years agoThis new test class tests that the plugin doesn't get triggered on events it isn't hooked into.
github.com/PHPCSStandards/composer-installer - 203fa942f279d61bc38f6c256802e67bb344836e authored almost 3 years agoTest that the plugin is hooked into the right events and doesn't get triggered when those events...
github.com/PHPCSStandards/composer-installer - 095384b377738beb5ddbbe560277123359bf8941 authored almost 3 years agoThese cases are already resolved by the YamlLint configuration file.
github.com/PHPCSStandards/composer-installer - 21d61dd57d64b47482c5a18441939b3607983609 authored almost 3 years agogithub.com/PHPCSStandards/composer-installer - abd54991a9b750bf48686cb9167d38c09865dc7c authored almost 3 years ago
GH Actions: add builds against Composer 2.2 for PHP 7.2 - 8.x
github.com/PHPCSStandards/composer-installer - 6357a4ba2d520ee1053a20c8ccaceb1f045bcba8 authored almost 3 years agoRegisterExternalStandardsTest: stabilize test for Composer v1 on Windows with PHP 5.5
github.com/PHPCSStandards/composer-installer - 8fcf10c88f3ed8006befc22ad8cf740867b8c7dd authored almost 3 years agoGH Actions: version update for various predefined actions
github.com/PHPCSStandards/composer-installer - 1f6f9f52abfbdc4fb6a916c86ed6e3ab95f00147 authored almost 3 years agoTests: add new `PlayNiceWithScriptsTest`
github.com/PHPCSStandards/composer-installer - d2b0d405062fbd6eb1666448d8689ff505c805c1 authored almost 3 years agoTests: add new `InvalidPackagesTest`
github.com/PHPCSStandards/composer-installer - 29d3180078a506fb79c1efb60c85cca01e686100 authored almost 3 years agoTests: add new `PreexistingPHPCSInstalledPathsConfigTest` + bug fix
github.com/PHPCSStandards/composer-installer - 30297a083150531b3675b4114d36c1db849ed76d authored almost 3 years agoTests: add new `PreexistingPHPCSConfigTest`
github.com/PHPCSStandards/composer-installer - 27d906dc6069c840581ad4c4dc56a3418626cd9e authored almost 3 years agoTests: various improvements
github.com/PHPCSStandards/PHPCSUtils - 816ffcc701d6bbc89d3820eeaa3262e6dbbe60f9 authored almost 3 years agoWhile the value of `PHP_INT_MAX` will differ depending on whether PHP is compiled as 32-bits or ...
github.com/PHPCSStandards/PHPCSUtils - faa4466b85bb9f78c9c5cc9931d21dfaec68ec5f authored almost 3 years agoThe `UtilityMethodTestCase::expectPhpcsException()` method provides a polyfill for changed PHPUn...
github.com/PHPCSStandards/PHPCSUtils - 413cac8653bf400cca2816c2a3b1406e8794c32f authored almost 3 years agoWith the changes in PHP 8.0, the `T_STRING` (namespace name) target token _may_ not exist as it ...
github.com/PHPCSStandards/PHPCSUtils - 08d41fe0dd9f5f2ee323882673d25d1edb389a1d authored almost 3 years ago