Skip to content

Commit 6430c61

Browse files
committed
Open 0.12-dev
1 parent 5685fe4 commit 6430c61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"require": {
99
"php": "~7.1",
1010
"nikic/php-parser": "^4.0",
11-
"phpstan/phpstan": "^0.11.8"
11+
"phpstan/phpstan": "^0.12"
1212
},
1313
"require-dev": {
1414
"consistence/coding-standard": "^3.0.1",
1515
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
1616
"jakub-onderka/php-parallel-lint": "^1.0",
1717
"phing/phing": "^2.16.0",
18-
"phpstan/phpstan-phpunit": "^0.11",
18+
"phpstan/phpstan-phpunit": "^0.12",
1919
"phpunit/phpunit": "^7.0",
2020
"slevomat/coding-standard": "^4.5.2"
2121
},
@@ -24,7 +24,7 @@
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-master": "0.11-dev"
27+
"dev-master": "0.12-dev"
2828
},
2929
"phpstan": {
3030
"includes": [

0 commit comments

Comments
 (0)