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

Commit 188e9d6

Browse files
committed
Open 0.12-dev
1 parent 55ef3ae commit 188e9d6

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
@@ -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": [
@@ -17,16 +17,16 @@
1717
},
1818
"require": {
1919
"php": "~7.1",
20-
"phpstan/phpstan": "^0.11.4",
20+
"phpstan/phpstan": "^0.12",
2121
"nikic/php-parser": "^4.0"
2222
},
2323
"require-dev": {
2424
"consistence/coding-standard": "^3.0.1",
2525
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2626
"jakub-onderka/php-parallel-lint": "^1.0",
2727
"phing/phing": "^2.16.0",
28-
"phpstan/phpstan-phpunit": "^0.11",
29-
"phpstan/phpstan-strict-rules": "^0.11",
28+
"phpstan/phpstan-phpunit": "^0.12",
29+
"phpstan/phpstan-strict-rules": "^0.12",
3030
"phpunit/phpunit": "^7.0",
3131
"slevomat/coding-standard": "^4.5.2"
3232
},

0 commit comments

Comments
 (0)