Patch simple_oauth to fix Issue #3186301: Make $modules variable protected in tests.

This commit is contained in:
Michael Stenta 2020-12-03 11:00:31 -05:00
parent 09083d4e65
commit 2c461d2902
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@
"drupal/simple_oauth": {
"Issue #3173947: Cannot authorize non-confidential clients": "https://www.drupal.org/files/issues/2020-09-29/3173947-2.patch",
"Issue #3167287: Always load clients through the Client Repository service": "https://www.drupal.org/files/issues/2020-09-29/3167287-9.patch",
"Issue #3174572: Passing a third argument to headers->get() is deprecated": "https://www.drupal.org/files/issues/2020-10-02/3174572-2.patch"
"Issue #3174572: Passing a third argument to headers->get() is deprecated": "https://www.drupal.org/files/issues/2020-10-02/3174572-2.patch",
"Issue #3186301: Make $modules variable protected in tests": "https://www.drupal.org/files/issues/2020-12-03/3186301-2.patch"
}
}
},