Skip to content

Commit c3f3e44

Browse files
authored
Merge pull request #239 from phpDocumentor/remove/phpstan-v1-parser
Remove/phpstan v1 parser
2 parents 8e67b7b + 7f45726 commit c3f3e44

File tree

5 files changed

+111
-1098
lines changed

5 files changed

+111
-1098
lines changed

composer.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.3 || ^8.0",
13+
"php": "^7.4 || ^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)