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 5685fe4 commit 6430c61Copy full SHA for 6430c61
composer.json
@@ -8,14 +8,14 @@
8
"require": {
9
"php": "~7.1",
10
"nikic/php-parser": "^4.0",
11
- "phpstan/phpstan": "^0.11.8"
+ "phpstan/phpstan": "^0.12"
12
},
13
"require-dev": {
14
"consistence/coding-standard": "^3.0.1",
15
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
16
"jakub-onderka/php-parallel-lint": "^1.0",
17
"phing/phing": "^2.16.0",
18
- "phpstan/phpstan-phpunit": "^0.11",
+ "phpstan/phpstan-phpunit": "^0.12",
19
"phpunit/phpunit": "^7.0",
20
"slevomat/coding-standard": "^4.5.2"
21
@@ -24,7 +24,7 @@
24
25
"extra": {
26
"branch-alias": {
27
- "dev-master": "0.11-dev"
+ "dev-master": "0.12-dev"
28
29
"phpstan": {
30
"includes": [
0 commit comments