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