GEWIS / gewisdb

GEWIS Decision and Members Database
GNU General Public License v3.0
8 stars 7 forks source link

Move to fork of `PHP_CodeSniffer` #358

Closed tomudding closed 8 months ago

tomudding commented 9 months ago

We heavily rely on PHP_CodeSniffer for our coding standards. Unfortunately, quizlabs/php_codesniffer is now officially abandoned. A fork has been created at phpcsstandards/php_codesniffer.

We can switch immediately, however, in her post Juliette recommends to wait till 3.8.0 is tagged.

tomudding commented 8 months ago

This is no longer necessary, as the old namespace on Packagist now correctly points to the new source. Thus switching to phpcsstandards/php_codesniffer will likely break our workflows in the (near) future.

We should still update to 3.8.0.

tomudding commented 8 months ago

Done in 14554d707f105ebddae2bc7f1a96ada24d3f55bd.