Skip to content

Commit 5624e88

Browse files
committed
Adding the packages from packagist, instead of custom repos
1 parent d625be5 commit 5624e88

File tree

1 file changed

+2
-28
lines changed

1 file changed

+2
-28
lines changed

composer.json

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -13,32 +13,6 @@
1313
"assets": {
1414
"type": "composer",
1515
"url": "https://asset-packagist.org"
16-
},
17-
{
18-
"type": "package",
19-
"package": {
20-
"name": "os2web/os2web_simplesaml",
21-
"version": "2.0",
22-
"type":"drupal-module",
23-
"source": {
24-
"url": "https://github.com/OS2web/os2web_simplesaml",
25-
"type": "git",
26-
"reference": "8.x"
27-
}
28-
}
29-
},
30-
{
31-
"type": "package",
32-
"package": {
33-
"name": "os2web/os2web_simplesaml_checklist",
34-
"version": "2.0",
35-
"type":"drupal-module",
36-
"source": {
37-
"url": "https://github.com/OS2web/os2web_simplesaml_checklist",
38-
"type": "git",
39-
"reference": "8.x"
40-
}
41-
}
4216
}
4317
},
4418
"require": {
@@ -67,7 +41,7 @@
6741
"drupal/token": "^1.5",
6842
"drupal/entity": "^1.0-rc3",
6943
"drupal/admin_toolbar": "^2.0",
70-
"os2web/os2web_simplesaml": "^2.0",
71-
"os2web/os2web_simplesaml_checklist": "^2.0",
44+
"os2web/os2web_simplesaml": "8.x-dev",
45+
"os2web/os2web_simplesaml_checklist": "8.x-dev"
7246
}
7347
}

0 commit comments

Comments
 (0)