Skip to content

Commit

Permalink
Merge pull request #21 from thinkspill/patch-1
Browse files Browse the repository at this point in the history
Adds Symfony YAML class as required dependency
  • Loading branch information
ddtraceweb committed Feb 10, 2015
2 parents 40e4ddd + 4c07b00 commit fe7816d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
],
"require": {
"php": ">=5.3.3",
"symfony/config": "2.6.3"
"symfony/config": "2.6.3",
"symfony/yaml": "~2"
},
"require-dev": {
"phpunit/phpunit": "4.2.*",
Expand All @@ -37,4 +38,4 @@
"SmtpValidatorEmail": "lib/"
}
}
}
}

0 comments on commit fe7816d

Please sign in to comment.