From 3b999b74b9a9e3ff9bf92b573063461ae996094f Mon Sep 17 00:00:00 2001 From: Kamil Wylegala Date: Tue, 16 Feb 2021 20:34:45 +0100 Subject: [PATCH] Allow PHP8 in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8b9168981..aff3b8590 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "source": "https://github.com/cakephp/cakephp" }, "require": { - "php": ">=5.3.0,<8.0.0" + "php": "^7.0 || ^8.0" }, "suggest": { "ext-openssl": "You need to install ext-openssl or ext-mcrypt to use AES-256 encryption",