1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 23:31:04 +02:00

[ticket/12429] Update PHPUnit to 4.1, update DBUnit to 1.3.

PHPBB3-12429
This commit is contained in:
Andreas Fischer
2014-05-02 20:19:10 +02:00
parent 1cd2aaf92f
commit 30dc3afb69
2 changed files with 376 additions and 80 deletions

View File

@@ -1,8 +1,8 @@
{
"require-dev": {
"fabpot/goutte": "1.0.*",
"phpunit/dbunit": "1.2.*",
"phpunit/phpunit": "3.7.*",
"phpunit/dbunit": "1.3.*",
"phpunit/phpunit": "4.1.*",
"phing/phing": "2.4.*"
}
}