Skip to content

Commit a1b9607

Browse files
committed
Open 1.0-dev
1 parent 0422ea8 commit a1b9607

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.92"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",
14-
"phpstan/phpstan-phpunit": "^0.12.6",
15-
"phpstan/phpstan-strict-rules": "^0.12.1",
14+
"phpstan/phpstan-phpunit": "^1.0",
15+
"phpstan/phpstan-strict-rules": "^1.0",
1616
"phpunit/phpunit": "^9.5",
1717
"webmozart/assert": "^1.9.1"
1818
},
@@ -24,7 +24,7 @@
2424
},
2525
"extra": {
2626
"branch-alias": {
27-
"dev-master": "0.12-dev"
27+
"dev-master": "1.0-dev"
2828
},
2929
"phpstan": {
3030
"includes": [

0 commit comments

Comments
 (0)