Skip to content

Commit

Permalink
[Serializer] Fix symfony/uid requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyweb committed Dec 15, 2021
1 parent 5e409f0 commit 6164ed8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^5.3.13",
"symfony/property-info": "^5.3",
"symfony/uid": "^5.1",
"symfony/uid": "^5.3",
"symfony/validator": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0",
"symfony/var-exporter": "^4.4|^5.0",
Expand All @@ -48,6 +48,7 @@
"symfony/dependency-injection": "<4.4",
"symfony/property-access": "<5.3.13",
"symfony/property-info": "<5.3",
"symfony/uid": "<5.3",
"symfony/yaml": "<4.4"
},
"suggest": {
Expand Down

0 comments on commit 6164ed8

Please sign in to comment.