8000 prevent the installation of unstable phpdocumentor/type-resolver rele… · symfony/symfony@6b12c4d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b12c4d

Browse files
committed
prevent the installation of unstable phpdocumentor/type-resolver releases
1 parent b7a75ec commit 6b12c4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"egulias/email-validator": "~3.0.0",
159159
"masterminds/html5": "<2.6",
160160
"phpdocumentor/reflection-docblock": "<3.2.2",
161-
"phpdocumentor/type-resolver": "<1.4.0",
161+
"phpdocumentor/type-resolver": "<1.4.0|>=1.7.0",
162162
"ocramius/proxy-manager": "<2.1",
163163
"phpunit/phpunit": "<5.4.3"
164164
},

src/Symfony/Component/Serializer/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)
0