Install deps.
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal 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
|
||||||
@@ -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
9149
composer.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user