Skip to content

Commit

Permalink
Install symfony yaml component
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Benzari committed May 26, 2022
1 parent e97d145 commit f27cbc2
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 @@ -31,7 +31,8 @@
"illuminate/support": "^9.0",
"illuminate/validation": "^9.0",
"illuminate/view": "^9.0",
"symfony/serializer": "^6.0"
"symfony/serializer": "^6.0",
"symfony/yaml": "^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
Expand Down

0 comments on commit f27cbc2

Please sign in to comment.