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 6feecc7 commit 9b27142Copy full SHA for 9b27142
composer.json
@@ -6,20 +6,20 @@
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",
+ "phpstan/phpstan-strict-rules": "^0.11",
23
"satooshi/php-coveralls": "^1.0",
24
"slevomat/coding-standard": "^4.5.2",
25
"phpunit/phpunit": "^7.0"
0 commit comments