Skip to content

Commit 2fd9e21

Browse files
authored
Merge pull request #31 from rebuy-de/conflict-old-jms
Add conflict for too old jms/serializer versions
2 parents 714340f + ffcc09e commit 2fd9e21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"jms/serializer": "^2.3 || ^3"
3131
},
3232
"conflict": {
33-
"doctrine/annotations": "< 1.11"
33+
"doctrine/annotations": "< 1.11",
34+
"jms/serializer": "< 2.3"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)