Ecosyste.ms: OpenCollective

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

github.com/PHPCSStandards/composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://github.com/PHPCSStandards/composer-installer

Fixed v4 constraint

7b693567b1ea16c18359f695160e036b8ad590bc authored over 4 years ago by Graham Campbell <[email protected]>
Merge pull request #111 from Dealerdirect/feature/support-composer-2.0

Support Composer 2.0

e8d808670b8f882188368faaf1144448c169c0b7 authored over 4 years ago by Ben Peachey <[email protected]>
Support Composer 2.0

Minimal changes to updated the plugin to support Composer 2.0 which is expected late May/beginni...

2cf2a33090f674ca78671b4f3e4aea60d1af1027 authored over 4 years ago by jrfnl <[email protected]>
Merge pull request #107 from Dealerdirect/feature/allow-use-with-phpcs-4.x

Test with PHPCS 4.x and allow installation when using PHPCS 4.x

7c75210073d0a3d0d8e8671ea2fe07c262dafc19 authored over 4 years ago by Ben Peachey <[email protected]>
Merge pull request #109 from Seldaek/patch-1

Fix case of class name

3d902fb366f7328c50c24f8cd34a6de05627fac7 authored over 4 years ago by Ben Peachey <[email protected]>
Fix case of class name

0695c81fc96591f8ef256bcb72739a2e4a268a40 authored almost 5 years ago by Jordi Boggiano <[email protected]>
Test with PHPCS 4.x and allow installation when using PHPCS 4.x

Development for PHPCS 4.x has started in a new `4.0` branch.

This PR is two-fold:

1. On the on...

89761e74dd4199d9f6fa36c885ad10a5b57e743b authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #106 from Dealerdirect/feature/allow-installation-on-php-8

Allow installation on PHP 8

69710000d1e2185b89a05c60d1ae49b52ed60509 authored almost 5 years ago by Ben Peachey <[email protected]>
Allow installation on PHP 8

As it was, the plugin when used by external standards, would block them from being tested on PHP...

db97d73aa1a56a1dbbdd94bf1b8c86c2c9223164 authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #105 from BrianHenryIE/master

Bugfix: Composer scripts/commands broken in 0.6.0 update

8001af8eb107fbfcedc31a8b51e20b07d85b457a authored almost 5 years ago by Ben Peachey <[email protected]>
Bugfix: Composer broken in 0.6.0 update

After the 0.6.0 update, Composer's `scripts/post-install-cmd` and `scripts/post-update-cmd` were...

2d2882638cc95d8372f074bed0c2d803d99b50e2 authored almost 5 years ago by Brian Henry <[email protected]>
Merge pull request #104 from potherca-contrib/issue/103-exit-code-on-unistall

Fix for issue #103

2a57571bf26833442fe71503c60368b0aad8844d authored almost 5 years ago by Juliette <[email protected]>
Change "is plugin uninstalled?" check to always run

Previously the check would only run if the plugin was require-dev.
That behaviour is incorrect, ...

8a008d5e0ba06d21d975fbb38c4c4229cd01aa6b authored almost 5 years ago by Ben Peachey <[email protected]>
Fix for issue #103

If the phpcodesniffer-composer-installer plugin is installed as a dev
requirement and it is then...

dc6d0e2b2ad11dc41f0716c99fad66e9ea11c074 authored almost 5 years ago by Ben Peachey <[email protected]>
Merge pull request #102 from Dealerdirect/feature/readme-update-for-0.6-release

Readme: minor tweak now 0.6.0 has been released

d8fa43d41a5ed530399550719b36c6cbdc75be3f authored almost 5 years ago by Ben Peachey <[email protected]>
Readme: minor tweak now 0.6.0 has been released

0e4ba3f882dab0322b3e07e80261e8144d81df1f authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #97 from Dealerdirect/feature/add-save-success-verification

Verify the `installed_paths` after save

6589501ebe29091bd46f4c29ca72dce25cca2984 authored almost 5 years ago by Ben Peachey <[email protected]>
Verify the `installed_paths` after save

As most problems reported are to do with paths not being set correctly, let's verify success wit...

5277f6759bcd4aa96c104ed815864130e82f8f7b authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #101 from potherca-contrib/update-copyright-year

✏️ Update copyright year.

f8729d05016d2de26c25576fb520a01d12473033 authored almost 5 years ago by Juliette <[email protected]>
Merge pull request #98 from Dealerdirect/feature/bug-fix-loadInstalledPaths

