Skip to content

Commit 9ec7f70

Browse files
committed
updated phpstan to 12 for the generator
1 parent cde8e60 commit 9ec7f70

File tree

9 files changed

+216
-951
lines changed

9 files changed

+216
-951
lines changed

generator/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^7",
20-
"phpstan/phpstan": "^0.11.16",
21-
"thecodingmachine/phpstan-strict-rules": "^0.10.3",
20+
"phpstan/phpstan": "^0.12",
21+
"thecodingmachine/phpstan-strict-rules": "^0.12",
2222
"squizlabs/php_codesniffer": "^3.2",
2323
"php-coveralls/php-coveralls": "^2.1"
2424
},

0 commit comments

Comments
 (0)