From 32de76cfaacbfe5f1ce3b8863bbe261c41c35dd5 Mon Sep 17 00:00:00 2001 From: Dennis Patzer Date: Tue, 31 Aug 2021 15:37:45 +0200 Subject: [PATCH] see cl 1.5.0 --- CHANGELOG.md | 4 ++++ composer.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 484a0ed..f8955f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [1.5.0] - 2021-08-31 + +- Added: support for php 8 + ## [1.4.4] - 2021-07-14 - fixed password module for contao >= 4.7 diff --git a/composer.json b/composer.json index dd0cc8f..b1e0395 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "issues":"https://github.com/heimrichhannot/contao-notification_center_plus/issues" }, "require": { - "php": "~5.4 || ~7.0", + "php": "~5.4 || ~7.0 || ^8.0", "contao/core-bundle": "^3.5.1 || ~4.1", "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", "terminal42/notification_center": "~1.3",