Skip to content

Commit ba24e4a

Browse files
committed
Require PHPStan 0.2
1 parent 5c92d13 commit ba24e4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"prefer-stable": true,
77
"require": {
88
"php": "~7.0",
9-
"phpstan/phpstan": "^0.1",
9+
"phpstan/phpstan": "^0.2",
1010
"nette/utils": "^2.3.0"
1111
},
1212
"require-dev": {
13-
"consistence/coding-standard": "~0.11.0",
13+
"consistence/coding-standard": "~0.12.0",
1414
"phing/phing": "^2.13.0",
1515
"phpunit/phpunit": "^5.3",
1616
"satooshi/php-coveralls": "^1.0",

0 commit comments

Comments
 (0)