We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 334c5fe commit caef3c6Copy full SHA for caef3c6
composer.json
@@ -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