-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
43 lines (42 loc) · 1.29 KB
/
Copy pathcomposer.json
File metadata and controls
43 lines (42 loc) · 1.29 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
{
"name": "simplesamlphp/simplesamlphp-module-smartattributes",
"description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.",
"type": "simplesamlphp-module",
"keywords": ["simplesamlphp", "smartattributes"],
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "Andreas Åkre Solberg",
"email": "andreas.solberg@uninett.no"
}
],
"config": {
"preferred-install": {
"simplesamlphp/simplesamlphp": "source",
"*": "dist"
}
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\smartattributes\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"SimpleSAML\\Test\\Utils\\": "vendor/simplesamlphp/simplesamlphp/tests/Utils"
}
},
"require": {
"php": ">=5.6",
"simplesamlphp/composer-module-installer": "~1.1",
"webmozart/assert": "~1.4"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "^1.17",
"phpunit/phpunit": "~5.7"
},
"support": {
"issues": "https://github.com/tvdijen/simplesamlphp-module-smartattributes/issues",
"source": "https://github.com/tvdijen/simplesamlphp-module-smartattributes"
}
}