improved lemp and drush

This commit is contained in:
2020-09-22 14:45:33 +02:00
parent 6430cdfaad
commit 4b52235321
2 changed files with 15 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"require": {
"drush/drush": "~8.0",
"webflo/drupal-finder": "^1.0.0"
},
"extra": {
"installer-paths": {
".": [
"type:drupal-core"
]
}
}
}