X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=398a15f1898a29098e83bf75860023fdfec03ac8;hb=d47a792f5188169d40dcc9d1ca12693c835ae481;hp=46f3f3bf3a5796bfb2ee3deeed3ae2505fc60f5c;hpb=353cd66b269d0d926eb88223939625e548184ff2;p=friendica.git 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,