Skip to content

Commit

Permalink
symfony/yaml is a required dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrook committed Nov 2, 2016
1 parent 22db89f commit 6954db4
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 54 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"irc": "irc://irc.freenode.net/phing"
},
"require": {
"php": ">=5.2.0"
"php": ">=5.2.0",
"symfony/yaml": "^3.1"
},
"require-dev": {
"ext-pdo_sqlite": "*",
Expand All @@ -38,7 +39,6 @@
"sebastian/phpcpd": "2.x",
"sebastian/git": "~1.0",
"squizlabs/php_codesniffer": "~2.2",
"symfony/yaml": "~2.7",
"mikey179/vfsStream": "^1.6",
"simpletest/simpletest": "^1.1"
},
Expand Down
105 changes: 53 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6954db4

Please sign in to comment.