Skip to content

Commit

Permalink
Add Support for Symfony 6 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Eimers <eimers@mehrkanal.com>
  • Loading branch information
notdefine and Thomas Eimers committed Jan 5, 2022
1 parent 57a0a50 commit ea9178c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.2|^8.0",
"ramsey/uuid": "^4.0",
"symfony/serializer": "^3.4|^4.3|^5.0"
"symfony/serializer": "^3.4|^4.3|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit ea9178c

Please sign in to comment.