Skip to content

Commit cf697be

Browse files
committed
Open 1.0-dev
1 parent 5fe9a9b commit cf697be

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
],
88
"require": {
99
"php": "^7.1 || ^8.0",
10-
"phpstan/phpstan": "^0.12.85"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"conflict": {
1313
"doctrine/collections": "<1.0",
@@ -26,8 +26,8 @@
2626
"doctrine/persistence": "^1.1 || ^2.0",
2727
"nesbot/carbon": "^2.49",
2828
"php-parallel-lint/php-parallel-lint": "^1.2",
29-
"phpstan/phpstan-phpunit": "^0.12.16",
30-
"phpstan/phpstan-strict-rules": "^0.12.5",
29+
"phpstan/phpstan-phpunit": "^1.0",
30+
"phpstan/phpstan-strict-rules": "^1.0",
3131
"phpunit/phpunit": "^9.5",
3232
"ramsey/uuid-doctrine": "^1.5.0"
3333
},
@@ -40,7 +40,7 @@
4040
},
4141
"extra": {
4242
"branch-alias": {
43-
"dev-master": "0.12-dev"
43+
"dev-master": "1.0-dev"
4444
},
4545
"phpstan": {
4646
"includes": [

0 commit comments

Comments
 (0)