Skip to content

Commit c6da117

Browse files
Merge branch 'master' into update-php-storm-settings
2 parents 22c5854 + abb13dd commit c6da117

File tree

6 files changed

+246
-172
lines changed

6 files changed

+246
-172
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.10.3",
27+
"phpstan/phpstan-shim": "^0.11",
2828
"squizlabs/php_codesniffer": "~3",
2929
"sllh/composer-versions-check": "^2.0",
30-
"phpstan/phpstan-strict-rules": "^0.10.1",
31-
"infection/infection": "^0.10.0",
30+
"phpstan/phpstan-strict-rules": "^0.11",
31+
"infection/infection": "^0.0",
3232
"funkyproject/reflection-file": "^0.1.0",
3333
"phpunit/php-invoker": "^2.0"
3434
},
3535
"require-dev": {
36-
"phpstan/phpstan-phpunit": "^0.10"
36+
"phpstan/phpstan-phpunit": "^0.11"
3737
},
3838
"suggest": {
3939
"phpstan/phpstan-phpunit": "Adds checks for PHPUnit tests"

0 commit comments

Comments
 (0)