Skip to content

Commit e506c62

Browse files
committed
Open 0.12-dev
1 parent b2e743c commit e506c62

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
@@ -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,7 +18,7 @@
1818
},
1919
"require": {
2020
"php": "~7.1",
21-
"phpstan/phpstan": "^0.11.4",
21+
"phpstan/phpstan": "^0.12",
2222
"phpstan/phpdoc-parser": "^0.3",
2323
"nikic/php-parser": "^4.0"
2424
},
@@ -27,7 +27,7 @@
2727
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2828
"jakub-onderka/php-parallel-lint": "^1.0",
2929
"phing/phing": "^2.16.0",
30-
"phpstan/phpstan-strict-rules": "^0.11",
30+
"phpstan/phpstan-strict-rules": "^0.12",
3131
"satooshi/php-coveralls": "^1.0",
3232
"slevomat/coding-standard": "^4.5.2",
3333
"phpunit/phpunit": "^7.0"

0 commit comments

Comments
 (0)