From be4102300538c7836c1be57cead4ec5774e88ef6 Mon Sep 17 00:00:00 2001 From: slawkens Date: Sat, 23 Oct 2021 13:59:38 +0200 Subject: [PATCH] Bump required PHP Version to ^7.2.5 || ^8.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ff300121..da26592f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": ">=7.1", + "php": "^7.2.5 || ^8.0", "ext-pdo": "*", "ext-pdo_mysql": "*", "ext-json": "*",