Skip to content

Instantly share code, notes, and snippets.

@vladdancer
Created September 27, 2021 14:25
Show Gist options
  • Save vladdancer/7fd9d28d29c1abcdae168920112654b5 to your computer and use it in GitHub Desktop.
Save vladdancer/7fd9d28d29c1abcdae168920112654b5 to your computer and use it in GitHub Desktop.
Drupal routine #php #drupal
# Check php compatibility
# source: https://www.specbee.com/blogs/drupal9-and-its-compatibility-with-php-8-learn-whats-new
vendor/bin/phpcs -p . --standard=PHPCompatibility \
--runtime-set 7.4 \
--extensions=php,module,install,inc \
--report-full==./php7.4-compatibility.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment