Skip to content

Commit 5f9f2be

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

File tree

3 files changed

+63
-1017
lines changed

3 files changed

+63
-1017
lines changed

composer.json

Lines changed: 6 additions & 5 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,9 +21,9 @@
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",
26-
"phpbench/phpbench": "^1.2"
25+
"phpbench/phpbench": "^1.2",
26+
"psalm/phar": "^4"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -37,12 +37,13 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-1.x": "1.x-dev"
40+
"dev-1.x": "1.x-dev",
41+
"dev-2.x": "2.x-dev"
4142
}
4243
},
4344
"config": {
4445
"platform": {
45-
"php": "7.3.0"
46+
"php": "7.4.0"
4647
},
4748
"allow-plugins": {
4849
"phpstan/extension-installer": true

0 commit comments

Comments
 (0)