Обновление зависимостей

This commit is contained in:
2021-12-11 15:54:42 +08:00
parent 6787ce3ad7
commit b4af189292
2 changed files with 7 additions and 7 deletions

View File

@@ -74,6 +74,6 @@
},
"scripts": {
"test": "vendor/bin/phpunit --colors=always",
"test-cov": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage-report"
"coverage": "php -dxdebug.mode=coverage vendor/bin/phpunit --coverage-html .coverage"
}
}