Skip to content

Commit

Permalink
Composer serialize < 6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mglowala committed Jun 15, 2023
1 parent a7b19f4 commit 92e4803
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 @@ -9,10 +9,10 @@
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"marc-mabe/php-enum": "^3.0|^4.3",
"psr/log": "^1.0",
"symfony/http-kernel": "^5.4|<6.3",
"symfony/property-access": "^5.4|<6.3",
"symfony/property-info": "^5.4|<6.3",
"symfony/serializer": "^5.4|<6.3",
"symfony/http-kernel": "5.4 - 6.2",
"symfony/property-access": "5.4 - 6.2",
"symfony/property-info": "5.4 - 6.2",
"symfony/serializer": "5.4 - 6.2",
"webmozart/assert": "^1.3"
},
"require-dev": {
Expand Down

0 comments on commit 92e4803

Please sign in to comment.