We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dbf60d commit 9825f53Copy full SHA for 9825f53
composer.json
@@ -36,6 +36,9 @@
36
},
37
"scripts": {
38
"run-test": "vendor/bin/phpunit tests",
39
- "phpstan": "vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests"
+ "phpstan": "vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests",
40
+ "post-install-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
41
+ "post-update-cmd": "\"vendor/bin/phpcs\" --config-set installed_paths vendor/phpcompatibility/php-compatibility",
42
+ "php-compatibility": "./vendor/bin/phpcs -p . --standard=PHPCompatibility --runtime-set testVersion 7.1-8.0 --extensions=php --ignore=vendor/"
43
}
44
0 commit comments