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

Fix module requirements for D9-version

parent 57b5b7cc
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.6] - 14/01/2021
- Fix module requirements for D9-version
## [1.4.5] - 14/01/2021 ## [1.4.5] - 14/01/2021
- Update module to be D9-ready - Update module to be D9-ready
......
...@@ -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.5 version: 1.4.6
core: '8.x' core: '8.x'
core_version_requirement: ^8 || ^9 core_version_requirement: ^8 || ^9
dependencies: dependencies:
......
{ {
"name": "drupal/cern-display-formats", "name": "drupal/cern-display-formats",
"description": "Defines a set of views display formats", "description": "Defines a set of views display formats",
"version": "1.4.5", "version": "1.4.6",
"type": "drupal-custom-module", "type": "drupal-custom-module",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"authors": [ "authors": [
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
} }
], ],
"require": { "require": {
"drupal/components": "^1.1" "drupal/components": "^2.0"
} }
} }
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