Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit fd0b1dd

Browse files
committed
Open 1.0-dev
1 parent 9b4b191 commit fd0b1dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: 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.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.16",
15-
"phpstan/phpstan-strict-rules": "^0.12.6",
14+
"phpstan/phpstan-phpunit": "^1.0",
15+
"phpstan/phpstan-strict-rules": "^1.0",
1616
"phpunit/phpunit": "^9.5"
1717
},
1818
"config": {
@@ -23,7 +23,7 @@
2323
},
2424
"extra": {
2525
"branch-alias": {
26-
"dev-master": "0.12-dev"
26+
"dev-master": "1.0-dev"
2727
},
2828
"phpstan": {
2929
"includes": [

0 commit comments

Comments
 (0)