Skip to content

Commit 443878c

Browse files
authored
fix: update dependencies
1 parent b5d461a commit 443878c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
}
3939
},
4040
"require-dev": {
41-
"brianium/paratest": "^7.8",
4241
"nunomaduro/mock-final-classes": "^1.2",
4342
"php-parallel-lint/php-console-highlighter": "^1.0",
4443
"php-parallel-lint/php-parallel-lint": "^1.3",
@@ -55,9 +54,7 @@
5554
"phpstan": "phpstan analyse --ansi --memory-limit=1G --configuration=phpstan.neon",
5655
"phpmd": "phpmd app/,tests/ ansi cleancode,codesize,controversial,design,naming,unusedcode",
5756
"test": "XDEBUG_MODE=off phpunit --colors --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")",
58-
"coverage": "XDEBUG_MODE=coverage phpunit --colors --coverage-html=.coverage --coverage-text --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")",
59-
"paratest": "XDEBUG_MODE=off paratest --colors --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")",
60-
"paracoverage": "XDEBUG_MODE=coverage paratest --colors --coverage-html=.coverage --coverage-text --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
57+
"coverage": "XDEBUG_MODE=coverage phpunit --colors --coverage-html=.coverage --coverage-text --testdox --order-by=random --random-order-seed=$(head -200 /dev/urandom | cksum | cut -f1 -d \" \")"
6158
},
6259
"minimum-stability": "stable",
6360
"prefer-stable": true

0 commit comments

Comments
 (0)