Skip to content

Commit

Permalink
Downgrade symfony serializer version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlboCode committed Dec 18, 2023
1 parent ca6cab9 commit ba1e313
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 162 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"require": {
"guzzlehttp/guzzle": "^7.0",
"phrity/websocket": "^2.0",
"symfony/serializer": "^7.0",
"symfony/property-access": "^7.0",
"symfony/serializer": "^6.3",
"symfony/property-access": "^6.3",
"phpdocumentor/reflection-docblock": "^5.3"
},
"autoload": {
Expand Down
Loading

0 comments on commit ba1e313

Please sign in to comment.