From: Hypolite Petovan Date: Thu, 2 Dec 2021 03:04:18 +0000 (-0500) Subject: Bump minimum required PHP version to 7.3 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b238a3b5c9e36aa3ee7050c3fe1b9be2f24f0000;p=friendica.git Bump minimum required PHP version to 7.3 - Code already references some PHP 7.3 specific features --- diff --git a/composer.json b/composer.json index 46f3f3bf3a..398a15f189 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "issues": "https://github.com/friendica/friendica/issues" }, "require": { - "php": ">=7.2", + "php": ">=7.3", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", @@ -95,7 +95,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.3" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true,