[ticket/11513] Add PHPUnit 3.7 and DbUnit 1.2 as a composer dev dependency.

PHPBB3-11513
This commit is contained in:
Andreas Fischer 2013-05-03 22:16:31 +02:00
parent 4e3c5aefa8
commit 585f0bc827

View file

@ -1,5 +1,7 @@
{ {
"require-dev": { "require-dev": {
"fabpot/goutte": "v0.1.0" "fabpot/goutte": "v0.1.0",
"phpunit/dbunit": "1.2.*",
"phpunit/phpunit": "3.7.*"
} }
} }