Skip to content

Commit

Permalink
Fix tests by requiring symfony/yaml for development
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Jan 16, 2013
1 parent ed975f8 commit e79b6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -19,7 +19,8 @@
}, },
"require-dev": { "require-dev": {
"doctrine/data-fixtures": "@dev", "doctrine/data-fixtures": "@dev",
"symfony/form": ">=2.1,<2.3-dev" "symfony/form": ">=2.1,<2.3-dev",
"symfony/yaml": ">=2.1,<2.3-dev"
}, },
"suggest": { "suggest": {
"doctrine/data-fixtures": "Load data fixtures" "doctrine/data-fixtures": "Load data fixtures"
Expand Down

0 comments on commit e79b6e8

Please sign in to comment.