metadrop/grumphp-php-compatibility

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

Installs: 30 550

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 3

pkg:composer/metadrop/grumphp-php-compatibility

2.0.0 2024-10-03 13:08 UTC

This package is not auto-updated.

Last update: 2025-10-02 18:29:54 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