Skip to content

Commit 0300f01

Browse files
committed
Add D11-related config
1 parent 6b62f69 commit 0300f01

10 files changed

+979
-787
lines changed

.lando.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- composer install
2626
- cp public_html/sites/default/example.settings.local.php public_html/sites/default/settings.local.php
2727
source_database:
28-
type: mysql
28+
type: mariadb
2929
tooling:
3030
drush:
3131
service: appserver

composer.json

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@
2424
"drupal/captcha": "^2.0",
2525
"drupal/config_filter": "^2.7",
2626
"drupal/config_update": "^2.0",
27-
"drupal/core-composer-scaffold": "^10",
28-
"drupal/core-recommended": "^10.2",
27+
"drupal/core-composer-scaffold": "^11",
28+
"drupal/core-recommended": "^11",
2929
"drupal/facets": "^3.0",
3030
"drupal/honeypot": "^2",
3131
"drupal/login_emailusername": "^3.0",
3232
"drupal/mailsystem": "^4.5",
3333
"drupal/mimemail": "2.0.x-dev",
34-
"drupal/monolog": "^3.0",
3534
"drupal/phpmailer_smtp": "^2.3",
3635
"drupal/rabbit_hole": "^2.0",
3736
"drupal/recaptcha": "^3.4",
3837
"drupal/restui": "^1.22",
3938
"drupal/role_delegation": "^1.3",
4039
"drupal/search_api": "^1.38",
41-
"drupal/simple_oauth": "^5.0",
40+
"drupal/simple_oauth": "^6.0",
4241
"drupal/token": "^1.15",
4342
"drupal/userprotect": "^1.3",
4443
"drupal/views_data_export": "^1.5",
45-
"drush/drush": "^12",
44+
"drush/drush": "^13",
45+
"webflo/drupal-finder": "^1.3",
4646
"writecrow/basecamp_api": "dev-main",
4747
"writecrow/country_code_converter": "dev-main",
4848
"writecrow/highlighter": "dev-main",
@@ -79,7 +79,7 @@
7979
},
8080
"platform-check": false,
8181
"platform": {
82-
"php": "8.2.0"
82+
"php": "8.3.0"
8383
}
8484
},
8585
"minimum-stability": "dev",
@@ -141,11 +141,6 @@
141141
"composer-exit-on-patch-failure": true,
142142
"patchLevel": {
143143
"drupal/core": "-p2"
144-
},
145-
"patches": {
146-
"drush/drush": {
147-
"Siteground PHP8.1 tweak": "patches/siteground-drush-php81.patch"
148-
}
149144
}
150145
}
151146
}

0 commit comments

Comments
 (0)