Skip to content

Commit

Permalink
Closes #17: D11 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeparsons authored Jun 17, 2024
1 parent d39fbdf commit ee2392f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .lando.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: azqs-module-project
recipe: drupal10
config:
php: '8.2'
php: '8.3'
via: apache:2.4
webroot: web
database: mariadb:10.4
database: mariadb:10.6
xdebug: false
services:
# Replaces default lando MariaDB image with arm64 (Apple M1) compatible one.
# TODO: remove database service overrides once lando is updated.
database:
type: compose
services:
image: mariadb:10.4
image: mariadb:10.6
command: docker-entrypoint.sh mariadbd
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion azqs_module_project.info.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Quickstart module project template'
type: module
description: 'Composer project template for custom Quickstart module.'
core_version_requirement: ^10
core_version_requirement: ^10 || ^11
package: The University of Arizona - Custom
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"description": "Composer project template for custom Quickstart module.",
"type": "drupal-custom-module",
"require": {
"drupal/core": "^10"
"drupal/core": "^10 || ^11"
}
}

0 comments on commit ee2392f

Please sign in to comment.