metadrop/grumphp-php-compatibility

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

2.0.0 2024-10-03 13:08 UTC

This package is not auto-updated.

Last update: 2025-03-06 15:49:08 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