mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
bdc3ad00c9
This makes everything to break, but it's what we'll be fixing in the next commits, heh. :-) Generated with php72 (min version supported), following the instructions @ https://docs.moodle.org/dev/Composer
20 lines
552 B
JSON
20 lines
552 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",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/moodlehq/php-webdriver.git"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"phpunit/phpunit": "8.5.*",
|
|
"moodlehq/behat-extension": "3.400.0",
|
|
"mikey179/vfsstream": "^1.6",
|
|
"instaclick/php-webdriver": "dev-local as 1.x-dev"
|
|
}
|
|
}
|