You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,9 @@
12
12
"drupal/admin_toolbar": "^3.0",
13
13
"drupal/advancedqueue": "^1.0",
14
14
"drupal/cache_control_override": "^1.1 || ^2.0",
15
-
"drupal/clientside_validation": "^4.0",
16
15
"drupal/coc_forms_auto_export": "^3.0@alpha",
17
16
"drupal/config_entity_revisions": "2.0.x-dev",
18
17
"drupal/diff": "^1.0",
19
-
"drupal/embed": "^1.4",
20
18
"drupal/entity_print": "^2.1",
21
19
"drupal/eu_cookie_compliance": "^1.8",
22
20
"drupal/events_logging": "^2.0@beta",
@@ -58,13 +56,13 @@
58
56
"itk-dev/serviceplatformen": "^1.7.1",
59
57
"mglaman/composer-drupal-lenient": "^1.0",
60
58
"os2web/os2web_audit": "^1.0",
61
-
"os2web/os2web_datalookup": "^2.0",
59
+
"os2web/os2web_datalookup": "^3.0",
60
+
"os2web/os2web_key": "^1.0",
62
61
"os2web/os2web_nemlogin": "^1.0",
63
62
"os2web/os2web_simplesaml": "dev-master",
64
63
"php-http/guzzle7-adapter": "^1.0",
65
64
"phpoffice/phpword": "^0.18.2",
66
65
"symfony/options-resolver": "^5.4 || ^6.0",
67
-
"webmozart/path-util": "^2.3",
68
66
"wsdltophp/packagebase": "^5.0",
69
67
"zaporylie/composer-drupal-optimizations": "^1.2"
70
68
},
@@ -115,7 +113,11 @@
115
113
"enable-patching": true,
116
114
"patches": {
117
115
"drupal/coc_forms_auto_export": {
118
-
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff"
116
+
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff",
117
+
"3531004: Unable to save initial settings due to unfocusable form control": "https://www.drupal.org/files/issues/2025-06-19/text_area_with_text_edit_always_fails_reqired_set_via_states.patch"
118
+
},
119
+
"drupal/core": {
120
+
"Allow conditionals based on computed twig (https://www.drupal.org/project/webform/issues/3481569)": "https://www.drupal.org/files/issues/2024-11-05/revert-core-states.patch"
119
121
},
120
122
"drupal/entity_print": {
121
123
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"
0 commit comments