Commit e0c2203b authored by Jay Friendly's avatar Jay Friendly Committed by Rick Hawkins
Browse files

Issue #3065766 by Jaypan: Composer dependency should be added for encrypt module

parent 2d7e8d6e
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
{
  "name": "drupal/real_aes",
  "description": "Provides an Authenticated AES encryption method for Encrypt though the Defuse PHP Encryption library.",
  "description": "Provides an Authenticated AES encryption method for Encrypt through the Defuse PHP Encryption library.",
  "type": "drupal-module",
  "license": "GPL-2.0+",
  "license": "GPL-2.0-or-later",
  "homepage": "https://www.drupal.org/project/real_aes",
  "repositories": [
    {
      "type": "composer",
      "url": "https://packages.drupal.org/8"
    }
  ],
  "require": {
    "drupal/encrypt": "^3.0",
    "defuse/php-encryption": "^2.0"
  }
}