Skip to content

Commit 24fef3e

Browse files
authored
Merge pull request #18 from tsantos84/master
Added symfony Yaml 4 to project dependencies
2 parents 57464fa + b80c2e0 commit 24fef3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": ">=5.6.0",
28-
"symfony/yaml": "2.*|3.*"
28+
"symfony/yaml": "2.*|3.*|4.*"
2929
},
3030
"require-dev": {
3131
"phpunit/phpunit": "5.*",

0 commit comments

Comments
 (0)