3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/migrate/composer.json
Michael Stenta df650caee5 Add extra.drush.services section to minimal composer.json files in modules that provide Drush commands.
This resolves the following complaints from Drush:

 [info] farm_migrate should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.
 [info] farm_update should have an extra.drush.services section in its composer.json. See http://docs.drush.org/en/10.x/commands/#specifying-the-services-file.

See https://github.com/drush-ops/drush/issues/5297
2022-11-12 10:25:35 -05:00

10 lines
138 B
JSON

{
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
}
}