Skip to content

Commit c0487ed

Browse files
committed
Upgrade phpstan/* and doctrine/coding-standard
They share dependencies, upgrading one independently from the other seems hard.
1 parent d847cb9 commit c0487ed

File tree

2 files changed

+366
-887
lines changed

2 files changed

+366
-887
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^6.4|^7.0",
30-
"doctrine/coding-standard": "^5.0",
31-
"phpstan/phpstan": "^0.11",
32-
"phpstan/phpstan-deprecation-rules": "^0.11",
33-
"phpstan/phpstan-phpunit": "^0.11",
34-
"phpstan/phpstan-strict-rules": "^0.11",
30+
"doctrine/coding-standard": "^8.0",
31+
"phpstan/phpstan": "^0.12",
32+
"phpstan/phpstan-deprecation-rules": "^0.12",
33+
"phpstan/phpstan-phpunit": "^0.12",
34+
"phpstan/phpstan-strict-rules": "^0.12",
3535
"doctrine/orm": "^2.6"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)