We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685f567 commit 76baf4eCopy full SHA for 76baf4e
composer.json
@@ -13,6 +13,16 @@
13
"assets": {
14
"type": "composer",
15
"url": "https://asset-packagist.org"
16
+ },
17
+ "os2web_simplesaml": {
18
+ "type": "github",
19
+ "url": "https://github.com/OS2web/os2web_simplesaml",
20
+ "no-api": true
21
22
+ "os2web_simplesaml_checklist": {
23
24
+ "url": "https://github.com/OS2web/os2web_simplesaml_checklist",
25
26
}
27
},
28
"require": {
@@ -40,6 +50,8 @@
40
50
"drupal/scheduler": "^1.1",
41
51
"drupal/token": "^1.5",
42
52
"drupal/entity": "^1.0-rc3",
43
- "drupal/admin_toolbar": "^2.0"
53
+ "drupal/admin_toolbar": "^2.0",
54
+ "os2web/os2web_simplesaml": "dev-8.x",
55
+ "os2web/os2web_simplesaml_checklist": "dev-8.x"
44
56
45
57
0 commit comments