|
6 | 6 | "php": ">=8.2", |
7 | 7 | "composer/installers": "^2.1", |
8 | 8 | "cweagans/composer-patches": "^1.7", |
9 | | - "drupal/core-composer-scaffold": "^10.3", |
10 | | - "drupal/core-project-message": "^10", |
11 | | - "drupal/core-recommended": "^10.3", |
| 9 | + "drupal/core-composer-scaffold": "^11", |
| 10 | + "drupal/core-project-message": "^11", |
| 11 | + "drupal/core-recommended": "^11", |
| 12 | + "drupal/mysql57": "^1.0", |
12 | 13 | "drupal/search_api": "^1.30", |
13 | | - "drush/drush": "^12", |
| 14 | + "drush/drush": "^13", |
| 15 | + "mglaman/composer-drupal-lenient": "^1.0", |
14 | 16 | "oomphinc/composer-installers-extender": "^2.0", |
15 | 17 | "vlucas/phpdotenv": "^5.1", |
16 | 18 | "webflo/drupal-finder": "^1.2", |
|
19 | 21 | }, |
20 | 22 | "require-dev": { |
21 | 23 | "behat/behat": "^3.10", |
22 | | - "behat/mink": "1.10", |
23 | | - "behat/mink-selenium2-driver": "1.6", |
| 24 | + "behat/mink": "^1.12", |
| 25 | + "behat/mink-selenium2-driver": "*", |
24 | 26 | "dealerdirect/phpcodesniffer-composer-installer": "^0.7", |
25 | 27 | "drevops/behat-format-progress-fail": "^1", |
26 | 28 | "drevops/behat-screenshot": "^1", |
27 | 29 | "drevops/behat-steps": "^2", |
28 | | - "drupal/core-dev": "^10.2", |
| 30 | + "drupal/core-dev": "^11", |
29 | 31 | "drupal/drupal-extension": "^5", |
30 | 32 | "ergebnis/composer-normalize": "^2.42", |
31 | 33 | "friendsoftwig/twigcs": "^6.2", |
|
84 | 86 | "drupal/core-composer-scaffold": true, |
85 | 87 | "drupal/core-project-message": true, |
86 | 88 | "ergebnis/composer-normalize": true, |
| 89 | + "mglaman/composer-drupal-lenient": true, |
87 | 90 | "oomphinc/composer-installers-extender": true, |
88 | 91 | "php-http/discovery": true, |
89 | 92 | "phpstan/extension-installer": true, |
90 | 93 | "pyrech/composer-changelogs": true, |
91 | | - "wikimedia/composer-merge-plugin": true, |
92 | | - "tbachert/spi": true |
| 94 | + "tbachert/spi": true, |
| 95 | + "wikimedia/composer-merge-plugin": true |
93 | 96 | }, |
94 | 97 | "platform": { |
95 | 98 | "php": "8.3.8" |
|
161 | 164 | "replace": true, |
162 | 165 | "require": [ |
163 | 166 | "web/themes/contrib/civictheme/composer.json", |
164 | | - "web/modules/custom/civictheme_govcms/composer.json", |
165 | 167 | "web/modules/custom/civictheme_admin/composer.json", |
166 | 168 | "web/modules/custom/civictheme_content/composer.json", |
167 | 169 | "web/modules/custom/civictheme_dev/composer.json", |
|
174 | 176 | "patches": { |
175 | 177 | "drupal/core": { |
176 | 178 | "Builds failing on missing layout column plugin": "https://www.drupal.org/files/issues/2023-07-16/3204271-20-missing-layout-exception.patch" |
| 179 | + }, |
| 180 | + "drupal/simple_sitemap": { |
| 181 | + "Error on installing / enabling simple_sitemap in D11: https://www.drupal.org/project/simple_sitemap/issues/3507718": "./patches/modules/simple_sitemap/fix-error-on-install.patch" |
| 182 | + }, |
| 183 | + "drupal/styleguide": { |
| 184 | + "Create Drupal 11 test release: https://www.drupal.org/project/styleguide/issues/3505640": "https://git.drupalcode.org/project/styleguide/-/merge_requests/23.patch" |
177 | 185 | } |
178 | 186 | }, |
179 | 187 | "preserve-paths": [ |
|
190 | 198 | "web/sites/default/files", |
191 | 199 | "web/robots.txt", |
192 | 200 | "web/.htaccess" |
193 | | - ] |
| 201 | + ], |
| 202 | + "drupal-lenient": { |
| 203 | + "allowed-list": ["drupal/styleguide"] |
| 204 | + } |
194 | 205 | }, |
195 | 206 | "scripts": { |
196 | 207 | "pre-install-cmd": [ |
|
0 commit comments