Skip to content

Commit 7258028

Browse files
committed
prevent the installation of unstable phpdocumentor/type-resolver releases
1 parent e808715 commit 7258028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"conflict": {
4545
"doctrine/annotations": "<1.12",
4646
"phpdocumentor/reflection-docblock": "<3.2.2",
47-
"phpdocumentor/type-resolver": "<1.4.0",
47+
"phpdocumentor/type-resolver": "<1.4.0|>=1.7.0",
4848
"symfony/dependency-injection": "<4.4",
4949
"symfony/property-access": "<5.4",
5050
"symfony/property-info": "<5.3.13",

0 commit comments

Comments
 (0)