Skip to content

Commit

Permalink
see cl 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Patzer committed Aug 31, 2021
1 parent d4626c4 commit 32de76c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32de76c

Please sign in to comment.