Skip to content

Commit

Permalink
fix(deps): add missing dep symfony serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Aug 19, 2020
1 parent bb753f2 commit 688fae8
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 @@ -12,7 +12,8 @@
"nekland/tools": "^2.5.1",
"symfony/event-dispatcher": "^4.3 || ^5.0",
"pagerfanta/pagerfanta": "^2.0.1",
"symfony/yaml": "^4.3 || ^5.0"
"symfony/yaml": "^4.3 || ^5.0",
"symfony/serializer": "^4.3 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
Expand Down

0 comments on commit 688fae8

Please sign in to comment.