Skip to content

Commit 63d7feb

Browse files
committed
Update dev dependencies
1 parent 8b10e49 commit 63d7feb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"automattic/phpcs-neutron-standard": "^v1.7.0"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "~6.5.0 || ~9.5.0",
40-
"vimeo/psalm": "@stable"
39+
"phpunit/phpunit": "^9.6.11",
40+
"vimeo/psalm": "^5.15.0"
4141
},
4242
"autoload-dev": {
4343
"psr-4": {
@@ -54,13 +54,11 @@
5454
},
5555
"scripts" : {
5656
"cs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
57-
"phpcompat": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p . --standard=PHPCompatibility --ignore=*/vendor/*,*tests/fixtures/* --extensions=php --basepath=./ --runtime-set testVersion 7.0-",
5857
"tests": "@php ./vendor/phpunit/phpunit/phpunit",
5958
"tests:no-cov": "@php ./vendor/phpunit/phpunit/phpunit --no-coverage",
60-
"psalm": "@php ./vendor/vimeo/psalm/psalm --no-cache",
59+
"psalm": "@php ./vendor/vimeo/psalm/psalm --no-suggestions --report-show-info=false --find-unused-psalm-suppress --no-diff --no-cache --no-file-cache --output-format=compact",
6160
"qa": [
6261
"@cs",
63-
"@phpcompat",
6462
"@tests:no-cov",
6563
"@psalm"
6664
]

0 commit comments

Comments
 (0)