Skip to content

Commit 76baf4e

Browse files
committed
Adding os2web_simplesaml, os2web_simplesaml_checklist as dependencies
1 parent 685f567 commit 76baf4e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

composer.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@
1313
"assets": {
1414
"type": "composer",
1515
"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+
"type": "github",
24+
"url": "https://github.com/OS2web/os2web_simplesaml_checklist",
25+
"no-api": true
1626
}
1727
},
1828
"require": {
@@ -40,6 +50,8 @@
4050
"drupal/scheduler": "^1.1",
4151
"drupal/token": "^1.5",
4252
"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"
4456
}
4557
}

0 commit comments

Comments
 (0)