Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
MDL-36701 support for PHPUnit installation via Composer packaging system
[moodle.git]
/
composer.json
Commit
Line
Data
3a7bc16a
PS
1
{
2
"require": {
3
"phpunit/phpunit": "3.7.*",
4
"phpunit/dbUnit": "1.2.*"
5
}
6
}