8000 minor #49727 [Serializer] re-allow phpdocumentor/type-resolver 1.7 (x… · symfony/symfony@6fe1067 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fe1067

Browse files
committed
minor #49727 [Serializer] re-allow phpdocumentor/type-resolver 1.7 (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Serializer] re-allow phpdocumentor/type-resolver 1.7 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | reverts #48471 | License | MIT | Doc PR | Commits ------- 0776dec re-allow phpdocumentor/type-resolver 1.7
2 parents 96bbd14 + 0776dec commit 6fe1067

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|>=1.7.0",
161+
"phpdocumentor/type-resolver": "<1.4.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|>=1.7.0",
47+
"phpdocumentor/type-resolver": "<1.4.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