forked from moodlehq/moodle-local_codechecker
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
21 lines (21 loc) · 710 Bytes
/
composer.json
File metadata and controls
21 lines (21 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "moodlehq/local_codechecker",
"description": "A Moodle local plugin providing a simple web UI to run the MoodleCS standard checks with PHP_CodeSniffer.",
"keywords": ["moodle", "phpcs", "coding style", "local plugin", "moodle-cs", "codesniffer"],
"license": "GPL-3.0-or-later",
"require": {
"php": ">=7.4",
"moodlehq/moodle-cs": "^v3.3.11",
"phpcompatibility/php-compatibility": "dev-develop#0a17f9ed"
},
"config": {
"platform": {
"php": "7.4.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true
}