mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
16a34ae189
This change moves all operations which deal with the fetching/updating, or setting of files from the file_storage class into a new file_system class. A new file_system can be specified in the config.php and used to replace all relevant methods in order to move the file system component to an alternative solution.
14 lines
374 B
JSON
14 lines
374 B
JSON
{
|
|
"name": "moodle/moodle",
|
|
"license": "GPL-3.0",
|
|
"description": "Moodle - the world's open source learning platform",
|
|
"type": "project",
|
|
"homepage": "https://moodle.org",
|
|
"require-dev": {
|
|
"phpunit/phpunit": "5.5.*",
|
|
"phpunit/dbUnit": "1.4.*",
|
|
"moodlehq/behat-extension": "3.33.1",
|
|
"mikey179/vfsStream": "^1.6"
|
|
}
|
|
}
|