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

Commit a4b9d82

Browse files
committed
Open 0.11-dev
1 parent ff527ae commit a4b9d82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
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",
14+
"phpstan/phpstan": "^0.11",
1515
"nikic/php-parser": "^4.0"
1616
},
1717
"require-dev": {
1818
"consistence/coding-standard": "^3.0.1",
1919
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2020
"jakub-onderka/php-parallel-lint": "^1.0",
2121
"phing/phing": "^2.16.0",
22-
"phpstan/phpstan-phpunit": "^0.10",
23-
"phpstan/phpstan-strict-rules": "^0.10",
22+
"phpstan/phpstan-phpunit": "^0.11",
23+
"phpstan/phpstan-strict-rules": "^0.11",
2424
"phpunit/phpunit": "^7.0",
2525
"slevomat/coding-standard": "^4.5.2"
2626
},

0 commit comments

Comments
 (0)