GitHub - wunderio/grumphp-php-compatibility: Check if files are compatible with X version of PHP.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Sep 30, 2019. It is now read-only.

grumphp-php-compatibility

Check if files are compatible with X version of PHP.

grumphp.yml:

parameters:
    tasks:
        php_compatibility:
            testVersion: "7.3"
            triggered_by:  [php, inc, module, install]
    extensions:
        - wunderio\PhpCompatibilityTask\ExtensionLoader

Composer

composer require --dev wunderio/grumphp-php-compatibility