forked from simplesamlphp/simplesamlphp-module-memcookie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
30 lines (30 loc) · 965 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
{
"name": "simplesamlphp/simplesamlphp-module-memcookie",
"description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.",
"type": "simplesamlphp-module",
"keywords": [ "SimpleSAMLphp", "Auth MemCookie", "apache", "cookies"],
"homepage": "https://simplesamlphp.org/",
"license": "LGPL-2.1",
"authors": [
{
"name": "Olav Morken",
"email": "[email protected]"
},
{
"name": "Jaime Perez Crespo",
"email": "[email protected]"
}
],
"require": {
"simplesamlphp/composer-module-installer": ">=1.1.3"
},
"autoload": {
"psr-4": {
"SimpleSAML\\Module\\memcookie\\": "lib/"
}
},
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues",
"source": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/"
}
}