metadrop/grumphp-php-compatibility

There is no license information available for the latest version (1.0.1) of this package.

1.0.1 2023-08-03 10:19 UTC

This package is not auto-updated.

Last update: 2024-04-26 12:00:27 UTC


README

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:
        - Metadrop\PhpCompatibilityTask\ExtensionLoader

Composer

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