Skip to content

Commit 3f9eb09

Browse files
Update PHPStan to the latest version
1 parent 6acca21 commit 3f9eb09

File tree

3 files changed

+178
-1331
lines changed

3 files changed

+178
-1331
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
],
1313
"require": {
1414
"php": "^7.2",
15-
"phpstan/phpstan": "^0.11.4"
15+
"phpstan/phpstan": "^0.12"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^8.0.4",
1919
"antlr/antlr4-php-runtime": "^0.3.0",
2020
"slevomat/coding-standard": "^5.0.4",
2121
"squizlabs/php_codesniffer": "^3.4.1",
22-
"phpstan/phpstan-phpunit": "^0.11.2",
22+
"phpstan/phpstan-phpunit": "^0.12",
2323
"phpstan/extension-installer": "^1.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)