Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
5
vendor/drupal/console-core/dist/sites/docker.yml
vendored
Normal file
5
vendor/drupal/console-core/dist/sites/docker.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Drupal4Docker example
|
||||
dev:
|
||||
root: /var/www/html
|
||||
extra-options: docker-compose exec --user=82 php
|
||||
type: container
|
3
vendor/drupal/console-core/dist/sites/local.yml
vendored
Normal file
3
vendor/drupal/console-core/dist/sites/local.yml
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
local:
|
||||
root: /var/www/drupal8.dev
|
||||
type: local
|
5
vendor/drupal/console-core/dist/sites/ssh.yml
vendored
Normal file
5
vendor/drupal/console-core/dist/sites/ssh.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
dev:
|
||||
root: /var/www/html/drupal
|
||||
host: drupal.org
|
||||
user: drupal
|
||||
type: ssh
|
7
vendor/drupal/console-core/dist/sites/vagrant.yml
vendored
Normal file
7
vendor/drupal/console-core/dist/sites/vagrant.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# DrupalVM Example
|
||||
dev:
|
||||
root: /var/www/drupalvm/drupal
|
||||
host: 192.168.88.88
|
||||
user: vagrant
|
||||
extra-options: '-o PasswordAuthentication=no -i ~/.vagrant.d/insecure_private_key'
|
||||
type: ssh
|
Reference in a new issue