Merge remote-tracking branch 'origin/master'
... | ... | @@ -22,7 +22,8 @@ |
}, | ||
"require-dev" : { | ||
"squizlabs/php_codesniffer" : "3.*", | ||
"phpcompatibility/php-compatibility": "*" | ||
"phpcompatibility/php-compatibility": "*", | ||
"phan/phan" : "^5.3" | ||
}, | ||
"prefer-stable" : true, | ||
"config" : { | ||
... | ... | @@ -32,7 +33,8 @@ |
} | ||
}, | ||
"scripts" : { | ||
"sniffer:php8": "./vendor/bin/phpcs -p ./module --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0" | ||
"sniffer:php8": "./vendor/bin/phpcs -p ./module --standard=vendor/phpcompatibility/php-compatibility/PHPCompatibility --runtime-set testVersion 8.0", | ||
"phpcs" : "./vendor/bin/phpcs -p ./module --standard=PSR12" | ||
}, | ||
"minimum-stability": "dev" | ||
} |
This diff is collapsed.
Please register or sign in to comment