Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit f268251

Browse files
committed
Open 0.10-dev
1 parent 0f89133 commit f268251

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
@@ -6,20 +6,20 @@
66
"prefer-stable": true,
77
"extra": {
88
"branch-alias": {
9-
"dev-master": "0.9-dev"
9+
"dev-master": "0.10-dev"
1010
}
1111
},
1212
"require": {
13-
"php": "~7.0",
14-
"phpstan/phpstan": "^0.9",
13+
"php": "~7.1",
14+
"phpstan/phpstan": "^0.10",
1515
"nikic/php-parser": "^3.1"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^2.0.0",
1919
"jakub-onderka/php-parallel-lint": "^0.9.2",
2020
"phing/phing": "^2.16.0",
21-
"phpstan/phpstan-phpunit": "^0.9",
22-
"phpstan/phpstan-strict-rules": "^0.9",
21+
"phpstan/phpstan-phpunit": "^0.10",
22+
"phpstan/phpstan-strict-rules": "^0.10",
2323
"phpunit/phpunit": "^6.4",
2424
"slevomat/coding-standard": "^3.3.0"
2525
},

0 commit comments

Comments
 (0)