Skip to content

Commit b84c2c0

Browse files
committed
PHPStan as a normal dependency
1 parent 924746c commit b84c2c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^7.1"
14+
"php": "^7.1",
15+
"phpstan/phpstan": "^0.9.2"
1516
},
1617
"require-dev": {
1718
"jakub-onderka/php-parallel-lint": "^0.9.2",
18-
"phpstan/phpstan": "^0.9.0",
1919
"phpunit/phpunit": "^6.4",
2020
"phpstan/phpstan-phpunit": "^0.9.0",
2121
"symfony/framework-bundle": "^4.0",

0 commit comments

Comments
 (0)