Update to Drupal 9

This commit is contained in:
Oliver Davies 2020-06-04 16:33:36 +01:00 committed by Oliver Davies
parent 4fd639507c
commit e5b86c7f39
5 changed files with 2498 additions and 2068 deletions

1
.php-version Normal file
View file

@ -0,0 +1 @@
7.3.6

View file

@ -17,13 +17,12 @@
"require": {
"composer/installers": "^1.2",
"drupal/admin_toolbar": "^2.0",
"drupal/config_installer": "^1.8",
"drupal/core-composer-scaffold": "^8.8",
"drupal/core-recommended": "^8.8",
"drush/drush": "^9"
"drupal/core-composer-scaffold": "^9.0",
"drupal/core-recommended": "^9.0",
"drush/drush": "^10"
},
"require-dev": {
"drupal/core-dev": "^8.8"
"drupal/core-dev": "^9.0"
},
"conflict": {
"drupal/drupal": "*"

4552
composer.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
---
- name: Install Drupal
command: |
{{ release_drush_path }} site-install config_installer -y
{{ release_drush_path }} site-install -y \
--account-pass=admin123
args:
chdir: '{{ release_drupal_path }}'

View file

@ -1,5 +1,5 @@
name: Simple Message
description: Displays a simple message.
core: 8.x
core_version_requirement: ^8 || ^9
type: module
package: Custom