Skip to content

Commit e9d7f18

Browse files
committed
Open 0.11-dev
1 parent 14d568b commit e9d7f18

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"prefer-stable": true,
77
"extra": {
88
"branch-alias": {
9-
"dev-master": "0.10-dev"
9+
"dev-master": "0.11-dev"
1010
}
1111
},
1212
"require": {
1313
"php": "~7.1",
14-
"phpstan/phpstan": "^0.10.3",
14+
"phpstan/phpstan": "^0.11",
1515
"phpstan/phpdoc-parser": "^0.3",
1616
"nikic/php-parser": "^4.0"
1717
},
@@ -21,8 +21,8 @@
2121
"jakub-onderka/php-parallel-lint": "^1.0",
2222
"mockery/mockery": "^1.1",
2323
"phing/phing": "^2.16.0",
24-
"phpstan/phpstan-strict-rules": "^0.10",
25-
"phpstan/phpstan-phpunit": "^0.10",
24+
"phpstan/phpstan-strict-rules": "^0.11",
25+
"phpstan/phpstan-phpunit": "^0.11",
2626
"phpunit/phpunit": "^7.2",
2727
"slevomat/coding-standard": "^4.6.3"
2828
},

0 commit comments

Comments
 (0)