Update Composer, update everything

This commit is contained in:
Oliver Davies 2018-11-23 12:29:20 +00:00
parent ea3e94409f
commit dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions

View file

@ -0,0 +1,15 @@
description: 'Change a specific setting value in DrupalConsole config file'
arguments:
name: 'Setting name in YAML flatten format to set a value in Drupal Console config file'
value: 'Setting value to set in Drupal Console config file'
messages:
error-parsing: 'An error occurs during parsing of YAML file "%s".'
error-generating: 'Error setting new language in config file.'
error-writing: 'Error writing config file.'
success: 'Setting "%s" was set to "%s"'
missing-file: 'The "%s" config file is missing, try executing `drupal init`'
missing-language: 'Provided language: "%s", not found'
examples:
- description: 'Set application language setting value to "es"'
execution:
drupal settings:set application.language es