-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.28 KB
/
composer.json
File metadata and controls
46 lines (46 loc) · 1.28 KB
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
{
"name": "rubenarslan/formr",
"description": "make complex (longitudinal, network, diary, ...) studies using spreadsheets and give feedback with R graphs",
"version": "0.22.0",
"keywords": ["form", "survey", "study", "psychology", "R", "feedback"],
"homepage": "https://github.com/rubenarslan/formr.org",
"license": "BSD-2-Clause-FreeBSD",
"authors": [
{
"name": "Ruben C. Arslan",
"email": "[email protected]",
"homepage": "https://github.com/rubenarslan",
"role": "Developer"
},
{
"name": "Cyril Tata",
"email": "[email protected]",
"homepage": "https://github.com/cyriltata",
"role": "Developer"
}
],
"require": {
"php": ">=8.2",
"erusev/parsedown": "1.*",
"erusev/parsedown-extra": "0.*",
"bshaffer/oauth2-server-php": "1.*",
"atrox/haikunator": "1.*",
"paragonie/halite": "^5",
"phpoffice/phpspreadsheet": "1.*",
"phpmailer/phpmailer": "6.*",
"robthree/twofactorauth": "2.1.0",
"chillerlan/php-qrcode": "^5.0",
"minishlink/web-push": "^9.0"
},
"require-dev": {
"phpunit/phpunit": "11.*"
},
"autoload-dev": {
"psr-4": {
"Formr\\Tests\\": "tests/"
}
},
"scripts": {
"test": "phpunit --configuration tests/phpunit.xml"
}
}