Skip to content

Commit f7aa75e

Browse files
committed
Open 1.0-dev
1 parent b6df94d commit f7aa75e

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,16 +7,16 @@
77
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.60"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"conflict": {
1313
"dibi/dibi": "<3.0"
1414
},
1515
"require-dev": {
1616
"dibi/dibi": "~4.0",
1717
"php-parallel-lint/php-parallel-lint": "^1.2",
18-
"phpstan/phpstan-phpunit": "^0.12.16",
19-
"phpstan/phpstan-strict-rules": "^0.12.6",
18+
"phpstan/phpstan-phpunit": "^1.0",
19+
"phpstan/phpstan-strict-rules": "^1.0",
2020
"phpunit/phpunit": "^9.5"
2121
},
2222
"config": {
@@ -27,7 +27,7 @@
2727
},
2828
"extra": {
2929
"branch-alias": {
30-
"dev-master": "0.12-dev"
30+
"dev-master": "1.0-dev"
3131
},
3232
"phpstan": {
3333
"includes": [

0 commit comments

Comments
 (0)