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 099e8c9

Browse filesBrowse files
committed
[PropertyInfo] Fix add missing composer conflict
1 parent 69b7675 commit 099e8c9
Copy full SHA for 099e8c9

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/composer.json
+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
"conflict": {
3838
"doctrine/annotations": "<1.12",
3939
"phpdocumentor/reflection-docblock": "<5.2",
40-
"phpdocumentor/type-resolver": "<1.5.1",
4140
"symfony/dependency-injection": "<5.4",
42-
"symfony/dependency-injection": "<5.4|>=6.0,<6.4"
41+
"symfony/cache": "<5.4",
42+
"symfony/serializer": "<5.4"
4343
},
4444
"autoload": {
4545
"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.