1 |
efrain |
1 |
{
|
|
|
2 |
"name": "moodle/moodle",
|
|
|
3 |
"license": "GPL-3.0-or-later",
|
|
|
4 |
"description": "Moodle - the world's open source learning platform",
|
|
|
5 |
"type": "project",
|
|
|
6 |
"homepage": "https://moodle.org",
|
|
|
7 |
"require-dev": {
|
|
|
8 |
"phpunit/phpunit": "^9.6.18",
|
|
|
9 |
"mikey179/vfsstream": "1.6.*",
|
|
|
10 |
"behat/mink": "^1.11.0",
|
|
|
11 |
"friends-of-behat/mink-extension": "^2.7.5",
|
|
|
12 |
"behat/mink-browserkit-driver": "^2.2.0",
|
|
|
13 |
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
|
14 |
"symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
|
15 |
"symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0",
|
|
|
16 |
"behat/behat": "3.14.*",
|
|
|
17 |
"oleg-andreyev/mink-phpwebdriver": "1.3.*",
|
|
|
18 |
"filp/whoops": "^2.15"
|
|
|
19 |
},
|
|
|
20 |
"autoload-dev": {
|
|
|
21 |
"psr-0": {
|
|
|
22 |
"Moodle\\BehatExtension": "lib/behat/extension/"
|
|
|
23 |
}
|
|
|
24 |
},
|
|
|
25 |
"minimum-stability": "dev",
|
|
|
26 |
"prefer-stable": true,
|
|
|
27 |
"require": {
|
|
|
28 |
"php": ">=8.1.0",
|
|
|
29 |
"ext-iconv": "*",
|
|
|
30 |
"ext-mbstring": "*",
|
|
|
31 |
"ext-curl": "*",
|
|
|
32 |
"ext-openssl": "*",
|
|
|
33 |
"ext-ctype": "*",
|
|
|
34 |
"ext-zip": "*",
|
|
|
35 |
"ext-zlib": "*",
|
|
|
36 |
"ext-gd": "*",
|
|
|
37 |
"ext-simplexml": "*",
|
|
|
38 |
"ext-spl": "*",
|
|
|
39 |
"ext-pcre": "*",
|
|
|
40 |
"ext-dom": "*",
|
|
|
41 |
"ext-xml": "*",
|
|
|
42 |
"ext-xmlreader": "*",
|
|
|
43 |
"ext-intl": "*",
|
|
|
44 |
"ext-json": "*",
|
|
|
45 |
"ext-hash": "*",
|
|
|
46 |
"ext-fileinfo": "*",
|
|
|
47 |
"ext-sodium": "*"
|
|
|
48 |
},
|
|
|
49 |
"suggest": {
|
|
|
50 |
"ext-mysqli": "Needed when Moodle uses MySQL or MariaDB database.",
|
|
|
51 |
"ext-pgsql": "Needed when Moodle uses PostgreSQL database.",
|
|
|
52 |
"ext-sqlsrv": "Needed when Moodle uses MS SQL Server database.",
|
|
|
53 |
"ext-oci8": "Needed when Moodle uses Oracle database.",
|
|
|
54 |
"ext-tokenizer": "Enabling Tokenizer PHP extension is recommended, it improves Moodle Networking functionality.",
|
|
|
55 |
"ext-soap": "Enabling SOAP PHP extension is useful for web services and some plugins.",
|
|
|
56 |
"ext-exif": "Enabling Exif PHP extension is recommended, it is used by Moodle to parse image meta data."
|
|
|
57 |
}
|
|
|
58 |
}
|