We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5954bb8 commit 9ff202dCopy full SHA for 9ff202d
composer.json
@@ -6,21 +6,21 @@
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",
+ "phpstan/phpstan": "^0.11",
15
"nikic/php-parser": "^4.0"
16
17
"require-dev": {
18
"consistence/coding-standard": "^3.0.1",
19
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
20
"jakub-onderka/php-parallel-lint": "^1.0",
21
"phing/phing": "^2.16.0",
22
- "phpstan/phpstan-strict-rules": "^0.10",
23
- "phpstan/phpstan-phpunit": "^0.10",
+ "phpstan/phpstan-strict-rules": "^0.11",
+ "phpstan/phpstan-phpunit": "^0.11",
24
"phpunit/phpunit": "^7.1.3",
25
"slevomat/coding-standard": "^4.5.2",
26
"webmozart/assert": "^1.3.0"
0 commit comments