Skip to content

Commit 16fc2bb

Browse files
updated depdencies to latest versions, stan fixes and updating infection config so that it works
1 parent ef399cf commit 16fc2bb

File tree

5 files changed

+240
-109
lines changed

5 files changed

+240
-109
lines changed

composer.json

Lines changed: 4 additions & 4 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"

0 commit comments

Comments
 (0)