annotate modules/contrib/views_slideshow/composer.json @ 11:bfffd8d7479a
Move drupal/core from "replace" to "require" section, to ensure Composer updates it
author |
Chris Cannam |
date |
Fri, 23 Feb 2018 15:51:18 +0000 |
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 }
|