Skip to content

Commit 0c955dc

Browse files
committed
Remove phpstan v1 parser support
phpstan v1 parser is old and not longer supported.
1 parent 9049757 commit 0c955dc

File tree

2 files changed

+52
-1028
lines changed

2 files changed

+52
-1028
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.3 || ^8.0",
1414
"phpdocumentor/reflection-common": "^2.0",
15-
"phpstan/phpdoc-parser": "^1.18|^2.0",
15+
"phpstan/phpdoc-parser": "^2.0",
1616
"doctrine/deprecations": "^1.0"
1717
},
1818
"require-dev": {
@@ -21,7 +21,6 @@
2121
"phpstan/phpstan": "^1.8",
2222
"phpstan/phpstan-phpunit": "^1.1",
2323
"phpstan/extension-installer": "^1.1",
24-
"vimeo/psalm": "^4.25",
2524
"rector/rector": "^0.13.9",
2625
"phpbench/phpbench": "^1.2"
2726
},
@@ -37,7 +36,8 @@
3736
},
3837
"extra": {
3938
"branch-alias": {
40-
"dev-1.x": "1.x-dev"
39+
"dev-1.x": "1.x-dev",
40+
"dev-2.x": "2.x-dev"
4141
}
4242
},
4343
"config": {

0 commit comments

Comments
 (0)