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 6128361 commit ae1dbbdCopy full SHA for ae1dbbd
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",
+ "phpstan/phpstan": "^0.11",
15
"nikic/php-parser": "^4.0"
16
17
"require-dev": {
@@ -20,8 +20,8 @@
20
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
21
"jakub-onderka/php-parallel-lint": "^1.0",
22
"phing/phing": "^2.16.0",
23
- "phpstan/phpstan-strict-rules": "^0.10",
24
- "phpstan/phpstan-phpunit": "^0.10",
+ "phpstan/phpstan-strict-rules": "^0.11",
+ "phpstan/phpstan-phpunit": "^0.11",
25
"phpunit/phpunit": "^7.1.3",
26
"slevomat/coding-standard": "^4.5.2"
27
0 commit comments