Skip to content
Snippets Groups Projects
Commit dda4522a authored by jurgenhaas's avatar jurgenhaas
Browse files

composer/plugin/drupal-8-scaffold#16 Finalize composer.json

parent f296acfe
No related branches found
No related tags found
No related merge requests found
.docker-init/
console/
files/
passwords/
settings/
wiki/
.ahoy.yml
.editorconfig
.env
docker-compose.yml
# Ignore directories generated by Composer
drush/cache/
drush/Commands/
drush/sites/
tests/backstop/backstop_data/bitmaps_test
tests/backstop/backstop_data/html_report
vendor/
web/core/
web/libraries/
......@@ -31,6 +25,9 @@ web/sites/*/settings.local.php
web/sites/*/files/
web/sites/*/private/
# Ignore Docker files
docker-compose.yml
# Ignore files generated by PhpStorm
.idea/
......@@ -40,9 +37,3 @@ nbproject/
# Ignore MAC files
*/.DS_Store
/.gitattributes
settings.docker.php
drushrc.php
default.site.yml
drush.yml
wkhtmltox.sh
......@@ -54,6 +54,16 @@
"discard-changes": true
},
"extra": {
"dorgflow": {
"projects": {
"drupal/drd": "4.0.x"
}
},
"patches": {
"drupal/eva": {
"D9": "https://www.drupal.org/files/issues/2020-05-21/3042832-13.patch"
}
},
"composer-drupal-optimizations": {
"require": {
"symfony/symfony": ">=4.4"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment