We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9049757 commit 0c955dcCopy full SHA for 0c955dc
composer.json
@@ -12,7 +12,7 @@
12
"require": {
13
"php": "^7.3 || ^8.0",
14
"phpdocumentor/reflection-common": "^2.0",
15
- "phpstan/phpdoc-parser": "^1.18|^2.0",
+ "phpstan/phpdoc-parser": "^2.0",
16
"doctrine/deprecations": "^1.0"
17
},
18
"require-dev": {
@@ -21,7 +21,6 @@
21
"phpstan/phpstan": "^1.8",
22
"phpstan/phpstan-phpunit": "^1.1",
23
"phpstan/extension-installer": "^1.1",
24
- "vimeo/psalm": "^4.25",
25
"rector/rector": "^0.13.9",
26
"phpbench/phpbench": "^1.2"
27
@@ -37,7 +36,8 @@
37
36
38
"extra": {
39
"branch-alias": {
40
- "dev-1.x": "1.x-dev"
+ "dev-1.x": "1.x-dev",
+ "dev-2.x": "2.x-dev"
41
}
42
43
"config": {
0 commit comments