Skip to content

Commit d16c24a

Browse files
committed
add saml2 plugin
1 parent a54a0f7 commit d16c24a

2 files changed

Lines changed: 150 additions & 106 deletions

File tree

composer.json

Lines changed: 86 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -18,87 +18,90 @@
1818
},
1919
"minimum-stability": "dev",
2020
"repositories": [
21-
{
22-
"type": "composer",
23-
"url": "https://repo.packagist.org"
24-
},
25-
{
26-
"type": "vcs",
27-
"url": "https://github.com/phpList/phplist-ui-bootlist"
28-
},
29-
{
30-
"type": "vcs",
31-
"url": "https://github.com/phpList/phplist-lan-help"
32-
},
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/phpList/phplist-lan-info"
36-
},
37-
{
38-
"type": "vcs",
39-
"url": "https://github.com/phpList/phplist-lan-texts"
40-
},
41-
{
42-
"type": "vcs",
43-
"url": "https://github.com/phpList/updater"
44-
},
45-
{
46-
"type": "vcs",
47-
"url": "https://github.com/phpList/phplist-plugin-invite.git"
48-
},
49-
{
50-
"type": "vcs",
51-
"url": "https://github.com/tatevikgr/phplist-plugin-common.git"
52-
},
53-
{
54-
"type": "vcs",
55-
"url": "https://github.com/bramley/phplist-plugin-captcha.git"
56-
},
57-
{
58-
"type": "vcs",
59-
"url": "https://github.com/bramley/phplist-plugin-ckeditor.git"
60-
},
61-
{
62-
"type": "vcs",
63-
"url": "https://github.com/bramley/phplist-plugin-segment.git"
64-
},
65-
{
66-
"type": "vcs",
67-
"url": "https://github.com/michield/phplist-plugin-campaignslicer.git"
68-
},
69-
{
70-
"type": "vcs",
71-
"url": "https://github.com/michield/phplist-plugin-dateplaceholder.git"
72-
},
73-
{
74-
"type": "vcs",
75-
"url": "https://github.com/michield/phplist-plugin-disposablemailblock.git"
76-
},
77-
{
78-
"type": "vcs",
79-
"url": "https://github.com/michield/phplist-plugin-domainthrottlemap.git"
80-
},
81-
{
82-
"type": "vcs",
83-
"url": "https://github.com/michield/phplist-plugin-embedremoteimages.git"
84-
},
85-
{
86-
"type": "vcs",
87-
"url": "https://github.com/phplist/phplist-plugin-subjectLinePlaceholdersPlugin.git"
88-
},
89-
{
90-
"type": "vcs",
91-
"url": "https://github.com/bramley/phplist-plugin-updater.git"
92-
},
93-
{
94-
"type": "vcs",
95-
"url": "https://github.com/bramley/phplist-plugin-imap2.git"
96-
},
97-
{
98-
"type": "vcs",
99-
"url": "https://github.com/tatevikgr/phplist-plugin-ckeditor5.git"
100-
}
101-
],
21+
{
22+
"type": "composer",
23+
"url": "https://repo.packagist.org"
24+
},
25+
{
26+
"type": "vcs",
27+
"url": "https://github.com/phpList/phplist-ui-bootlist"
28+
},
29+
{
30+
"type": "vcs",
31+
"url": "https://github.com/phpList/phplist-lan-help"
32+
},
33+
{
34+
"type": "vcs",
35+
"url": "https://github.com/phpList/phplist-lan-info"
36+
},
37+
{
38+
"type": "vcs",
39+
"url": "https://github.com/phpList/phplist-lan-texts"
40+
},
41+
{
42+
"type": "vcs",
43+
"url": "https://github.com/phpList/updater"
44+
},
45+
{
46+
"type": "vcs",
47+
"url": "https://github.com/phpList/phplist-plugin-invite.git"
48+
},
49+
{
50+
"type": "vcs",
51+
"url": "https://github.com/bramley/phplist-plugin-common.git"
52+
},
53+
{
54+
"type": "vcs",
55+
"url": "https://github.com/bramley/phplist-plugin-captcha.git"
56+
},
57+
{
58+
"type": "vcs",
59+
"url": "https://github.com/bramley/phplist-plugin-ckeditor.git"
60+
},
61+
{
62+
"type": "vcs",
63+
"url": "https://github.com/bramley/phplist-plugin-segment.git"
64+
},
65+
{
66+
"type": "vcs",
67+
"url": "https://github.com/michield/phplist-plugin-campaignslicer.git"
68+
},
69+
{
70+
"type": "vcs",
71+
"url": "https://github.com/michield/phplist-plugin-dateplaceholder.git"
72+
},
73+
{
74+
"type": "vcs",
75+
"url": "https://github.com/michield/phplist-plugin-disposablemailblock.git"
76+
},
77+
{
78+
"type": "vcs",
79+
"url": "https://github.com/michield/phplist-plugin-domainthrottlemap.git"
80+
},
81+
{
82+
"type": "vcs",
83+
"url": "https://github.com/michield/phplist-plugin-embedremoteimages.git"
84+
},
85+
{
86+
"type": "vcs",
87+
"url": "https://github.com/phplist/phplist-plugin-subjectLinePlaceholdersPlugin.git"
88+
},
89+
{
90+
"type": "vcs",
91+
"url": "https://github.com/bramley/phplist-plugin-updater.git"
92+
},
93+
{
94+
"type": "vcs",
95+
"url": "https://github.com/bramley/phplist-plugin-imap2.git"
96+
},
97+
{
98+
"type": "vcs",
99+
"url": "https://github.com/tatevikgr/phplist-plugin-ckeditor5.git"
100+
},
101+
{
102+
"type": "vcs",
103+
"url": "https://github.com/phpList/phplist-plugin-saml2.git"
104+
} ],
102105
"extra": {
103106
"custom-installer": {
104107
"vendor/{$vendor}/{$name}/": ["type:library"],
@@ -139,7 +142,8 @@
139142
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master",
140143
"bramley/phplist-plugin-updater": "dev-main",
141144
"bramley/phplist-plugin-imap2": "dev-master",
142-
"tatevikgr/phplist-plugin-ckeditor5": "dev-master"
145+
"tatevikgr/phplist-plugin-ckeditor5": "dev-master",
146+
"phplist/phplist-plugin-saml2": "dev-main"
143147
},
144148
"require-dev": {
145149
"behat/behat": "@stable",

composer.lock

Lines changed: 64 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)