Skip to content

Commit b9fc639

Browse files
committed
Open 1.0-dev
1 parent d05dd53 commit b9fc639

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 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.86"
10+
"phpstan/phpstan": "^1.0"
1111
},
1212
"conflict": {
1313
"nette/application": "<2.3.0",
@@ -21,9 +21,9 @@
2121
"nette/forms": "^3.0",
2222
"nette/utils": "^2.3.0 || ^3.0.0",
2323
"php-parallel-lint/php-parallel-lint": "^1.2",
24-
"phpstan/phpstan-php-parser": "^0.12.2",
25-
"phpstan/phpstan-phpunit": "^0.12.16",
26-
"phpstan/phpstan-strict-rules": "^0.12.5",
24+
"phpstan/phpstan-php-parser": "^1.0",
25+
"phpstan/phpstan-phpunit": "^1.0",
26+
"phpstan/phpstan-strict-rules": "^1.0",
2727
"phpunit/phpunit": "^9.5"
2828
},
2929
"config": {
@@ -34,7 +34,7 @@
3434
},
3535
"extra": {
3636
"branch-alias": {
37-
"dev-master": "0.12-dev"
37+
"dev-master": "1.0-dev"
3838
},
3939
"phpstan": {
4040
"includes": [

0 commit comments

Comments
 (0)