forked from WebPA/WebPA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.56 KB
/
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
41
42
43
44
45
46
47
48
{
"name": "webpa/webpa",
"description": "WebPA is an online peer assessment system for higher education institutions. It is designs for teams of students doing groupwork. The system allows participating students to assess themselves and their peers to calculate a final grade for each student, which is a weighted result based on the collective peer feedback and the final mark for the group work by an instructor.",
"type": "project",
"homepage": "http://webpaproject.lboro.ac.uk",
"license": "GPL-3.0-only",
"keywords": [
"peer",
"review",
"marking",
"assessment",
"university",
"higher education",
"group",
"marking",
"mark"
],
"authors": [
{
"name": "Andrew Millington",
"email": "[email protected]",
"homepage": "https://www.noexceptions.io",
"role": "Developer"
}
],
"require": {
"php": ">=7.4",
"ext-xml": "*",
"ext-session": "*",
"ext-mysqli": "*",
"doctrine/dbal": "^3.0",
"vlucas/phpdotenv": "^5.3"
},
"support": {
"email": "[email protected]",
"issues": "https://github.com/webpa/webpa/issues",
"source": "https://github.com/webpa/webpa",
"docs": "http://webpaproject.lboro.ac.uk"
},
"autoload": {
"psr-4": {"WebPA\\": "src/"}
},
"require-dev": {
"phpstan/phpstan": "^0.12.25",
"friendsofphp/php-cs-fixer": "^2.18",
"squizlabs/php_codesniffer": "^3.5"
}
}