tophfr/phpcompatibility
Docker image for PHP Compatibility Coding Standard with PHP CodeSniffer
6.0K
Cf. https://github.com/PHPCompatibility/PHPCompatibility
docker run --rm -it --init -v "$PWD:$PWD" -w "$PWD" tophfr/phpcompatibility -p .
or
docker run --rm -it --init -v "$PWD:$PWD" -w "$PWD" tophfr/phpcompatibility -p --runtime-set testVersion 7.3 .
docker pull tophfr/phpcompatibility