You are here

drush.services.yml in Upgrade Status 8.3

Same filename and directory in other branches
  1. 8.2 drush.services.yml

File

drush.services.yml
View source
  1. services:
  2. upgrade_status.commands:
  3. class: \Drupal\upgrade_status\Commands\UpgradeStatusCommands
  4. arguments:
  5. - '@upgrade_status.result_formatter'
  6. - '@upgrade_status.project_collector'
  7. - '@upgrade_status.deprecation_analyzer'
  8. - '@date.formatter'
  9. tags:
  10. - { name: drush.command }