Skip to content

Instantly share code, notes, and snippets.

@szeidler
Created October 26, 2021 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save szeidler/df26731fe2ef7bbb1c161ae4b10aaa81 to your computer and use it in GitHub Desktop.
Save szeidler/df26731fe2ef7bbb1c161ae4b10aaa81 to your computer and use it in GitHub Desktop.
Check code for PHP compatibility issues
#!/bin/bash
# Installation:
# - composer global require "squizlabs/php_codesniffer"
# - composer global require phpcompatibility/php-compatibility
phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment