Skip to content

Commit 89a72aa

Browse files
authored
Merge pull request #534 from thejimbirch/patch-1
Adds Recipes to DrupalInstaller.php
2 parents 2a91702 + bbf3440 commit 89a72aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ all vendor code in the vendor directory, and not requiring custom installer code
5757
| Dframe | `dframe-module`
5858
| DokuWiki | `dokuwiki-plugin`<br>`dokuwiki-template`
5959
| Dolibarr | `dolibarr-module`
60-
| Drupal | <b>`drupal-core`<br>`drupal-module`<br>`drupal-theme`</b><br>`drupal-library`<br>`drupal-profile`<br>`drupal-database-driver`<br>`drupal-drush`<br>`drupal-custom-theme`<br>`drupal-custom-module`<br>`drupal-custom-profile`<br>`drupal-drupal-multisite`<br>`drupal-console`<br>`drupal-console-language`<br>`drupal-config`
60+
| Drupal | <b>`drupal-core`<br>`drupal-module`<br>`drupal-theme`</b><br>`drupal-library`<br>`drupal-profile`<br>`drupal-database-driver`<br>`drupal-drush`<br>`drupal-custom-theme`<br>`drupal-custom-module`<br>`drupal-custom-profile`<br>`drupal-drupal-multisite`<br>`drupal-console`<br>`drupal-console-language`<br>`drupal-config`<br>`drupal-recipe`
6161
| Elgg | `elgg-plugin`
6262
| Eliasis | `eliasis-component`<br>`eliasis-module`<br>`eliasis-plugin`<br>`eliasis-template`
6363
| ExpressionEngine 3 | `ee3-addon`<br>`ee3-theme`

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' => 'recipes/{$name}',
2324
);
2425
}

0 commit comments

Comments
 (0)