X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=composer.json;h=398a15f1898a29098e83bf75860023fdfec03ac8;hb=d47a792f5188169d40dcc9d1ca12693c835ae481;hp=b7f1fc60ad867e6442ad94d5cb4912516b61a6a0;hpb=9617167fe6c4ab4e3b4a1db8313aff31047e2a77;p=friendica.git diff --git a/composer.json b/composer.json index b7f1fc60ad..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": "*", @@ -85,8 +85,6 @@ "Friendica\\Addon\\": "addon/" }, "files": [ - "include/dba.php", - "include/enotify.php", "boot.php" ] }, @@ -97,7 +95,7 @@ }, "config": { "platform": { - "php": "7.2" + "php": "7.3" }, "autoloader-suffix": "Friendica", "optimize-autoloader": true,