From ecebd8d88f4d30341d91f2c0ead4feaa9b0f0558 Mon Sep 17 00:00:00 2001 From: Vladimir Volodko Date: Mon, 10 Jun 2024 19:43:50 +0300 Subject: [PATCH] Update "require.php" version in composer.json [There is code](https://github.com/plesk/zf1/blob/1.12.17-patch10/library/Zend/Form.php#L3275) in plesk/zf1@1.12.17-patch10 that requires PHP 8.0 [Union types](https://php.watch/versions/8.0/union-types). --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d9226de24b..db151f95cf 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "homepage": "http://framework.zend.com/", "license": "BSD-3-Clause", "require": { - "php": ">=5.2.11" + "php": ">=8.0" }, "autoload": { "psr-0": {