|
23 | 23 | "drupal/config_filter": "^2.7", |
24 | 24 | "drupal/config_terms": "^1.9", |
25 | 25 | "drupal/context": "^5.0@RC", |
26 | | - "drupal/core": "~11.2.0", |
27 | | - "drupal/core-composer-scaffold": "~11.2.0", |
28 | | - "drupal/core-recommended": "~11.2.0", |
| 26 | + "drupal/consumers": "^1.24", |
| 27 | + "drupal/core": "~11.3.7", |
| 28 | + "drupal/core-composer-scaffold": "~11.3.7", |
| 29 | + "drupal/core-recommended": "~11.3.7", |
29 | 30 | "drupal/ctools": "^4.1", |
30 | 31 | "drupal/default_content": "^2.0@alpha", |
31 | 32 | "drupal/email_registration": "^1.4", |
|
42 | 43 | "drupal/hdbt_admin": "^3.4", |
43 | 44 | "drupal/helfi_api_base": "^2.8", |
44 | 45 | "drupal/helfi_azure_fs": "^2.2", |
45 | | - "drupal/helfi_platform_config": "^5.0", |
| 46 | + "drupal/helfi_platform_config": "^5.1", |
46 | 47 | "drupal/helfi_tunnistamo": "^3.1", |
47 | 48 | "drupal/honeypot": "^2.2", |
48 | 49 | "drupal/imagemagick": "^4.0", |
|
70 | 71 | "drupal/route_condition": "^2.0", |
71 | 72 | "drupal/samlauth": "^3.13", |
72 | 73 | "drupal/siteimprove": "^3.0", |
| 74 | + "drupal/simple_oauth": "5.2.5", |
73 | 75 | "drupal/slick": "^3.0", |
74 | 76 | "drupal/symfony_mailer_lite": "^2.0", |
75 | 77 | "drupal/tfa": "^1.12", |
|
86 | 88 | "mglaman/composer-drupal-lenient": "^1.0", |
87 | 89 | "onelogin/php-saml": "^4.3", |
88 | 90 | "robrichards/xmlseclibs": "^3.1.5", |
| 91 | + "psr/http-message": "^1.1", |
| 92 | + "steverhoades/oauth2-openid-connect-server": "^2.6.1", |
89 | 93 | "zaporylie/composer-drupal-optimizations": "^1.2" |
90 | 94 | }, |
91 | 95 | "require-dev": { |
92 | 96 | "behat/mink": "^1.11", |
93 | 97 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", |
94 | 98 | "drupal/coder": "^8.3", |
| 99 | + "drupal/core-dev": "~11.3.7", |
95 | 100 | "drupal/devel": "^5.0", |
96 | 101 | "mikey179/vfsstream": "^1.6", |
97 | 102 | "phpspec/prophecy-phpunit": "^2", |
98 | | - "phpunit/phpunit": "^10.5", |
| 103 | + "phpunit/phpunit": "^11.5", |
99 | 104 | "rector/rector": "^1.2", |
100 | 105 | "weitzman/drupal-test-traits": "^2.0" |
101 | 106 | }, |
|
164 | 169 | "patches": { |
165 | 170 | "drupal/helfi_platform_config": { |
166 | 171 | "Catch exception during hero paragraphs update": "patches/helfi_platform_config_hero_paragraph_fix.patch", |
167 | | - "Skip update_9400 on Drupal 11 (HAL/RDF modules removed)": "patches/helfi_platform_config-d11-update-9400.patch", |
168 | | - "Make update_9328 idempotent when status field is already deleting/purging": "patches/helfi_platform_config-update-9328-idempotent.patch" |
| 172 | + "Skip update_9400 on Drupal 11 (HAL/RDF modules removed)": "patches/helfi_platform_config-d11-update-9400.patch" |
| 173 | + }, |
| 174 | + "drupal/simple_oauth": { |
| 175 | + "[D11] Allow installing simple_oauth 5.x on Drupal 11": "patches/simple_oauth-drupal11-core-version.patch", |
| 176 | + "[D11] Fix simple_oauth normalizer signatures for Symfony 7": "patches/simple_oauth-symfony7-normalizer-signatures.patch" |
169 | 177 | }, |
170 | 178 | "drupal/config_terms": { |
171 | 179 | "Drupal 11 compatibility fixes": "https://www.drupal.org/files/issues/2024-06-02/config_terms.1.x-dev.rector.patch" |
|
174 | 182 | "Drupal 11 compatibility fixes": "patches/computed_field_plugin-d11.patch" |
175 | 183 | }, |
176 | 184 | "drupal/core": { |
177 | | - "[#UHF-12709] Patch 'Deleted and replaced ...' error messages": "patches/uhf-12709-skip-deleted-log.patch", |
178 | | - "[#3452852] Add create() factory method with autowired parameters to PluginBase": "patches/3452852.patch", |
179 | | - "[D11] Skip delete when config entity missing": "patches/core-import-delete-null.patch", |
180 | | - "[D11] Skip delete in checkOp when entity missing": "patches/core-config-importer-null-entity.patch", |
181 | | - "[D11] Skip countFieldData when table missing": "patches/core-count-field-data-missing-table.patch", |
182 | | - "[D11] Skip delete when field table missing": "patches/core-skip-delete-missing-field-table.patch" |
| 185 | + "[CI] Unset foreach-by-ref in ViewsConfigUpdater (block_content post_update save)": "patches/core-views-foreach-reference-cleanup.patch" |
183 | 186 | }, |
184 | 187 | "drupal/elasticsearch_connector": { |
185 | 188 | "Use Search API field identifier in FilterBuilder": "patches/elasticsearch_connector-filterbuilder-use-field-identifier.patch" |
|
196 | 199 | "drupal/config_terms", |
197 | 200 | "drupal/computed_field_plugin", |
198 | 201 | "drupal/big_pipe_sessionless", |
| 202 | + "drupal/simple_oauth", |
199 | 203 | "doctrine/annotations" |
200 | 204 | ] |
201 | 205 | } |
|
0 commit comments