We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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, ],
The text was updated successfully, but these errors were encountered:
Added upstream issue: drupal-composer/drupal-project#539.
Sorry, something went wrong.
ee8b0ae
Merge pull request #99 from wunderio/feature/deprecated-CONFIG_SYNC_D…
b465bc4
…IRECTORY Remove deprecated CONFIG_SYNC_DIRECTORY, fixes #98.
No branches or pull requests
CONFIG_SYNC_DIRECTORY is deprecated.
Affected code: https://github.com/wunderio/drupal-project/blob/master/scripts/composer/ScriptHandler.php#L43-L47
The text was updated successfully, but these errors were encountered: