You are here

drupalmoduleupgrader.info.yml in Drupal 7 to 8/9 Module Upgrader 8

File

drupalmoduleupgrader.info.yml
View source
  1. name: Drupal Module Upgrader
  2. description: Provides tools for upgrading Drupal 7 modules to Drupal 8.
  3. core: 8.x
  4. core_version_requirement: ^8 || ^9
  5. type: module
  6. package: Development
  7. # These dependencies are used ONLY by the test suite. If you want to run
  8. # the tests, install the -->DRUPAL 7<-- versions of these modules, alongside
  9. # DMU itself.
  10. # dependencies:
  11. # - diff
  12. # - examples
  13. # - pants