Skip to content

Commit 3ecb7e7

Browse files
minor symfony#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 | - symfony#44600 needs symfony@8247779 Commits ------- 6a0fd54 [Serializer] Fix symfony/uid requirement
2 parents fc2fffd + 6a0fd54 commit 3ecb7e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Symfony/Component/Serializer/composer.json

Lines 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)