Install deps.

This commit is contained in:
2024-05-21 14:07:02 +00:00
parent 141dfcdffb
commit 5ebda03606
3 changed files with 9165 additions and 1 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# Ignore Composer-generated files.
.editorconfig
.gitattributes
vendor
web/*
# farmOS uses this to store OAuth2 keys.
keys
# This creates an exception for ./web/modules/custom, which can be used for
# custom module code that is part of this repository.
!web/modules
web/modules/*
!web/modules/custom

View File

@@ -45,7 +45,8 @@
"cweagans/composer-patches": true, "cweagans/composer-patches": true,
"composer/installers": true, "composer/installers": true,
"wikimedia/composer-merge-plugin": true, "wikimedia/composer-merge-plugin": true,
"oomphinc/composer-installers-extender": true "oomphinc/composer-installers-extender": true,
"drupal/core-composer-scaffold": true
} }
} }
} }

9149
composer.lock generated Normal file

File diff suppressed because it is too large Load Diff