Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed memcache contamination. #814

Merged
merged 1 commit into from
Dec 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions template/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"drupal/cog": "^1.0.0",
"drupal/core": "^8.0",
"drupal/features": "^3.0.0",
"drupal/memcache": "^2.0.0-alpha2",
"drupal/memcache": "2.x-dev",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify a hash since this has a patch applied against it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm I don't think there's a patch against it but I can still lock it to a hash tomorrow.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see. I noticed that a patch had changed in this PR and assumed it was for memcache. Looks like it's actually just a whitespace change.

"drupal/seckit": "^1.0.0-alpha2",
"drupal/security_review": "*",
"drupal/shield": "^1.0.0",
Expand Down Expand Up @@ -51,9 +51,9 @@
},
"enable-patching": true,
"patches": {
"acquia/lightning": {
"New LightningExtension subcontexts do not autoload": "https://www.drupal.org/files/issues/2836258-3-lightning-extension-autoload.patch"
}
"acquia/lightning": {
"New LightningExtension subcontexts do not autoload": "https://www.drupal.org/files/issues/2836258-3-lightning-extension-autoload.patch"
}
},
"installer-paths": {
"docroot/core": [
Expand Down