Skip to content

Commit 9521113

Browse files
committed
Add a composer.json to allow installing this module with composer.
1 parent ad76141 commit 9521113

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "simplesamlphp/simplesamlphp-module-memcookie",
3+
"description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.",
4+
"type": "simplesamlphp-module",
5+
"keywords": [ "SimpleSAMLphp", "Auth MemCookie", "apache", "cookies"],
6+
"homepage": "https://simplesamlphp.org/",
7+
"license": "LGPL-2.1",
8+
"authors": [
9+
{
10+
"name": "Olav Morken",
11+
"email": "olav.morken@uninett.no"
12+
},
13+
{
14+
"name": "Jaime Perez Crespo",
15+
"email": "jaime.perez@uninett.no"
16+
}
17+
],
18+
"require": {
19+
"simplesamlphp/composer-module-installer": ">=1.1.3"
20+
},
21+
"support": {
22+
"issues": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/issues",
23+
"source": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie/"
24+
}
25+
}

0 commit comments

Comments
 (0)