Skip to content

Instantly share code, notes, and snippets.

@kmoll
Created December 14, 2017 13:40
Show Gist options
  • Save kmoll/1fdb00eef4d1d4539ad994bf2fd0076b to your computer and use it in GitHub Desktop.
Save kmoll/1fdb00eef4d1d4539ad994bf2fd0076b to your computer and use it in GitHub Desktop.
diff --git a/composer.json b/composer.json
index 0097567..bcb6a36 100644
--- a/composer.json
+++ b/composer.json
@@ -22,7 +22,8 @@
"drupal/password_policy": {
"#2862906-2: Enforce password policy for user 1": "https://www.drupal.org/files/issues/password_policy-2862906-2.patch",
"#2771129-49: Unknown fields while importing configuration on site without password_policy activated": "https://www.drupal.org/files/issues/password-policy-config-import-field-error-2771129-49-D8.patch",
- "#2903970-2: Create user accounts skips password policies": "https://www.drupal.org/files/issues/password_policy-2903970-2.patch"
+ "#2903970-2: Create user accounts skips password policies": "https://www.drupal.org/files/issues/password_policy-2903970-2.patch",
+ "#2897274-4: Updating install funciton to use a queue.": "https://gist.githubusercontent.com/kmoll/d23c7243262561ba60a9953fd03d9c4d/raw/3f73a3003626515ab356c99ea03696858ce0dbc2/updated-patch.patch"
},
"drupal/session_limit": {
"#2762279-2: Fixed config schema": "https://www.drupal.org/files/issues/session_limit-fixing-schema-2762279-d8.patch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment