Skip to content

Commit 6c4a9c6

Browse files
author
Joshua Fernandes
committed
Composer Updates Added.
1 parent 01aa745 commit 6c4a9c6

File tree

7 files changed

+3727
-11063
lines changed

7 files changed

+3727
-11063
lines changed

composer.json

+18-11
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
"php": ">=8.2",
77
"composer/installers": "^2.1",
88
"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",
1212
"drupal/search_api": "^1.30",
13-
"drush/drush": "^12",
13+
"drush/drush": "^13",
14+
"mglaman/composer-drupal-lenient": "^1.0",
1415
"oomphinc/composer-installers-extender": "^2.0",
1516
"vlucas/phpdotenv": "^5.1",
1617
"webflo/drupal-finder": "^1.2",
@@ -19,13 +20,13 @@
1920
},
2021
"require-dev": {
2122
"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": "*",
2425
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
2526
"drevops/behat-format-progress-fail": "^1",
2627
"drevops/behat-screenshot": "^1",
2728
"drevops/behat-steps": "^2",
28-
"drupal/core-dev": "^10.2",
29+
"drupal/core-dev": "^11",
2930
"drupal/drupal-extension": "^5",
3031
"ergebnis/composer-normalize": "^2.42",
3132
"friendsoftwig/twigcs": "^6.2",
@@ -84,12 +85,13 @@
8485
"drupal/core-composer-scaffold": true,
8586
"drupal/core-project-message": true,
8687
"ergebnis/composer-normalize": true,
88+
"mglaman/composer-drupal-lenient": true,
8789
"oomphinc/composer-installers-extender": true,
8890
"php-http/discovery": true,
8991
"phpstan/extension-installer": true,
9092
"pyrech/composer-changelogs": true,
91-
"wikimedia/composer-merge-plugin": true,
92-
"tbachert/spi": true
93+
"tbachert/spi": true,
94+
"wikimedia/composer-merge-plugin": true
9395
},
9496
"platform": {
9597
"php": "8.3.8"
@@ -161,7 +163,6 @@
161163
"replace": true,
162164
"require": [
163165
"web/themes/contrib/civictheme/composer.json",
164-
"web/modules/custom/civictheme_govcms/composer.json",
165166
"web/modules/custom/civictheme_admin/composer.json",
166167
"web/modules/custom/civictheme_content/composer.json",
167168
"web/modules/custom/civictheme_dev/composer.json",
@@ -174,6 +175,9 @@
174175
"patches": {
175176
"drupal/core": {
176177
"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"
177181
}
178182
},
179183
"preserve-paths": [
@@ -190,7 +194,10 @@
190194
"web/sites/default/files",
191195
"web/robots.txt",
192196
"web/.htaccess"
193-
]
197+
],
198+
"drupal-lenient": {
199+
"allowed-list": ["drupal/styleguide"]
200+
}
194201
},
195202
"scripts": {
196203
"pre-install-cmd": [

0 commit comments

Comments
 (0)