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