Skip to content

Commit

Permalink
Merge pull request #59 from chmez/issue/58-install-config2php
Browse files Browse the repository at this point in the history
58: Install "Config Export to PHP array" module
  • Loading branch information
lexhouk committed Mar 24, 2019
2 parents 67497bb + 97c036b commit 0bd2915
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"drupal/admin_toolbar": "1.26",
"drupal/autoban": "1.2",
"drupal/bootstrap": "3.17",
"drupal/config2php": "1.0-alpha1",
"drupal/config_override": "1.0-beta2",
"drupal/config_update": "1.6",
"drupal/core": "8.6.13",
Expand Down
1 change: 1 addition & 0 deletions d8.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- views_ui

- admin_toolbar_tools
- config2php
- config_override
- features_ui
- module_filter
Expand Down
7 changes: 7 additions & 0 deletions d8.install
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ function d8_update_8004() {
\Drupal::service('module_installer')->install(['d8_ban']);
}

/**
* Install "Config Export to PHP array" module.
*/
function d8_update_8005() {
\Drupal::service('module_installer')->install(['config2php']);
}

/**
* Implements hook_install_tasks().
*/
Expand Down

0 comments on commit 0bd2915

Please sign in to comment.