Skip to content

Navigation Menu

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 8529b41

Browse filesBrowse files
committed
bug #59245 [PropertyInfo] Fix add missing composer conflict (mtarld)
This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] Fix add missing composer conflict | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Add missing composer conflicts in PropertyInfo component Commits ------- c962324 [PropertyInfo] Fix add missing composer conflict
2 parents 269ba59 + c962324 commit 8529b41
Copy full SHA for 8529b41

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎src/Symfony/Component/PropertyInfo/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/composer.json
+3-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
"doctrine/annotations": "<1.12",
3939
"phpdocumentor/reflection-docblock": "<5.2",
4040
"phpdocumentor/type-resolver": "<1.5.1",
41-
"symfony/dependency-injection": "<5.4",
42-
"symfony/dependency-injection": "<5.4|>=6.0,<6.4"
41+
"symfony/dependency-injection": "<5.4|>=6.0,<6.4",
42+
"symfony/cache": "<5.4",
43+
"symfony/serializer": "<5.4"
4344
},
4445
"autoload": {
4546
"psr-4": { "Symfony\\Component\\PropertyInfo\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.