MDL-36701 support for PHPUnit installation via Composer packaging system

See http://getcomposer.org/doc/00-intro.md
This commit is contained in:
Petr Škoda 2012-11-19 22:16:17 +01:00
parent 99584654ce
commit 1dd64dae7b
5 changed files with 41 additions and 23 deletions

6
composer.json Normal file
View file

@ -0,0 +1,6 @@
{
"require": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*"
}
}