Skip to content

Commit 3cc59cf

Browse files
Merge branch 'master' into DeEmphasiseSkippedTests
2 parents 4797b62 + 004540b commit 3cc59cf

File tree

8 files changed

+303
-105
lines changed

8 files changed

+303
-105
lines changed

composer.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
"jakub-onderka/php-parallel-lint": "~1",
2525
"phploc/phploc": "^4.0",
2626
"phpmd/phpmd": "^2.6",
27-
"phpstan/phpstan-shim": "^0.9.2",
27+
"phpstan/phpstan-shim": "^0.10.3",
2828
"squizlabs/php_codesniffer": "~3",
2929
"sllh/composer-versions-check": "^2.0",
30-
"phpstan/phpstan-strict-rules": "^0.9.0",
31-
"infection/infection": "^0.8",
30+
"phpstan/phpstan-strict-rules": "^0.10.1",
31+
"infection/infection": "^0.10.0",
3232
"funkyproject/reflection-file": "^0.1.0",
3333
"phpunit/php-invoker": "^2.0"
3434
},
3535
"require-dev": {
36-
"phpstan/phpstan-phpunit": "~0"
36+
"phpstan/phpstan-phpunit": "^0.10"
3737
},
3838
"suggest": {
3939
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"
@@ -42,7 +42,6 @@
4242
"bin/qa",
4343
"bin/mdlinks",
4444
"bin/psr4-validate",
45-
"bin/phpunit-runfailed-filter",
4645
"bin/phpunit-check-annotation"
4746
],
4847
"config": {

0 commit comments

Comments
 (0)