Skip to content

Commit

Permalink
Merge pull request #1 from jdreesen/patch-1
Browse files Browse the repository at this point in the history
Allow JMS/Serializer v3
  • Loading branch information
scott-davidjones authored Jul 23, 2020
2 parents 223091f + d57da1a commit 740221e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Carbon Serialization or JSM Serializer",
"type": "library",
"require": {
"jms/serializer": "^2.0",
"jms/serializer": "^2.0 || ^3.0",
"nesbot/carbon": "^2.5"
},
"license": "GNU General Public License v2.0",
Expand All @@ -17,4 +17,4 @@
"AutumnDev": "src/"
}
}
}
}

0 comments on commit 740221e

Please sign in to comment.