This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-01-19 14:27:22 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
composer.json
6 lines
100 B
JSON
Raw
Normal View
History
Unescape
Escape
MDL-36701 support for PHPUnit installation via Composer packaging system See http://getcomposer.org/doc/00-intro.md
2012-11-19 22:16:17 +01:00
{
MDL-36936 require phpunit as composer --dev only
2012-12-07 18:20:03 +01:00
"require-dev"
:
{
MDL-36701 support for PHPUnit installation via Composer packaging system See http://getcomposer.org/doc/00-intro.md
2012-11-19 22:16:17 +01:00
"phpunit/phpunit"
:
"3.7.*"
,
"phpunit/dbUnit"
:
"1.2.*"
}
}
Reference in New Issue
Copy Permalink