Skip to content

Commit

Permalink
lock JMS/Serializer to 3.2+ which is first with PHP 7.4 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Dec 31, 2020
1 parent 7a5182f commit 135bb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -18,7 +18,7 @@
],
"require": {
"php": "~7.4",
"jms/serializer": "~2.0|~3.0",
"jms/serializer": "~3.2",
"ramsey/uuid": "~3.0|~4.0"
},
"require-dev": {
Expand Down

0 comments on commit 135bb48

Please sign in to comment.