Skip to content

Commit 19976c5

Browse files
committed
Open 0.12-dev
1 parent 011a8d3 commit 19976c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prefer-stable": true,
88
"extra": {
99
"branch-alias": {
10-
"dev-master": "0.11-dev"
10+
"dev-master": "0.12-dev"
1111
},
1212
"phpstan": {
1313
"includes": [
@@ -18,14 +18,14 @@
1818
"require": {
1919
"php": "~7.1",
2020
"nikic/php-parser": "^4.0",
21-
"phpstan/phpstan": "^0.11.4"
21+
"phpstan/phpstan": "^0.12"
2222
},
2323
"require-dev": {
2424
"consistence/coding-standard": "^3.0.1",
2525
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2626
"jakub-onderka/php-parallel-lint": "^1.0",
2727
"phing/phing": "^2.16.0",
28-
"phpstan/phpstan-phpunit": "^0.11",
28+
"phpstan/phpstan-phpunit": "^0.12",
2929
"phpunit/phpunit": "^7.0",
3030
"slevomat/coding-standard": "^4.5.2"
3131
},

0 commit comments

Comments
 (0)