Skip to content

Commit

Permalink
Merge pull request #116 from localgovdrupal/2.x
Browse files Browse the repository at this point in the history
2.0.9 release
  • Loading branch information
finnlewis authored Jun 7, 2023
2 parents 3f9b850 + bbd457a commit fe6d18b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .lando.dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ services:
image: dehy/adminer
command: '/bin/s6-svscan /etc/services.d'
portforward: true
node:
type: 'node:16'
globals:
gulp-cli: latest
overrides:
ports:
- '3050:3050'
chromedriver:
type: compose
services:
Expand Down Expand Up @@ -85,6 +92,14 @@ tooling:
description: Disable xdebug for apache.
cmd: "rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini && /etc/init.d/apache2 reload"
user: root
gulp:
service: node
node:
service: node
npm:
service: node
yarn:
service: node
update-solr-config:
service: appserver
cmd: /app/.lando/update-solr-config.sh
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# LocalGov Drupal Composer project template

![Tests](https://github.com/localgovdrupal/localgov_project/actions/workflows/test.yml/badge.svg)

A Composer-based installer for the LocalGov Drupal distribution.

This project template should provide a kickstart for managing your site dependencies with Composer.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"cweagans/composer-patches": "^1.6",
"drupal/core-composer-scaffold": "^9.1",
"drupal/core-project-message": "^9.1",
"drupal/core-recommended": "^9.1",
"drupal/core-recommended": "^9.1@stable",
"localgovdrupal/localgov": "^2.0",
"localgovdrupal/localgov_search_solr": "^1.0@alpha"
},
Expand Down

0 comments on commit fe6d18b

Please sign in to comment.