Skip to content

Commit 9632ac2

Browse files
TatevikGrtatevikg1
andauthored
Fix pipeline and update Ckeditor5 with view source button version (#1089)
* Update ckeditor5 to version with view source button * Fix: main pipeline --------- Co-authored-by: Tatevik <tatevikg1@gmail.com>
1 parent 7824cd8 commit 9632ac2

3 files changed

Lines changed: 280 additions & 313 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
rm main.zip
8989
mv base-distribution-main base
9090
cd base
91-
composer update --no-dev
91+
composer install --no-dev --no-interaction --prefer-dist
9292
if: ${{ matrix.unsupported == false }}
9393

9494
- name: Start Test Server

composer.json

Lines changed: 96 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -18,100 +18,100 @@
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/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-
}
105-
],
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+
}
105+
],
106106
"extra": {
107-
"custom-installer": {
108-
"vendor/{$vendor}/{$name}/": ["type:library"],
109-
"public_html/lists/admin/ui/{$name}": ["phplist/phplist-ui-bootlist"],
110-
"public_html/lists/admin/help": ["phplist/phplist-lan-help"],
111-
"public_html/lists/admin/info": ["phplist/phplist-lan-info"],
112-
"public_html/lists/texts": ["phplist/phplist-lan-texts"],
113-
"public_html/lists/updater": ["phplist/updater"]
114-
}
107+
"custom-installer": {
108+
"vendor/{$vendor}/{$name}/": ["type:library"],
109+
"public_html/lists/admin/ui/{$name}": ["phplist/phplist-ui-bootlist"],
110+
"public_html/lists/admin/help": ["phplist/phplist-lan-help"],
111+
"public_html/lists/admin/info": ["phplist/phplist-lan-info"],
112+
"public_html/lists/texts": ["phplist/phplist-lan-texts"],
113+
"public_html/lists/updater": ["phplist/updater"]
114+
}
115115
},
116116
"scripts": {
117117
"post-install-cmd": [
@@ -122,15 +122,14 @@
122122
]
123123
},
124124
"require": {
125-
"php": ">=8.2",
125+
"php": ">=7.3",
126126
"davidbarratt/custom-installer": "@stable",
127127
"phplist/phplist-ui-bootlist": "@stable",
128128
"phplist/phplist-lan-help": "@stable",
129129
"phplist/phplist-lan-info": "@stable",
130130
"phplist/phplist-lan-texts": "@stable",
131131
"phplist/updater": "@stable",
132132
"phplist/phplist-plugin-invite": "dev-master",
133-
"phplist/phplist-plugin-saml2": "dev-main",
134133
"michield/phplist-plugin-campaignslicer": "dev-master",
135134
"michield/phplist-plugin-dateplaceholder": "dev-master",
136135
"michield/phplist-plugin-disposablemailblock": "dev-master",
@@ -143,7 +142,8 @@
143142
"phplist/phplist-plugin-subjectlineplaceholders": "dev-master",
144143
"bramley/phplist-plugin-updater": "dev-main",
145144
"bramley/phplist-plugin-imap2": "dev-master",
146-
"tatevikgr/phplist-plugin-ckeditor5": "dev-master"
145+
"tatevikgr/phplist-plugin-ckeditor5": "dev-master",
146+
"phplist/phplist-plugin-saml2": "dev-main"
147147
},
148148
"require-dev": {
149149
"behat/behat": "@stable",

0 commit comments

Comments
 (0)