Skip to content

Commit

Permalink
Merge pull request #18 from kristoftorfs/symfony-5
Browse files Browse the repository at this point in the history
Allow Symfony 5 Yaml component
  • Loading branch information
smalot authored Jan 28, 2020
2 parents 3036fde + 588d337 commit 37c441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"php-http/client-common": "^1.1",
"php-http/message": "^1.0",
"guzzlehttp/psr7": "^1.2",
"symfony/yaml": "^3.2||^4.0"
"symfony/yaml": "^3.2||^4.0||^5.0"
},
"require-dev": {
"symfony/debug": "*",
Expand Down

0 comments on commit 37c441d

Please sign in to comment.