-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathcomposer.json
40 lines (40 loc) · 941 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "markward/enrol_autoenrol",
"description": "",
"minimum-stability": "stable",
"authors": [
{
"name": "Mark Ward",
"email": "[email protected]",
"homepage": "http://www.moodlemark.com/",
"role": "Developer"
}
],
"licence": "GPL-3.0+",
"require-dev": {
"covex-nn/phpcb": "1.*",
"moodlehq/moodle-local_codechecker": "*",
"phing/phing": "2.*",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "2.*",
"phpunit/phpunit": "3.*",
"squizlabs/php_codesniffer": "1.*",
"zerkalica/phpuml": "*@dev"
},
"require": {
},
"repositories": [
{
"type": "package",
"package": {
"name": "moodlehq/moodle-local_codechecker",
"version": "v2.3.2",
"source": {
"type": "git",
"url": "https://github.com/moodlehq/moodle-local_codechecker",
"reference": "tags/v2.3.2"
}
}
}
]
}