Skip to content

Commit

Permalink
Create serializer instance instead of DI
Browse files Browse the repository at this point in the history
  • Loading branch information
prugala committed Sep 15, 2023
1 parent fd4cbf4 commit dd4095e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/property-access": "^5.4 || ^6.0",
"doctrine/annotations": "^1.13 || ^2.0",
"symfony/cache": "^5.4 || ^6.0"
"symfony/cache": "^5.4 || ^6.0",
"symfony/property-info": "^5.4 || ^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
Expand Down

0 comments on commit dd4095e

Please sign in to comment.