Skip to content

Commit 6c0e48e

Browse files
committed
Open 1.0-dev
1 parent 7c01ef9 commit 6c0e48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.92"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"conflict": {
1313
"phpunit/phpunit": "<7.0"
1414
},
1515
"require-dev": {
1616
"php-parallel-lint/php-parallel-lint": "^1.2",
17-
"phpstan/phpstan-strict-rules": "^0.12.6",
17+
"phpstan/phpstan-strict-rules": "^1.0",
1818
"phpunit/phpunit": "^9.5"
1919
},
2020
"config": {
@@ -25,7 +25,7 @@
2525
},
2626
"extra": {
2727
"branch-alias": {
28-
"dev-master": "0.12-dev"
28+
"dev-master": "1.0-dev"
2929
},
3030
"phpstan": {
3131
"includes": [

0 commit comments

Comments
 (0)