Skip to content

Commit

Permalink
Merge pull request #43 from viezel/patch-1
Browse files Browse the repository at this point in the history
Support symfony/yaml version 5
  • Loading branch information
taylorotwell authored Mar 19, 2020
2 parents b0b2aee + 2a0ee61 commit b3a79a2
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 @@ -27,7 +27,7 @@
"symfony/console": "^4.2|^5.0",
"symfony/process": "^4.2|^5.0",
"symfony/var-dumper": "^4.2|^5.0",
"symfony/yaml": "^4.2",
"symfony/yaml": "^4.2|^5.0",
"vlucas/phpdotenv": "^3.0|^4.0"
},
"require-dev": {
Expand Down

0 comments on commit b3a79a2

Please sign in to comment.