From 87d311468fd962187bc6b472055ce2cda34ac4dc Mon Sep 17 00:00:00 2001 From: Konstantinos Platis <konstantinos.platis@cern.ch> Date: Fri, 4 Dec 2020 15:30:03 +0000 Subject: [PATCH] Add composer.json file --- CHANGELOG.md | 3 +++ cern_display_formats.info.yml | 2 +- composer.json | 22 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 composer.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dee013..b1fe6e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.4] - 04/12/2020 +- Add composer.json file + ## [1.4.3] - 21/09/2020 - Apply fix for Owl Carousel library loading in Horizontal Boxes view display format - Modify display formats to keep css classes added manually in view config diff --git a/cern_display_formats.info.yml b/cern_display_formats.info.yml index c400a38..386ea1c 100755 --- a/cern_display_formats.info.yml +++ b/cern_display_formats.info.yml @@ -2,7 +2,7 @@ name: CERN Display Formats type: module description: 'Provides a set of display formats designed for the needs of the CERN users.' package: Web Team Drupal Library -version: 1.4.3 +version: 1.4.4 core: '8.x' dependencies: - drupal:views diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..db3dd3c --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "drupal/cern-display-formats", + "description": "Defines a set of views display formats", + "version": "1.4.4", + "type": "drupal-custom-module", + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Konstantinos Platis", + "email": "konstantinos.platis@cern.ch" + } + ], + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + ], + "require": { + "drupal/components": "^1.1" + } +} -- GitLab