Skip to content

Commit 4915aee

Browse files
authored
Adds Recipes to DrupalInstaller.php
1 parent 2a91702 commit 4915aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Composer/Installers/DrupalInstaller.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ class DrupalInstaller extends BaseInstaller
2020
'console' => 'console/{$name}/',
2121
'console-language' => 'console/language/{$name}/',
2222
'config' => 'config/sync/',
23+
'recipe' => 'recipe/{$name}',
2324
);
2425
}

0 commit comments

Comments
 (0)