metadrop/grumphp-php-compatibility

此包的最新版本(1.0.1)没有可用的许可信息。

1.0.1 2023-08-03 10:19 UTC

This package is not auto-updated.

Last update: 2024-09-13 13:42:56 UTC


README

检查文件是否与 PHP 的 X 版本兼容。

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