Skip to content

Commit

Permalink
Make YAML optional
Browse files Browse the repository at this point in the history
validate composer
  • Loading branch information
dongilbert committed May 15, 2013
1 parent 53f04e6 commit 218acfa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions composer.json
Expand Up @@ -8,12 +8,15 @@
"require": {
"php": ">=5.3.10",
"joomla/compat": "dev-master",
"joomla/utilities": "dev-master",
"symfony/yaml": "2.2.*"
"joomla/utilities": "dev-master"
},
"require-dev": {
"symfony/yaml": "~2.0",
"joomla/test": "dev-master"
},
"suggest": {
"symfony/yaml": "Install 2.* if you require YAML support."
},
"target-dir": "Joomla/Registry",
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 218acfa

Please sign in to comment.