Skip to content

Commit 187cae5

Browse files
committed
Add composer file
1 parent 8c0a2ef commit 187cae5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "rciam/simplesamlphp-module-themevanilla",
3+
"description": "A customizable theme for SimpleSAMLphp",
4+
"type": "simplesamlphp-module",
5+
"keywords": ["theme", "simplesamlphp"],
6+
"license": "Apache-2.0",
7+
"authors": [
8+
{
9+
"name": "Athina Bekakou",
10+
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Nicolas Liampotis",
14+
"email": "[email protected]"
15+
}
16+
],
17+
"require": {
18+
"simplesamlphp/composer-module-installer": "~1.0"
19+
}
20+
}

0 commit comments

Comments
 (0)