forked from NIIF/simplesamlphp-module-attributescope
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
20 lines (20 loc) · 716 Bytes
/
composer.json
File metadata and controls
20 lines (20 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "niif/simplesamlphp-module-attributescope",
"description": "Filter to remove attribute values which are not properly scoped.",
"keywords": [ "simplesamlphp", "scope", "sp", "module", "filter" ],
"type": "simplesamlphp-module",
"require": {
"simplesamlphp/composer-module-installer": "^1.1"
},
"require-dev": {
"simplesamlphp/simplesamlphp": "1.14",
"phpunit/phpunit": "~4.8.35"
},
"autoload-dev": {
"files": ["tests/_autoload_modules.php"]
},
"support": {
"issues": "https://github.com/NIIF/simplesamlphp-module-attributescope/issues",
"source": "https://github.com/NIIF/simplesamlphp-module-attributescope"
}
}