mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
be81130189
To generate a new composer.lock for a given Moodle branch: - Remove composer.lock - Remove vendor - Remove composer caches: php composer.phar clearcache - Using lower PHP version supported (7.1.x for Moodle 3.7), update: php composer.phar update https://docs.moodle.org/dev/Composer#How_to_prepare_and_submit_composer_changes
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
"name": "moodle/moodle",
|
|
"license": "GPL-3.0-or-later",
|
|
"description": "Moodle - the world's open source learning platform",
|
|
"type": "project",
|
|
"homepage": "https://moodle.org",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "7.5.*",
|
|
"phpunit/dbunit": "4.0.*",
|
|
"moodlehq/behat-extension": "3.37.0",
|
|
"mikey179/vfsstream": "^1.6"
|
|
}
|
|
}
|