Bug fix: `loadInstalledPaths()` very very broken since PHPCS 3.1.0

3942e1ace63a1d601f49107665c0ae2cf3b233a7 authored almost 5 years ago by Ben Peachey <[email protected]>
Bug fix: `loadInstalledPaths()` very very broken since PHPCS 3.1.0

The PHPCS `--config-show` command shows **all** config settings set, not just the `installed_pat...

b09c7638cde1e23a227441a409674db2a29b5fe7 authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #99 from Dealerdirect/feature/bug-report-template-further-enhancement

Bug report template: further enhancement

eb6259082e4723f2f9a5ed36bfbf17eab47e85f2 authored almost 5 years ago by Ben Peachey <[email protected]>
✏️ Update copyright year.

1ee63e4297e58fdd07e903873f8006e3cd36c14e authored almost 5 years ago by Ben Peachey <[email protected]>
Merge pull request #100 from Dealerdirect/feature/tweak-github-actions-script

GH Actions: minor tweaks:

f9e6dc5c71cffa28181edf4116f1fb8e2a7eef3e authored almost 5 years ago by Robbert Müller <[email protected]>
GH Actions: minor tweaks:

* Fix the description for two of the builds.
* Remove the PHPCompatibility build as this is alre...

3651c28699aff45189ca588ad6e8530e2144ec92 authored almost 5 years ago by jrfnl <[email protected]>
Bug report template: further enhancement

What with the bug reported via PR 98, I believe it will be useful to always ask people to paste ...

ee5c1da14930e11f15cc1f0b2ebcdf1d972b3f14 authored almost 5 years ago by jrfnl <[email protected]>
Merge pull request #96 from mjrider/actions

Adding linting jobs in github action

8bcaa7c245e3d2a6325f45aa94754e1d1b67d1a2 authored almost 5 years ago by Ben Peachey <[email protected]>
Adding php compatibility checking

787df9c4c8913da2656ab66799c20c17c8bb15ad authored almost 5 years ago by Robbert Müller <[email protected]>
Merge pull request #93 from Dealerdirect/feature/send-exit-code

Send an exit code when the script terminates

bb64a2784f7d4d9e61325eb352e9729b614e27e9 authored almost 5 years ago by Ben Peachey <[email protected]>
Fix bug caused by exit-code being set when verbose.

687bfb65f834bf31dd8158601c37739db3ac27ac authored almost 5 years ago by Ben Peachey <[email protected]>
Remove php security checker

24387c19e4e365ade82fcf4283849e25d69bee63 authored almost 5 years ago by Robbert Müller <[email protected]>
Merge pull request #95 from Dealerdirect/feature/readme-add-info-for-external-standards

Readme: add section about including this plugin from an external PHPCS standard

2663c72becaf2c99fe63d53b277486b3d2fd9c5c authored almost 5 years ago by Ben Peachey <[email protected]>
Configure yamllint

6b388e9a43e67c0e77e2e0a693c1057360ba89d5 authored almost 5 years ago by Robbert Müller <[email protected]>
Merge pull request #94 from Dealerdirect/feature/github-issue-template-request-more-info

Improve GH issue template

2510f68fb2e9f5282cc67516ad97a9a9729a3e41 authored almost 5 years ago by Ben Peachey <[email protected]>
Adding initial github action

cb11df9951b204b1f16b0743ea504e1cf90db724 authored almost 5 years ago by Robbert Müller <[email protected]>
Readme: add section about including this plugin from an external PHPCS standard

When an external PHPCS standard itself is dependent on one or more other external standards, it ...

9c33acc946a45f25e5d02e5ac93efd7b5098ce51 authored about 5 years ago by jrfnl <[email protected]>
Move the issue template

Having a singular issue template named `.github/ISSUE_TEMPLATE.md` is using the legacy workflow ...

b33c868758a2ce4aa0a075ecf91ae7b42cceb61e authored about 5 years ago by jrfnl <[email protected]>
Improve GH issue template

Add some additional guidance in an attempt to make sure that enough information will be added to...

28501759fdaf8404c7cd9731a227b06a83578a87 authored about 5 years ago by jrfnl <[email protected]>
Send an exit code when the script terminates

This fixes the issue identified in https://github.com/Dealerdirect/phpcodesniffer-composer-insta...

5d48d9a03b153c19a548ce53d5d0cb25ac0c5e08 authored about 5 years ago by jrfnl <[email protected]>
Merge pull request #80 from jrfnl/feature/79-bugfix

Respect PHP version used by Composer and provide better feedback on failure

25312312c0faf008444736cdd19a86f55a563520 authored about 5 years ago by Ben Peachey <[email protected]>
Merge pull request #91 from Dealerdirect/feature/travis-test-against-variety-of-phpcs-versions

Travis: use a mix of PHPCS versions in the matrix

c20ba7d26854a220e67218ffd6be7aa908ee51cf authored about 5 years ago by Robbert Müller <[email protected]>
Travis: use a mix of PHPCS versions in the matrix

Using a normal `composer install` means that while the build was testing against various PHP ver...

72f106b5398a7f2faa99d94d959e6a51448ce93c authored about 5 years ago by jrfnl <[email protected]>
Merge pull request #89 from Dealerdirect/feature/travis-disable-xdebug

Travis: disable Xdebug

062e71ec6421ffef9e80b4527d2ef4de4726700b authored about 5 years ago by Robbert Müller <[email protected]>
Merge pull request #90 from Dealerdirect/feature/travis-use-7.4-not-snapshot

Travis: test against PHP 7.4, not snapshot

60a2abb3a48c651a298488f2f9ef5f5011ec29b1 authored about 5 years ago by Robbert Müller <[email protected]>
Travis: test against PHP 7.4, not snapshot

Looks like Travis (finally) has got a "normal" PHP 7.4 image available.

Also, as PHP 7.4 has be...

38067899bffbae57a1f7240b1c4d25a7a3fcf195 authored about 5 years ago by jrfnl <[email protected]>
Use the PHP version used by Composer

Possible not the best way to do this, but it does work, so consider this a proof of concept, if ...

7199248c9b40ea7981a837cdc0407bc54b50af32 authored about 5 years ago by jrfnl <[email protected]>
Improve feedback to user on failure to set paths

Related to 79.

When the setting of `installed_paths` fails, show an error instead of giving the...

c7a2e5228f3db1331729db6030d2063ec67ea4cc authored about 5 years ago by jrfnl <[email protected]>
Fix compatibility with PHPCS 2.x for the fix

22d3cdc79db37841ce8b8cf66f947f96077d32f5 authored about 5 years ago by jrfnl <[email protected]>
Minor code cleanup for Plugin.php

- Moves command outside of exec call, for readability
- Moves error message composition to begin...

6de96f606d5ad87f94b1eaa279bf630371113532 authored about 5 years ago by Ben Peachey <[email protected]>
Travis: disable Xdebug

As no code coverage is being generated, having Xdebug enabled is not needed and disabling it, sh...

faefc00a1c03d4dc763ec1a41251335023d67f3c authored about 5 years ago by jrfnl <[email protected]>
Merge pull request #88 from Dealerdirect/feature/update-phpcs-ruleset

CS: fix compliance with PSR12

6f35da5d148d6a286e6bd4273e4d85f5d602b24c authored about 5 years ago by Robbert Müller <[email protected]>
CS: fix compliance with PSR12

PHPCS 3.5.0+ contains a far more complete PSR12 ruleset.

1. The current code didn't fully compl...

b905338ca6b08ef5e6832ac7d102b9f0d441e120 authored about 5 years ago by jrfnl <[email protected]>
Merge pull request #85 from TravisCarden/issue-82

Add support for a string phpcodesniffer-search-depth config value set via `composer config`

6fa8d1e9b4aaac063678ace7abfa41ca895912c0 authored over 5 years ago by Ben Peachey <[email protected]>
Added support for a string phpcodesniffer-search-depth config value in order to support setting it with `composer config`.

248bee896457e1b715b238b27fef5d5fc178e945 authored over 5 years ago by TravisCarden <[email protected]>
Merge pull request #86 from potherca-contrib/ci-build/update-security-checker

Update Travis file and fix build

dda5b1d1afc797cd004cbbf1786e6dd49070e887 authored over 5 years ago by Robbert Müller <[email protected]>
Rebuild the job matrix to use stages and fully declare all jobs

Special consideration for the php 5.3 build, its 🤪

27eea540f1363b24536036fdeb5e2fbeebb9ede3 authored over 5 years ago by Robbert Müller <[email protected]>
Add 7.4snapshot to travis build matrix.

12118a35ba7f48e6e33cac54942e71b9f6eec5cb authored over 5 years ago by Ben Peachey <[email protected]>
Cleanup Travis CI file

- Only run secondary checks once (on latest PHP version)

052dffdc1e5d1c3e90e9a0aaef39073acb86a4e7 authored over 5 years ago by Ben Peachey <[email protected]>
Fix debian distribution for older PHP versions.

38648a8bfbc38b8d752facc43c446ef501eb920a authored over 5 years ago by Ben Peachey <[email protected]>
Update security-checker to new URL to fix build.

49e48506b6bf6e17f9a359ae6b9e22508ad8a7dc authored over 5 years ago by Ben Peachey <[email protected]>
:shirt: Adds PHP_CodeSniffer version constraints (#77)

e749410375ff6fb7a040a68878c656c2e610b132 authored about 6 years ago by Franck Nijhof <[email protected]>
:fire: Removes HHVM from TravisCI (#76)

* :fire: Removes HHVM from TravisCI

* :fire: Removes HHVM from TravisCI

6b93b33f0b488963eeff2ee6252aa75bd1fe68c1 authored about 6 years ago by Franck Nijhof <[email protected]>
:ambulance: Fixes duplicate declaration of cwd

374914b0423ca700cc12b0cb212b30bd35406dd6 authored about 6 years ago by Franck Nijhof <[email protected]>
:hammer: Trival code cleanup

1abca7b91e7ba9b8d9b50976e1e36c42269d576d authored about 6 years ago by Franck Nijhof <[email protected]>
:hammer: Ensures absolute paths during detection fase

Ref #63

ca8cfb8b464de0c5945f7468f0d86144a6ffe221 authored about 6 years ago by Franck Nijhof <[email protected]>
:fire: Removes suggested packages

1497a1be6df7b3f4d08c1928404ef8557d119478 authored about 6 years ago by Franck Nijhof <[email protected]>
:racehorse: Refactors relative path logic

1efacc844df31a31fc703dd2fa1aaee73520f7c3 authored about 6 years ago by Franck Nijhof <[email protected]>
:ambulance: Replaces ProcessBuilder by ProcessExecutor

Fixes: #59

ff3bb9c69f20f36107956571f6e1c5bf1b33648e authored about 6 years ago by Franck Nijhof <[email protected]>
Adds the ability to set the max depth from the composer.json file (#46)

* Adds the ability to set the max depth from the composer.json file

Fixes #45

* :books: Ad...

eaef5f5681427022c95f918618d58d565b14feb6 authored about 6 years ago by Ben Peachey <[email protected]>
:ambulance: Moves loadInstalledPaths from init to onDependenciesChangedEvent (#51)

* Move loadInstalledPaths from init to onDependenciesChangedEvent

* Use versioned release of ...

d2042def1a63e4d11fbca26510e714ef1b9e75dd authored about 6 years ago by Geoff <[email protected]>
:books: Updates README, spelling/grammar, removed Working section

2574d4f03b28809dbafc5ff80b27dd60166ae74a authored about 6 years ago by Franck Nijhof <[email protected]>
:pencil2: Updates contact information

0caf954f85f42395f2bbdab9854df640aa7dce43 authored about 6 years ago by Franck Nijhof <[email protected]>
:rocket: Enforces PSR12

0cd0ce8424081aa386f8c4d501c104e608cca0aa authored about 6 years ago by Franck Nijhof <[email protected]>
:pencil2: Updates copyright year

f75cc093b1157c950e93ee0896d50663af9f8f0f authored about 6 years ago by Franck Nijhof <[email protected]>
:rocket: Build/Travis: test builds against PHP 7.3

Once PHP 7.3-beta came out, the `nightly` build on Travis became PHP 7.4-dev and build haven't b...

40a8fa7a0d803354bd613cb95ceb182b17a15ddb authored about 6 years ago by jrfnl <[email protected]>
Merge pull request #61 from jrfnl/feature/use-phpcompatibility-9.0.0

Use PHPCompatibility 9.0.0

236a983d8f82228c7dd8658f3e13a9eb066c447b authored about 6 years ago by Franck Nijhof <[email protected]>
Use PHPCompatibility 9.0.0

[PHPCompatibility 9.0.0](https://github.com/PHPCompatibility/PHPCompatibility/releases/tag/9.0.0...

478618516463e2a78dcfb37e5432accc3ac48523 authored about 6 years ago by jrfnl <[email protected]>
Merge pull request #58 from jrfnl/feature/travis-tweaks

Travis: various tweaks

1b7521166ddad94ec7513343d7118caeb8f86cb3 authored over 6 years ago by Franck Nijhof <[email protected]>
Merge pull request #57 from jrfnl/feature/phpcs-tweaks

PHPCS: various minor tweaks

4d6949d7c39d0e2cce34189a5c41046269974827 authored over 6 years ago by Franck Nijhof <[email protected]>
Merge pull request #52 from gapple/composer-bin

Execute phpcs and security-checker from vendor/bin

4259d3abc4d040fe959fc8bf5b8c41ea0c01ed5e authored over 6 years ago by Franck Nijhof <[email protected]>
Merge branch 'master' into composer-bin

8d9e7847965842f40e0ef95b82efe9dc979ab31a authored over 6 years ago by Franck Nijhof <[email protected]>
Merge pull request #56 from jrfnl/feature/replace-maintained-shield

README: replace maintenance badge

f7e5bec8f0e9da3d9f38877b706820ea9fb2b988 authored over 6 years ago by Franck Nijhof <[email protected]>
Merge pull request #55 from jrfnl/feature/remove-versioneye

README: remove VersionEye badge

91608a5d55791d34934b0e136822e9a9f1866e81 authored over 6 years ago by Franck Nijhof <[email protected]>
Merge pull request #54 from jrfnl/feature/composer-phpcompatibility-repo

Build/PHPCS: update PHPCompatibility repo name

8b8695f51925c20913b8361d4bfcb01e9c3d9153 authored over 6 years ago by Franck Nijhof <[email protected]>
:wrench: Travis: various tweaks/fix builds

:warning: PR 52 is a pre-requisite for this PR :warning:

This PR builds onto the changes made i...

5d84fc83ff54b5627c61bd2a29e4a6931923cba5 authored over 6 years ago by jrfnl <[email protected]>
:wrench: PHPCS: various minor tweaks

* Add the PHPCS custom ruleset to the `export-ignore` list in `.gitattributes`.
* Add the files ...

0a169367af68273d282f4d59b1070eef98e797dd authored over 6 years ago by jrfnl <[email protected]>
:books: README: replace maintenance badge

The `year` part of the Shields.io `maintained` badge needs to be updated with the current year f...

0de0f7d15ef78e253dcc70554cfea55cc2be5bd8 authored over 6 years ago by jrfnl <[email protected]>
:books: README: remove VersionEye badge

The VersionEye service has been terminated. I recommend turning off the webhook for checking PRs...

076f294a5fd2c544ed8dbfefc70da847654b3a9a authored over 6 years ago by jrfnl <[email protected]>
Build/PHPCS: update PHPCompatibility repo name

Switches the `PHPCompatibility` dependency over to use the repo in the `PHPCompatibility` GitHub...

e177fe91ea52c9057c95dc640fbb22ab34a6a412 authored over 6 years ago by jrfnl <[email protected]>
Execute phpcs and security-checker from vendor/bin

4f24d366ec5f5ec1f23f3e86ca99e07a2ce0710c authored over 6 years ago by Geoff Appleby <[email protected]>
Merge pull request #42 from ntwb/patch-2

Update Travis CI svg badge and link URLs

2e41850d5f7797cbb1af7b030d245b3b24e63a08 authored about 7 years ago by Ben Peachey <[email protected]>
Merge branch 'master' into patch-2

26d668f838ed884440d7815893c6710178caf5a9 authored about 7 years ago by Ben Peachey <[email protected]>
Merge pull request #41 from ntwb/patch-1

Add PHP 7.2 to Travis CI

ff7a0500a76e9e7580dc6b0b425ef770fb548999 authored about 7 years ago by Ben Peachey <[email protected]>
Merge branch 'master' into patch-1

57ed543b6f5332dc5500569afdb0335cb94f92da authored about 7 years ago by Ben Peachey <[email protected]>
Merge branch 'master' into patch-2

d38e0371bc70420931c7052895a1eceb37ea278b authored about 7 years ago by Ben Peachey <[email protected]>
Merge pull request #40 from GaryJones/patch-2

Docs: Fix link to releases

d688ec26c5ea163180f272343e7931693ddb266f authored about 7 years ago by Ben Peachey <[email protected]>
Changes casing of "DealerDirect" to "Dealerdirect"

8d29ff3b99dfcdcd88c33153e62497ea661021e2 authored about 7 years ago by Ben Peachey <[email protected]>
Update Travis CI svg badge URL

9aaee3a5819296134c9518c7b411953ee62cda3e authored about 7 years ago by Stephen Edgar <[email protected]>
Add PHP 7.2 to Travis CI

7997ff87461f8ebb88dac5b5dab1d135792121c1 authored about 7 years ago by Stephen Edgar <[email protected]>
Docs: Fix link to releases

c1845083b69f6bfa986e677688e117dd0d6fdccc authored about 7 years ago by Gary Jones <[email protected]>