Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 398 Bytes

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