Skip to content

Commit caef3c6

Browse files
committed
Added composer.json.
1 parent 334c5fe commit caef3c6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "sanchiz/simplesamlphp-module-drupalauth",
3+
"description": "A SimpleSAMLphp module adding support for Drupal as the authentication source.",
4+
"homepage": "https://github.com/Sanchiz/drupalauth",
5+
"type": "simplesamlphp-module",
6+
"keywords": [
7+
"SimpleSAMLphp",
8+
"Drupal",
9+
"Authentication"
10+
],
11+
"license": "LGPL-2.1",
12+
"authors": [
13+
{
14+
"name": "Steve Moitozo",
15+
"email": "[email protected]"
16+
}
17+
],
18+
"require": {
19+
"simplesamlphp/simplesamlphp": "~1.0",
20+
"simplesamlphp/composer-module-installer": "~1.0"
21+
}
22+
}

0 commit comments

Comments
 (0)