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",