Closed (fixed)
Project:
Structure Sync
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2022 at 15:19 UTC
Updated:
25 Jul 2022 at 06:09 UTC
Jump to comment: Most recent
When running $ drush deploy with drush version 10 the following error occurs:
[info] structure_sync should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.
Add the following section to the composer.json file of this module:
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
}
This is also done in other modules like acquia_connector, config_inspector, pathauto and many others.
Add the extra section and create composer.json file for this module.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
ndf commentedComment #4
louis-cuny commentedLooks good to me. I did read drush's documentation but what I don't understand is, is it needed or not ?
With drush 11 I don't get the message and everything seems to work
Comment #6
louis-cuny commentedJust merged into 2.x, thank you @ndf