From 499c2d3d83297e4a842e3f532ecd581d163f9a20 Mon Sep 17 00:00:00 2001 From: Christian Matussek Date: Wed, 8 Feb 2023 14:56:04 +0100 Subject: [PATCH] Changed: allow php 8.0 --- .gitignore | 1 + CHANGELOG.md | 3 +++ composer.json | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4f8aca7..bd6d65f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ docs/cache docs/build src/Resources/public/js/entrypoints.json src/Resources/public/js/manifest.json +.history \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b0f6a..c3fad6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All notable changes to this project will be documented in this file. +## [1.9.1] - 2023-02-08 +- Changed: allow php 8.0 + ## [1.9.0] - 2019-08-22 ### Added diff --git a/composer.json b/composer.json index dc6175e..b55618a 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "This module improves the performance of your contao environment.", "license": "LGPL-3.0-or-later", "require": { - "php": "^7.1", + "php": "^7.1||^8.0", "contao/core-bundle": "^4.4" }, "require-dev": {