forked from privacyidea/simplesamlphp-module-privacyidea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
23 lines (23 loc) · 667 Bytes
/
composer.json
File metadata and controls
23 lines (23 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "privacyidea/simplesamlphp-module-privacyidea",
"description": "Add multi-factor authentication to simpleSAMLphp. The second factors are managed in privacyIDEA.",
"type": "simplesamlphp-module",
"license": "AGPL-3.0-or-later",
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"" : "src/"
}
},
"require": {
"simplesamlphp/composer-module-installer": "*",
"privacyidea/privacyidea-php-client": "*",
"ext-json": "*",
"twig/twig": "*"
},
"config": {
"allow-plugins": {
"simplesamlphp/composer-module-installer": true
}
}
}