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/ files/
passwords/ passwords/
settings/ settings/
wiki/ wiki/
.ahoy.yml
.editorconfig
.env
docker-compose.yml
# Ignore directories generated by Composer # Ignore directories generated by Composer
drush/cache/ drush/cache/
drush/Commands/ drush/Commands/
drush/sites/ drush/sites/
tests/backstop/backstop_data/bitmaps_test
tests/backstop/backstop_data/html_report
vendor/ vendor/
web/core/ web/core/
web/libraries/ web/libraries/
...@@ -31,6 +25,9 @@ web/sites/*/settings.local.php ...@@ -31,6 +25,9 @@ web/sites/*/settings.local.php
web/sites/*/files/ web/sites/*/files/
web/sites/*/private/ web/sites/*/private/
# Ignore Docker files
docker-compose.yml
# Ignore files generated by PhpStorm # Ignore files generated by PhpStorm
.idea/ .idea/
...@@ -40,9 +37,3 @@ nbproject/ ...@@ -40,9 +37,3 @@ nbproject/
# Ignore MAC files # Ignore MAC files
*/.DS_Store */.DS_Store
/.gitattributes
settings.docker.php
drushrc.php
default.site.yml
drush.yml
wkhtmltox.sh
...@@ -54,6 +54,16 @@ ...@@ -54,6 +54,16 @@
"discard-changes": true "discard-changes": true
}, },
"extra": { "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": { "composer-drupal-optimizations": {
"require": { "require": {
"symfony/symfony": ">=4.4" "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