We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011a8d3 commit 19976c5Copy full SHA for 19976c5
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,14 +18,14 @@
18
"require": {
19
"php": "~7.1",
20
"nikic/php-parser": "^4.0",
21
- "phpstan/phpstan": "^0.11.4"
+ "phpstan/phpstan": "^0.12"
22
23
"require-dev": {
24
"consistence/coding-standard": "^3.0.1",
25
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
26
"jakub-onderka/php-parallel-lint": "^1.0",
27
"phing/phing": "^2.16.0",
28
- "phpstan/phpstan-phpunit": "^0.11",
+ "phpstan/phpstan-phpunit": "^0.12",
29
"phpunit/phpunit": "^7.0",
30
"slevomat/coding-standard": "^4.5.2"
31
0 commit comments