Skip to content

Commit d53d40e

Browse files
committed
Open 0.12-dev
1 parent ba65fe6 commit d53d40e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 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,17 +18,17 @@
1818
},
1919
"require": {
2020
"php": "~7.1",
21-
"phpstan/phpstan": "^0.11.7",
21+
"phpstan/phpstan": "^0.12",
2222
"nikic/php-parser": "^4.0"
2323
},
2424
"require-dev": {
2525
"consistence/coding-standard": "^3.0.1",
2626
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2727
"jakub-onderka/php-parallel-lint": "^1.0",
2828
"phing/phing": "^2.13.0",
29-
"phpstan/phpstan-php-parser": "^0.11",
30-
"phpstan/phpstan-phpunit": "^0.11",
31-
"phpstan/phpstan-strict-rules": "^0.11",
29+
"phpstan/phpstan-php-parser": "^0.12",
30+
"phpstan/phpstan-phpunit": "^0.12",
31+
"phpstan/phpstan-strict-rules": "^0.12",
3232
"phpunit/phpunit": "^7.0",
3333
"satooshi/php-coveralls": "^1.0",
3434
"slevomat/coding-standard": "^4.5.2",

0 commit comments

Comments
 (0)