We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e743c commit e506c62Copy full SHA for e506c62
composer.json
@@ -7,7 +7,7 @@
7
"prefer-stable": true,
8
"extra": {
9
"branch-alias": {
10
- "dev-master": "0.11-dev"
+ "dev-master": "0.12-dev"
11
},
12
"phpstan": {
13
"includes": [
@@ -18,7 +18,7 @@
18
19
"require": {
20
"php": "~7.1",
21
- "phpstan/phpstan": "^0.11.4",
+ "phpstan/phpstan": "^0.12",
22
"phpstan/phpdoc-parser": "^0.3",
23
"nikic/php-parser": "^4.0"
24
@@ -27,7 +27,7 @@
27
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
28
"jakub-onderka/php-parallel-lint": "^1.0",
29
"phing/phing": "^2.16.0",
30
- "phpstan/phpstan-strict-rules": "^0.11",
+ "phpstan/phpstan-strict-rules": "^0.12",
31
"satooshi/php-coveralls": "^1.0",
32
"slevomat/coding-standard": "^4.5.2",
33
"phpunit/phpunit": "^7.0"
0 commit comments