|
7 | 7 | "prefer-stable": true, |
8 | 8 | "require": { |
9 | 9 | "php": ">=8.1", |
10 | | - "cweagans/composer-patches": "^1.7", |
| 10 | + "cweagans/composer-patches": "^2.0", |
11 | 11 | "drupal/core": "^10.3 || ^11", |
12 | 12 | "drupal/file_link": "^2.2", |
13 | | - "drupal/ui_patterns": "^2.0", |
14 | | - "drupal/ui_patterns_settings": "3.0.x-dev", |
| 13 | + "drupal/ui_patterns": "^1.0 || ^2.0", |
| 14 | + "drupal/ui_patterns_settings": "2.0 || 3.0.x-dev", |
| 15 | + "openeuropa/composer-dependent-patches": "^0.2.0", |
15 | 16 | "openeuropa/ecl-twig-loader": "^4.0" |
16 | 17 | }, |
17 | 18 | "require-dev": { |
|
71 | 72 | "locations": { |
72 | 73 | "web-root": "./build" |
73 | 74 | } |
| 75 | + }, |
| 76 | + "dependent-patches": { |
| 77 | + "drupal/ui_patterns_settings": [ |
| 78 | + { |
| 79 | + "description": "Case mismatch between loaded and declared class names @see https://www.drupal.org/project/ui_patterns_settings/issues/3508198", |
| 80 | + "url": "https://www.drupal.org/files/issues/2025-02-21/3508198-case-mismatch.patch", |
| 81 | + "extra": { |
| 82 | + "version": ">=2.0 <3.0" |
| 83 | + } |
| 84 | + } |
| 85 | + ] |
74 | 86 | } |
75 | 87 | }, |
76 | 88 | "config": { |
|
81 | 93 | "dealerdirect/phpcodesniffer-composer-installer": true, |
82 | 94 | "drupal/core-composer-scaffold": true, |
83 | 95 | "ec-europa/toolkit-composer-plugin": true, |
| 96 | + "openeuropa/composer-dependent-patches": true, |
84 | 97 | "php-http/discovery": false, |
85 | 98 | "phpro/grumphp-shim": true, |
86 | 99 | "phpstan/extension-installer": true, |
|
0 commit comments