Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONFIG_SYNC_DIRECTORY is deprecated #98

Closed
tormi opened this issue Dec 18, 2019 · 1 comment
Closed

CONFIG_SYNC_DIRECTORY is deprecated #98

tormi opened this issue Dec 18, 2019 · 1 comment

Comments

@tormi
Copy link
Member

tormi commented Dec 18, 2019

CONFIG_SYNC_DIRECTORY is deprecated.

Affected code: https://github.com/wunderio/drupal-project/blob/master/scripts/composer/ScriptHandler.php#L43-L47

      $settings['config_directories'] = [
        CONFIG_SYNC_DIRECTORY => (object) [
          'value' => Path::makeRelative($drupalFinder->getComposerRoot() . '/config/sync', $drupalRoot),
          'required' => TRUE,
        ],
@tormi
Copy link
Member Author

tormi commented Dec 18, 2019

Added upstream issue: drupal-composer/drupal-project#539.

@tormi tormi closed this as completed in ee8b0ae Dec 20, 2019
tormi added a commit that referenced this issue Dec 20, 2019
…IRECTORY

Remove deprecated CONFIG_SYNC_DIRECTORY, fixes #98.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant