Skip to content

Commit 122aa1c

Browse files
committed
Merge pull request #61 from xabbuh/drop-phpunit
move the PHPUnit dependency into the require-dev section to not affect projects that depend on symfony-cmf/Testing
2 parents cb63a69 + c69cdc5 commit 122aa1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"doctrine/phpcr-bundle": "1.*",
1919
"doctrine/data-fixtures": "1.0.*",
2020
"jackalope/jackalope": "1.*",
21-
"jackalope/jackalope-doctrine-dbal": "1.*",
21+
"jackalope/jackalope-doctrine-dbal": "1.*"
22+
},
23+
"require-dev": {
2224
"phpunit/phpunit": "3.7.*"
2325
},
2426
"autoload": {

0 commit comments

Comments
 (0)