Skip to content

Commit 9825f53

Browse files
committed
exclude null values
1 parent 7dbf60d commit 9825f53

File tree

3 files changed

+312
-124
lines changed

3 files changed

+312
-124
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
},
3737
"scripts": {
3838
"run-test": "vendor/bin/phpunit tests",
39-
"phpstan": "vendor/bin/phpstan analyse --level=8 --memory-limit=2G src tests"
39+
"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/"
4043
}
4144
}

0 commit comments

Comments
 (0)