Commit 9db92ed4 authored by Wanderson Reis's avatar Wanderson Reis
Browse files

Issue #3261739: Add support to hashids v4

parent 11dcc6a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
  "type": "drupal-module",
  "license": "GPL-2.0+",
  "require": {
    "hashids/hashids": "^3.0"
    "hashids/hashids": "^3.0 || ^4.0"
  }
}