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

Compatibility with Drush 9.3.0+

parent 03628cc4
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ settings/ ...@@ -5,7 +5,7 @@ settings/
wiki/ wiki/
# Ignore directories generated by Composer # Ignore directories generated by Composer
drush/contrib/ drush/Commands/
drush/sites/ drush/sites/
vendor/ vendor/
web/core/ web/core/
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
"web/libraries/{$name}": [ "web/libraries/{$name}": [
"type:drupal-library" "type:drupal-library"
], ],
"drush/contrib/Commands/{$name}": [ "drush/Commands/{$name}": [
"type:drupal-drush" "type:drupal-drush"
] ]
}, },
......
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