wunderio / grumphp-php-compatibility

Check if files are compatible with X version of PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Check if files are compatible with X version of PHP.


Languages

Language:PHP 100.0%