forked from drupalauth/simplesamlphp-module-drupalauth
-
Notifications
You must be signed in to change notification settings - Fork 5
/
composer.json
40 lines (40 loc) · 1.05 KB
/
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
31
32
33
34
35
36
37
38
39
40
{
"name": "drupalauth/simplesamlphp-module-drupalauth",
"description": "A SimpleSAMLphp module adding support for Drupal as the authentication source.",
"homepage": "https://github.com/drupalauth/simplesamlphp-module-drupalauth",
"type": "simplesamlphp-module",
"keywords": [
"SimpleSAMLphp",
"Drupal",
"Authentication"
],
"license": "LGPL-2.1",
"authors": [
{
"name": "Steve Moitozo",
"email": "[email protected]"
},
{
"name": "Contributors",
"homepage": "https://github.com/drupalauth/simplesamlphp-module-drupalauth/graphs/contributors",
"role": "Contributors"
}
],
"require": {
"php": "^5.6.0|^7.0|^8.0|^8.1",
"simplesamlphp/simplesamlphp": "dev-simplesamlphp-2.1",
"simplesamlphp/composer-module-installer": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^5|^6|^7|^8|^9",
"squizlabs/php_codesniffer": "^2.0.0|^3.0.0"
},
"autoload-dev": {
"classmap": ["lib/", "tests/lib/"]
},
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
}
}