-
Notifications
You must be signed in to change notification settings - Fork 3
F/drupal11 #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
F/drupal11 #346
Changes from all commits
c61ba5d
06bdf85
7f2b64f
05014a6
29c3118
2ad6438
446c97d
975ccc1
390c73c
89b95db
eea54d4
1090000
66bf112
7677680
f8ece87
3ce72b9
fd3d04f
f923110
6d35404
6dcbc45
a8f809c
57a42c0
ecfacc2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,12 +8,11 @@ | |
| "ext-dom": "*", | ||
| "ext-soap": "*", | ||
| "cweagans/composer-patches": "^1.6.5", | ||
| "dompdf/dompdf": "^2.0", | ||
| "dompdf/dompdf": "^2.0 || ^3.0", | ||
| "drupal/admin_toolbar": "^3.0", | ||
| "drupal/advancedqueue": "^1.0", | ||
| "drupal/cache_control_override": "^1.1 || ^2.0", | ||
| "drupal/coc_forms_auto_export": "^3.0@alpha", | ||
| "drupal/config_entity_revisions": "2.0.x-dev", | ||
| "drupal/diff": "^1.0", | ||
| "drupal/entity_print": "^2.1", | ||
| "drupal/eu_cookie_compliance": "^1.8", | ||
|
|
@@ -33,8 +32,8 @@ | |
| "drupal/r4032login": "^2.1", | ||
| "drupal/redirect": "^1.4", | ||
| "drupal/simplesamlphp_auth": "^4.0", | ||
| "drupal/smtp": "^1.0@beta", | ||
| "drupal/sodium": "^2.4", | ||
| "drupal/smtp": "^1.0@dev", | ||
| "drupal/sodium": "^2.4 || ^3.0", | ||
| "drupal/switch_page_theme": "^4.0", | ||
| "drupal/telephone_validation": "^2.2", | ||
| "drupal/token": "^1.5", | ||
|
|
@@ -46,7 +45,7 @@ | |
| "drupal/webform_node_element": "^1.2", | ||
| "drupal/webform_remote_handlers": "^3.0", | ||
| "drupal/webform_remote_select": "^1.0.6", | ||
| "drupal/webform_rest": "^4.0.0-beta2", | ||
| "drupal/webform_rest": "^4.2", | ||
| "drupal/webform_validation": "^2.0", | ||
| "drupal/webform_views": "^5.0@alpha", | ||
| "drupal/workflow_participants": "^3.0@RC", | ||
|
|
@@ -73,7 +72,7 @@ | |
| "mglaman/phpstan-drupal": "^1.1", | ||
| "phpstan/extension-installer": "^1.3", | ||
| "phpstan/phpstan-deprecation-rules": "^1.1", | ||
| "phpunit/phpunit": "^9.5", | ||
| "phpunit/phpunit": "^9.6 || ^10.5 || ^11.5", | ||
| "wsdltophp/packagegenerator": "^4.0" | ||
| }, | ||
| "repositories": { | ||
|
|
@@ -107,7 +106,9 @@ | |
| "drupal-lenient": { | ||
| "allowed-list": [ | ||
| "drupal/coc_forms_auto_export", | ||
| "drupal/webform_node_element" | ||
| "drupal/webform_node_element", | ||
| "drupal/events_logging", | ||
| "drupal/switch_page_theme" | ||
|
Comment on lines
+109
to
+111
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The continuous need for drupal lenient comes with annoyances, cf. #244. But i suppose that should be considered and/or handled separately! |
||
| ] | ||
| }, | ||
| "enable-patching": true, | ||
|
|
@@ -122,6 +123,12 @@ | |
| "drupal/entity_print": { | ||
| "2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch" | ||
| }, | ||
| "drupal/events_logging": { | ||
| "3430351 - Automated Drupal 11 compatibility fixes for events_logging": "https://www.drupal.org/files/issues/2024-03-17/events_logging.2.0.0-beta2.rector.patch" | ||
| }, | ||
| "drupal/switch_page_theme": { | ||
| "3489081 - Drupal 11 compatibility for Switch Page Theme": "https://www.drupal.org/files/issues/2025-10-30/switch_page_theme-3489081-20.patch" | ||
| }, | ||
| "drupal/webform": { | ||
| "Unlock possibility of using Entity print module export to Word": "https://www.drupal.org/files/issues/2020-02-29/3096552-6.patch", | ||
| "Webform computed element post save alter": "https://www.drupal.org/files/issues/2024-06-25/webform_computed_post_save_field_alter.patch", | ||
|
|
@@ -132,7 +139,7 @@ | |
| "PHP Warning if unserialize fails (https://www.drupal.org/project/webform_encrypt/issues/3292305)": "https://www.drupal.org/files/issues/2022-06-23/unserialize-php-notice.patch" | ||
| }, | ||
| "drupal/webform_node_element": { | ||
| "3290637 - Automated Drupal 10 compatibility fixes": "https://www.drupal.org/files/issues/2023-05-12/webform_node_element_d10-3290637-11.patch" | ||
| "3495835 - Drupal 11 compatibility fixes for Webform Node Element": "https://git.drupalcode.org/project/webform_node_element/-/merge_requests/5.diff" | ||
| } | ||
| } | ||
| }, | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Looks to me like this is missing the addition of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not still needed c.f. https://github.com/OS2Forms/os2forms/blob/develop/modules/os2forms_encrypt/src/WebformOs2FormsEncryptSubmissionStorage.php#L149-L155?