Skip to content

Commit 473a258

Browse files
authored
Merge pull request #101 from OS2Forms/develop
Develop
2 parents 0794dda + 31bffdc commit 473a258

6 files changed

Lines changed: 569 additions & 384 deletions

File tree

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"php": ">=7.1",
8787
"composer/installers": "^1.9",
8888
"cweagans/composer-patches": "^1.7",
89-
"drupal/bootstrap": "^3.21",
89+
"drupal/bootstrap": "^3.32",
9090
"drupal/ckeditor_a11ychecker": "^3.0",
9191
"drupal/coc_forms_auto_export": "^2.0@alpha",
9292
"drupal/color": "^1.0",
@@ -110,11 +110,12 @@
110110
"drupal/webform_analysis": "^1.0@beta",
111111
"drupal/webform_composite": "^1.0@RC",
112112
"drupal/webform_node_element": "^1.2",
113+
"drupal/webform_scheduled_tasks": "^3.0@RC",
113114
"drupal/webform_views": "^5.0@alpha",
114115
"drush/drush": "^12",
115116
"mglaman/composer-drupal-lenient": "^1.0",
116117
"os2core/os2core": "^3.0",
117-
"os2forms/os2forms": "3.16.0-beta1",
118+
"os2forms/os2forms": "^3.16.0",
118119
"os2forms/os2forms_egbolig": "dev-master",
119120
"os2forms/os2forms_forloeb_profile": "dev-f/d10_readiness",
120121
"os2forms/os2forms_sync": "^1.1",
@@ -216,6 +217,9 @@
216217
"drupal/webform": {
217218
"3458611 Removing the polyfill-fastly.io library of webform.libraries.yml": "https://www.drupal.org/files/issues/2024-07-02/3458611-removing-the-polyfill-io.patch",
218219
"3415445 - Search Chinese in /admin/structure/webform cause error: Illegal mix of collations": "https://www.drupal.org/files/issues/2024-02-26/3415445-cant-load-non-english_0.patch"
220+
},
221+
"drupal/monolog": {
222+
"3366135 NullLogger not implements LoggerChannelInterface" : "https://www.drupal.org/files/issues/2023-06-12/monolog.patch"
219223
}
220224
},
221225
"drupal-lenient": {

0 commit comments

Comments
 (0)