-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
54 lines (53 loc) · 1.67 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
49
50
51
52
53
54
{
"name": "uab/simplesamlphp-module-uab",
"description": "UAb customization module for SimpleSAMLphp",
"homepage": "https://github.com/universidade-aberta/simplesamlphp-module-uab",
"type": "simplesamlphp-module",
"keywords": ["simplesamlphp", "uab"],
"license": "GPL-3.0+",
"authors": [
{
"name": "Cláudio Esperança",
"email": "cesperanc@gmail.com",
"role": "Developer",
"homepage": "https://www.uab.pt/"
}
],
"config": {
"preferred-install": {
"simplesamlphp/simplesamlphp": "source",
"*": "dist"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
"simplesamlphp/composer-module-installer": true
}
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\uab\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
}
},
"require": {
"php": "^8.0",
"ext-ldap": "*",
"simplesamlphp/assert": "~0.8",
"simplesamlphp/composer-module-installer": "^1.3.2",
"simplesamlphp/simplesamlphp": "^2.0.0",
"simplesamlphp/simplesamlphp-module-ldap": "^v2.1.2",
"symfony/ldap": "^5.4 || ^6.0"
},
"require-dev": {
"simplesamlphp/simplesamlphp-test-framework": "^1.2.1"
},
"support": {
"issues": "https://github.com/universidade-aberta/simplesamlphp-module-uab/issues",
"source": "https://github.com/universidade-aberta/simplesamlphp-module-uab.git",
"email": "suporte@uab.pt"
}
}