Oliver Davies
e3f18accef
Let's see if this fixes the token error on talk nodes: > TypeError: Cannot access offset of type string on string in Drupal\token\Token->prepareMultisort() (line 89 of /var/www/html/web/modules/contrib/token/src/Token.php).
50 lines
700 B
YAML
50 lines
700 B
YAML
name: oliverdavies-uk
|
|
type: drupal
|
|
language: php
|
|
|
|
project_root: /var/www/html
|
|
|
|
web:
|
|
type: apache
|
|
|
|
database:
|
|
type: mariadb
|
|
version: 10
|
|
extra_databases: []
|
|
|
|
php:
|
|
version: 8.1-apache
|
|
phpcs:
|
|
paths:
|
|
- web/modules/custom
|
|
standards:
|
|
- Drupal
|
|
phpstan:
|
|
level: max
|
|
paths:
|
|
- web/modules/custom
|
|
|
|
drupal:
|
|
docroot: web
|
|
|
|
docker-compose:
|
|
services:
|
|
- database
|
|
- php
|
|
|
|
dockerfile:
|
|
stages:
|
|
build:
|
|
extra_directories: []
|
|
commands:
|
|
- composer validate --strict
|
|
- composer install --quiet --no-progress
|
|
|
|
git:
|
|
ignore:
|
|
- '!/phpstan.neon'
|
|
- '!/tests/Architecture/**'
|
|
|
|
experimental:
|
|
createGitHubActionsConfiguration: true
|