We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d568b commit e9d7f18Copy full SHA for e9d7f18
composer.json
@@ -6,12 +6,12 @@
6
"prefer-stable": true,
7
"extra": {
8
"branch-alias": {
9
- "dev-master": "0.10-dev"
+ "dev-master": "0.11-dev"
10
}
11
},
12
"require": {
13
"php": "~7.1",
14
- "phpstan/phpstan": "^0.10.3",
+ "phpstan/phpstan": "^0.11",
15
"phpstan/phpdoc-parser": "^0.3",
16
"nikic/php-parser": "^4.0"
17
@@ -21,8 +21,8 @@
21
"jakub-onderka/php-parallel-lint": "^1.0",
22
"mockery/mockery": "^1.1",
23
"phing/phing": "^2.16.0",
24
- "phpstan/phpstan-strict-rules": "^0.10",
25
- "phpstan/phpstan-phpunit": "^0.10",
+ "phpstan/phpstan-strict-rules": "^0.11",
+ "phpstan/phpstan-phpunit": "^0.11",
26
"phpunit/phpunit": "^7.2",
27
"slevomat/coding-standard": "^4.6.3"
28
0 commit comments