Skip to content

Commit

Permalink
Update symfony serializer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ragboyjr committed Mar 1, 2023
1 parent 4e66742 commit 227b676
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
"keywords": [
"money",
"money-normalizer",
"symfony",
"symfony4"
"symfony"
],
"license": "MIT",
"authors": [
{
"name": "RJ Garcia",
"email": "rj@bighead.net"
"email": "ragboyjr@icloud.com"
}
],
"autoload": {
Expand All @@ -22,10 +21,10 @@
}
},
"require": {
"symfony/serializer": "^3.4|^4.1"
"symfony/serializer": "^3.4|^4.1|^5.4|^6.3"
},
"require-dev": {
"symfony/dependency-injection": "^4.0",
"symfony/http-kernel": "^4.0"
"symfony/dependency-injection": "^5.4",
"symfony/http-kernel": "^5.4"
}
}

0 comments on commit 227b676

Please sign in to comment.