From c68ece9ec4d099486b6cdf8227d9adf622ae625c Mon Sep 17 00:00:00 2001 From: Marijn van Wezel Date: Thu, 2 Feb 2023 22:56:18 +0100 Subject: [PATCH] Require PHP 8.0 or greater in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b82e6a..139583a 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "source": "https://github.com/WikibaseSolutions/php-cypher-dsl" }, "require": { - "php": ">=7.4", + "php": ">=8.0", "ext-ctype": "*", "ext-openssl": "*", "symfony/polyfill-php80": "^1.25",