Skip to content

Commit 44251cd

Browse files
committed
Open 1.0-dev
1 parent c1627fc commit 44251cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"require": {
1616
"php": "^7.1 || ^8.0",
1717
"ext-simplexml": "*",
18-
"phpstan/phpstan": "^0.12.98"
18+
"phpstan/phpstan": "^1.0"
1919
},
2020
"conflict": {
2121
"symfony/framework-bundle": "<3.0"
2222
},
2323
"require-dev": {
2424
"php-parallel-lint/php-parallel-lint": "^1.2",
25-
"phpstan/phpstan-phpunit": "^0.12.16",
26-
"phpstan/phpstan-strict-rules": "^0.12.5",
25+
"phpstan/phpstan-phpunit": "^1.0",
26+
"phpstan/phpstan-strict-rules": "^1.0",
2727
"phpunit/phpunit": "^9.5",
2828
"symfony/config": "^4.2 || ^5.0",
2929
"symfony/console": "^4.0 || ^5.0",
@@ -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)