Skip to content

Commit

Permalink
Merge branch 'develop' into d9-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
radimklaska committed Sep 23, 2022
2 parents 4c6846b + 420456f commit 9420a4b
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ services:
appserver:
type: php:7.4
composer_version: 2
config:
php: .lando/php.ini
overrides:
# Pass SSH keys.
volumes:
Expand Down
Empty file added .lando/config/php/.gitkeep
Empty file.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": ">=7.2",
"php": ">=7.4",
"acquia/memcache-settings": "*",
"bower-asset/dropzone": "^5.1",
"bower-asset/flexslider": "^2.6",
Expand Down Expand Up @@ -64,6 +64,7 @@
"drupal/viewsreference": "^2.0",
"drupal/youtube": "^1.0@beta",
"drush/drush": "^10",
"oomphinc/composer-installers-extender": "^2.0",
"pear/versioncontrol_git": "^0.5.0"
},
"replace": {
Expand All @@ -86,7 +87,8 @@
"grasmash/drupal-security-warning": true,
"acquia/blt": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true
}
},
"repositories": {
Expand Down
61 changes: 59 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/create-settings.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/sh

if [ ! -e docroot/sites/default/settings/local.settings.php ]; then
echo -e "<?php\n\n//This is for your customizations." > docroot/sites/default/settings/local.settings.php
echo "<?php\n\n// This is for your customizations." > docroot/sites/default/settings/local.settings.php
echo Settings file was created.
else
echo Settings file already exists. Skipping creation.
Expand Down

0 comments on commit 9420a4b

Please sign in to comment.