Skip to content
Snippets Groups Projects
Commit 87d31146 authored by Konstantinos Platis's avatar Konstantinos Platis
Browse files

Add composer.json file

parent 60b2986b
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. ...@@ -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/), 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). 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 ## [1.4.3] - 21/09/2020
- Apply fix for Owl Carousel library loading in Horizontal Boxes view display format - 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 - Modify display formats to keep css classes added manually in view config
......
...@@ -2,7 +2,7 @@ name: CERN Display Formats ...@@ -2,7 +2,7 @@ name: CERN Display Formats
type: module type: module
description: 'Provides a set of display formats designed for the needs of the CERN users.' description: 'Provides a set of display formats designed for the needs of the CERN users.'
package: Web Team Drupal Library package: Web Team Drupal Library
version: 1.4.3 version: 1.4.4
core: '8.x' core: '8.x'
dependencies: dependencies:
- drupal:views - drupal:views
......
{
"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"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment