-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
36 lines (36 loc) · 852 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
{
"name": "stevleibelt/shibboleth-auth-lime-survey",
"description": "LimeSurvey plugin that enables Shibboleth authentification",
"keywords": [
"limesurvey",
"plugin",
"shibboleth",
"authentification"
],
"authors": [
{
"name": "atlet",
"homepage": "https://github.com/atlet",
"role": "Developer"
},
{
"name": "leandrobhbr",
"homepage": "https://github.com/leandrobhbr",
"role": "Developer"
},
{
"name": "stevleibelt",
"homepage": "https://github.com/stevleibelt",
"role": "Developer"
}
],
"type": "library",
"license": "GPL-3.0-only",
"require": {
"php": "^8.1"
},
"require-dev": {
"rector/rector": "^1.2",
"friendsofphp/php-cs-fixer": "^3.59"
}
}