|
31 | 31 | } |
32 | 32 | ], |
33 | 33 | "require": { |
34 | | - "php": "^8.3 <8.4", |
| 34 | + "php": "^8.4", |
35 | 35 | "amazeeio/drupal_integrations": "^0.3.7", |
36 | 36 | "amazeelabs/default-content": "^1.2.11", |
37 | 37 | "amazeelabs/silverback-cli": "^2.9.13", |
38 | 38 | "amazeelabs/silverback_ai": "^1.1", |
39 | | - "amazeelabs/silverback_autosave": "^1.1", |
| 39 | + "amazeelabs/silverback_autosave": "*", |
40 | 40 | "amazeelabs/silverback_campaign_urls": "^1.0.5", |
41 | | - "amazeelabs/silverback_cloudinary": "^1.3.0", |
| 41 | + "amazeelabs/silverback_cloudinary": "*", |
42 | 42 | "amazeelabs/silverback_external_preview": "^3.0", |
43 | 43 | "amazeelabs/silverback_gatsby": "*", |
44 | 44 | "amazeelabs/silverback_graphql_persisted": "^1.1.6", |
45 | 45 | "amazeelabs/silverback_gutenberg": "*", |
46 | 46 | "amazeelabs/silverback_iframe": "*", |
47 | 47 | "amazeelabs/silverback_iframe_theme": "*", |
48 | | - "amazeelabs/silverback_preview_link": "^1.6", |
| 48 | + "amazeelabs/silverback_preview_link": "*", |
49 | 49 | "amazeelabs/silverback_publisher_monitor": "^2.3.2", |
50 | 50 | "amazeelabs/silverback_search": "*", |
51 | 51 | "amazeelabs/silverback_translations": "^1.0.4", |
|
84 | 84 | "drupal/slack": "^1.4", |
85 | 85 | "drupal/stage_file_proxy": "^3.0", |
86 | 86 | "drupal/userprotect": "^1.2", |
87 | | - "drupal/webform": "^6.1.5", |
88 | | - "drush/drush": "^12.5", |
| 87 | + "drupal/webform": "^6.3", |
| 88 | + "drush/drush": "^13", |
89 | 89 | "enyo/dropzone": "^5.7.1" |
90 | 90 | }, |
91 | 91 | "conflict": { |
|
116 | 116 | }, |
117 | 117 | "drupal/gutenberg": { |
118 | 118 | "Gutenberg enabled hook": "https://www.drupal.org/files/issues/2024-05-07/gutenberg_enabled_hook_3445677-2.patch", |
119 | | - "Remove !important from sidebar": "./patches/gutenberg_remove-important-sidebar.patch" |
| 119 | + "Remove !important from sidebar": "./patches/gutenberg_remove-important-sidebar.patch", |
| 120 | + "#3536161 - PHP 8.4 nullable types": "https://www.drupal.org/files/issues/2026-01-20/3536161-10--for-v2.patch" |
120 | 121 | }, |
121 | 122 | "drupal/graphql": { |
122 | 123 | "Check if translation exists when loading an entity by its uuid": "./patches/graphql_load_by_uuid_translation_check.patch" |
|
125 | 126 | "On the fly ajax search POC": "./patches/contrib/coffee/on_the_fly_ajax_search_poc.patch" |
126 | 127 | }, |
127 | 128 | "drupal/field_group": { |
128 | | - "#2969051 - Fix HTML5 validation prevents submission in tabs": "https://www.drupal.org/files/issues/2024-08-07/field-group-tabs-8.x-3.x.patch" |
| 129 | + "#2969051 - Fix HTML5 validation prevents submission in tabs": "https://www.drupal.org/files/issues/2024-08-07/field-group-tabs-8.x-3.x.patch", |
| 130 | + "#3492417 - PHP 8.4 nullable types": "./patches/contrib/field_group/php-8.4-nullable-types.patch" |
| 131 | + }, |
| 132 | + "drupal/userprotect": { |
| 133 | + "PHP 8.4 nullable types": "./patches/contrib/userprotect/php-8.4-nullable-types.patch" |
| 134 | + }, |
| 135 | + "drupal/pate": { |
| 136 | + "PHP 8.4 nullable types": "./patches/contrib/pate/php-8.4-nullable-types.patch" |
129 | 137 | } |
130 | 138 | }, |
131 | 139 | "patchLevel": { |
|
0 commit comments