annotate modules/contrib/views_slideshow/composer.json @ 13:5fb285c0d0e3
Update Drupal core to 8.4.7 via Composer. Security update; I *think* we've
been lucky to get away with this so far, as we don't support self-registration
which seems to be used by the so-called "drupalgeddon 2" attack that 8.4.5
was vulnerable to.
author |
Chris Cannam |
date |
Mon, 23 Apr 2018 09:33:26 +0100 |
parents |
c69a71b4f40f |
children |
|
rev |
line source |
Chris@5
|
1 {
|
Chris@5
|
2 "name": "drupal/views_slideshow",
|
Chris@5
|
3 "description": "Describes relationships between entities.",
|
Chris@5
|
4 "type": "drupal-module",
|
Chris@5
|
5 "license": "GPL-2.0+",
|
Chris@5
|
6 "homepage": "https://www.drupal.org/project/views_slideshow",
|
Chris@5
|
7 "authors": [
|
Chris@5
|
8 {
|
Chris@5
|
9 "name": "See contributors",
|
Chris@5
|
10 "homepage":"https://www.drupal.org/node/160350/committers"
|
Chris@5
|
11 }
|
Chris@5
|
12 ],
|
Chris@5
|
13 "support": {
|
Chris@5
|
14 "issues": "https://www.drupal.org/project/issues/views_slideshow",
|
Chris@5
|
15 "irc": "irc://irc.freenode.org/drupal-contribute",
|
Chris@5
|
16 "source": "https://cgit.drupalcode.org/views_slideshow"
|
Chris@5
|
17 },
|
Chris@5
|
18 "require": {}
|
Chris@5
|
19 }
|