Commit eccc6f48 authored by Niels de Feyter's avatar Niels de Feyter Committed by Rick Hawkins
Browse files

Issue #3266581 by ndf, EugeneChechel, jcnventura: [drush 10] encrypt should...

Issue #3266581 by ndf, EugeneChechel, jcnventura: [drush 10] encrypt should have an extra.drush.services section in its composer.json
parent d31cfede
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
{
  "name": "drupal/encrypt",
  "description": "Provides an API for two-way encryption.",
  "type": "drupal-module"
  "type": "drupal-module",
  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10 || ^11"
      }
    }
  }
}