Skip to content

Commit

Permalink
making data-fixtures a suggestion, it is only needed if you want to l…
Browse files Browse the repository at this point in the history
…oad fixtures
  • Loading branch information
dbu committed May 17, 2012
1 parent e188049 commit 15dc74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": ">=5.3.2",
"symfony/symfony": "2.1.*",
"doctrine/data-fixtures": "dev-master",
"phpcr/phpcr-implementation": "2.1.*"
},
"suggest": {
"doctrine/phpcr-odm": "dev-master",
"doctrine/data-fixtures": "if you want to use the fixture loading",
"doctrine/doctrine-bundle": "when using jackalope-doctrine-dbal"
},
"autoload": {
Expand Down

0 comments on commit 15dc74f

Please sign in to comment.