Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'wip-mdl-48114' of https://github.com/rajeshtaneja/moodle
[moodle.git]
/
composer.json
1
{
2
"name": "moodle/moodle",
3
"license": "GPL-3.0",
4
"description": "Moodle - the world's open source learning platform",
5
"type": "project",
6
"homepage": "https://moodle.org",
7
"require-dev": {
8
"phpunit/phpunit": "4.8.*",
9
"phpunit/dbUnit": "1.4.*",
10
"moodlehq/behat-extension": "3.32.1"
11
}
12
}