Skip to content

Commit a6a1ed5

Browse files
committed
Open 1.0-dev
1 parent 91bdd96 commit a6a1ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.60"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"require-dev": {
1313
"php-parallel-lint/php-parallel-lint": "^1.2",
14-
"phpstan/phpstan-phpunit": "^0.12",
14+
"phpstan/phpstan-phpunit": "^1.0",
1515
"phpunit/phpunit": "^9.5"
1616
},
1717
"config": {
@@ -22,7 +22,7 @@
2222
},
2323
"extra": {
2424
"branch-alias": {
25-
"dev-master": "0.12-dev"
25+
"dev-master": "1.0-dev"
2626
},
2727
"phpstan": {
2828
"includes": [

0 commit comments

Comments
 (0)