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 3ecb7e7

Browse filesBrowse files
minor #44641 [Serializer] Fix symfony/uid requirement (fancyweb)
This PR was merged into the 5.3 branch. Discussion ---------- [Serializer] Fix symfony/uid requirement | Q | A | ------------- | --- | Branch? | 5.3 | Bug fix? | no | New feature? | no | Deprecations? | - | Tickets | - | License | MIT | Doc PR | - #44600 needs 8247779 Commits ------- 6a0fd54 [Serializer] Fix symfony/uid requirement
2 parents fc2fffd + 6a0fd54 commit 3ecb7e7
Copy full SHA for 3ecb7e7

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/composer.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"symfony/mime": "^4.4|^5.0",
3636
"symfony/property-access": "^5.3.13",
3737
"symfony/property-info": "^5.3",
38-
"symfony/uid": "^5.1",
38+
"symfony/uid": "^5.3",
3939
"symfony/validator": "^4.4|^5.0",
4040
"symfony/var-dumper": "^4.4|^5.0",
4141
"symfony/var-exporter": "^4.4|^5.0",
@@ -48,6 +48,7 @@
4848
"symfony/dependency-injection": "<4.4",
4949
"symfony/property-access": "<5.3.13",
5050
"symfony/property-info": "<5.3",
51+
"symfony/uid": "<5.3",
5152
"symfony/yaml": "<4.4"
5253
},
5354
"suggest": {

0 commit comments

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