Skip to content

Commit 2f53791

Browse files
committed
Upgrade PHPStan, PHPUnit, CS
1 parent 4351402 commit 2f53791

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"doctrine/dbal": "2.*"
1818
},
1919
"require-dev": {
20-
"doctrine/coding-standard": "^5.0",
21-
"phpstan/phpstan": "^0.10.7",
22-
"phpstan/phpstan-phpunit": "^0.10.0",
23-
"phpstan/phpstan-strict-rules": "^0.10.1",
24-
"phpunit/phpunit": "^7.5"
20+
"doctrine/coding-standard": "^6.0",
21+
"phpstan/phpstan": "^0.11.16",
22+
"phpstan/phpstan-phpunit": "^0.11.2",
23+
"phpstan/phpstan-strict-rules": "^0.11.1",
24+
"phpunit/phpunit": "^8.4"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)