Skip to content

Commit

Permalink
Merge pull request #18 from tsantos84/master
Browse files Browse the repository at this point in the history
Added symfony Yaml 4 to project dependencies
  • Loading branch information
nilportugues authored Jul 19, 2018
2 parents 57464fa + b80c2e0 commit 24fef3e
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 @@ -25,7 +25,7 @@
],
"require": {
"php": ">=5.6.0",
"symfony/yaml": "2.*|3.*"
"symfony/yaml": "2.*|3.*|4.*"
},
"require-dev": {
"phpunit/phpunit": "5.*",
Expand Down

0 comments on commit 24fef3e

Please sign in to comment.