|
89 | 89 | "drupal/bootstrap": "^3.21",
|
90 | 90 | "drupal/config_entity_revisions": "1.7.0",
|
91 | 91 | "drupal/console": "^1.0.2",
|
92 |
| - "drupal/core-composer-scaffold": "~9.2.13", |
93 |
| - "drupal/core-recommended": "~9.2.13", |
| 92 | + "drupal/core-composer-scaffold": "^9.4", |
| 93 | + "drupal/core-project-message": "^9.4", |
| 94 | + "drupal/core-recommended": "^9.4", |
| 95 | + "drupal/core-vendor-hardening": "^9.4", |
94 | 96 | "drupal/fontyourface": "^3.2",
|
95 | 97 | "drupal/header_and_footer_scripts": "^3.0",
|
96 | 98 | "drupal/ldap": "^4.2",
|
|
104 | 106 | "drupal/straw": "^1.3",
|
105 | 107 | "drupal/telephone_validation": "^2.2",
|
106 | 108 | "drupal/upgrade_status": "^3.12",
|
107 |
| - "drupal/webform_analysis": "1.x-dev#9e34c2617958ab4b5e0632b49ca6c75d4e1d4c00", |
| 109 | + "drupal/webform_analysis": "^1.0@beta", |
108 | 110 | "drupal/webform_composite": "^1.0@RC",
|
109 | 111 | "drupal/webform_migrate": "^1.2",
|
110 | 112 | "drupal/webform_node_element": "^1.1",
|
| 113 | + "drupal/webform_permissions_by_term": "^1.2", |
111 | 114 | "drupal/webform_scheduled_tasks": "^2.0",
|
112 | 115 | "drupal/webform_views": "^5.0@alpha",
|
113 | 116 | "drush/drush": "^10",
|
114 | 117 | "os2core/os2core": "^2.0",
|
115 | 118 | "os2forms/os2forms": "~3.1",
|
116 | 119 | "os2forms/os2forms_egbolig": "dev-master",
|
117 |
| - "os2forms/os2forms_forloeb": "^1.9", |
118 |
| - "os2forms/os2forms_forloeb_profile": "1.6.0-rc", |
| 120 | + "os2forms/os2forms_forloeb_profile": "^1.9.0", |
119 | 121 | "os2web/os2web_logging": "dev-master",
|
120 | 122 | "vlucas/phpdotenv": "^5.1",
|
121 | 123 | "webflo/drupal-finder": "^1.2",
|
|
141 | 143 | "cweagans/composer-patches": true,
|
142 | 144 | "zaporylie/composer-drupal-optimizations": true,
|
143 | 145 | "drupal/console-extend-plugin": true,
|
144 |
| - "drupal/core-composer-scaffold": true |
| 146 | + "drupal/core-composer-scaffold": true, |
| 147 | + "drupal/core-project-message": true, |
| 148 | + "drupal/core-vendor-hardening": true |
145 | 149 | }
|
146 | 150 | },
|
147 | 151 | "autoload": {
|
|
191 | 195 | "force-reset": true
|
192 | 196 | },
|
193 | 197 | "patches": {
|
194 |
| - "drupal/coc_forms_auto_export": { |
195 |
| - "3240592 - Problem with phpseclib requirement in 2.x": "https://www.drupal.org/files/issues/2021-10-04/requirement-namespace-3240592-1.patch" |
196 |
| - }, |
197 | 198 | "drupal/webform": {
|
198 |
| - "Add support for Set to state": "./patches/add-set-to-state-3159806-2-modified-5.19.patch" |
| 199 | + "Add support for Set to state": "./patches/add-set-to-state-3159806-2-modified-5.19.patch" |
199 | 200 | },
|
200 | 201 | "drupal/webform_permissions_by_term": {
|
201 |
| - "3192241 - Too few arguments after Permissions by Term update to 2.28": "https://www.drupal.org/files/issues/2021-12-10/too-few-arguments-access-check_3192241-3.patch", |
202 |
| - "3142184 - Automated Drupal 9 compatibility fixes": "https://www.drupal.org/files/issues/2020-06-28/webform_permissions_by_term.1.x-dev.rector.patch", |
203 |
| - "Enabled D9 support": "patches/webform_permissions_by_term-d9.patch" |
| 202 | + "3192241 - Too few arguments after Permissions by Term update to 2.28": "https://www.drupal.org/files/issues/2021-12-10/too-few-arguments-access-check_3192241-3.patch", |
| 203 | + "3142184 - Automated Drupal 9 compatibility fixes": "https://www.drupal.org/files/issues/2020-06-28/webform_permissions_by_term.1.x-dev.rector.patch", |
| 204 | + "Enabled D9 support": "patches/webform_permissions_by_term-d9.patch" |
204 | 205 | },
|
205 | 206 | "drupal/webform_embed": {
|
206 |
| - "Enabled D9 support": "./patches/webform_embed-d9.patch", |
207 |
| - "3170384 - Fixed D9 imcopatibility": "https://www.drupal.org/files/issues/2020-09-11/3170384-2.patch" |
| 207 | + "Enabled D9 support": "./patches/webform_embed-d9.patch", |
| 208 | + "3170384 - Fixed D9 imcopatibility": "https://www.drupal.org/files/issues/2020-09-11/3170384-2.patch" |
208 | 209 | },
|
209 | 210 | "drupal/webform_migrate": {
|
210 | 211 | "Set to support. Checkbox condition fixes": "./patches/setto-and-checkboxes-condition-fix-onlyD7.patch"
|
211 | 212 | },
|
212 | 213 | "drupal/queue_mail": {
|
213 | 214 | "Admin interface to see queued mail": "https://www.drupal.org/files/issues/2020-06-30/3096917-ui-queue-mail-moderate-5.patch"
|
214 |
| - }, |
215 |
| - "drupal/smtp": { |
216 |
| - "Duplicated Attachments using webforms": "https://www.drupal.org/files/issues/2020-06-18/smtp-2995290-17.patch" |
217 |
| - }, |
218 |
| - "drupal/honeypot" : { |
219 |
| - "3279917 - LogicException: The database connection is not serializable": "https://www.drupal.org/files/issues/2022-05-12/3279917-4-use_dependency_serialization_trait.patch" |
220 | 215 | }
|
221 | 216 | }
|
222 | 217 | }
|
|
0 commit comments