Skip to content

Commit 322d3c2

Browse files
author
Masiukevich Maksim
committed
update dependencies
1 parent 40dc3dc commit 322d3c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"require-dev": {
4242
"php-service-bus/code-style-config": "v1.3.*",
4343
"phpunit/phpunit": "v9.5.*",
44-
"vimeo/psalm": "v4.4.*",
44+
"vimeo/psalm": "v4.5.*",
4545
"phpstan/phpstan": "v0.12.*"
4646
},
4747
"prefer-stable": true,
4848
"minimum-stability": "stable",
4949
"scripts": {
5050
"psalm": "./vendor/bin/psalm --config=psalm.xml",
5151
"phpstan": "./vendor/bin/phpstan analyse src --level 7",
52-
"tests": "./vendor/bin/phpunit --configuration phpunit.xml --verbose",
53-
"coverage": "./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --verbose",
54-
"cs-check": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run",
55-
"cs-fix": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes",
52+
"tests": "./vendor/bin/phpunit --configuration phpunit.xml --debug --verbose --debug",
53+
"coverage": "XDEBUG_MODE=coverage ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html ./coverage --debug --verbose --debug",
54+
"cs-check": "./vendor/bin/php-cs-fixer fix --allow-risky=yes --dry-run",
55+
"cs-fix": "./vendor/bin/php-cs-fixer fix --allow-risky=yes",
5656
"pre-commit": "PHP_CS_FIXER_IGNORE_ENV=1 ./vendor/bin/php-cs-fixer fix --allow-risky=yes && ./vendor/bin/psalm --config=psalm.xml && ./vendor/bin/phpstan analyse src --level 7 && ./vendor/bin/phpunit --configuration phpunit.xml --verbose"
5757
},
5858
"config": {

0 commit comments

Comments
 (0)