Skip to content

Commit

Permalink
add support to JMS serializer ^2.0|3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafrsr committed Jan 28, 2021
1 parent e2f7153 commit 3fa0de9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@
"doctrine/annotations": "^1.2",
"doctrine/cache": "^1.4",
"symfony/property-access": "^3.4|^4.0",
"jms/serializer": "~0.11|~1.0"
"jms/serializer": "~0.11|~1.0|~2.0|~3.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"symfony/phpunit-bridge": "^4.2"
"phpunit/phpunit": "^5.7",
"php-coveralls/php-coveralls": "^2.1"
},
"extra": {
"branch-alias": {
"v2": "2.0.x-dev",
"dev-master": "3.0.x-dev"
}
}
}
}

0 comments on commit 3fa0de9

Please sign in to comment.