diff --git a/index.php b/index.php index 24afbb90..31142c90 100644 --- a/index.php +++ b/index.php @@ -255,9 +255,13 @@ private function getExpectedElementsList() { 'index.html', 'indie.json', '.user.ini', + 'composer.json', + 'composer.lock', 'console.php', 'cron.php', 'index.php', + 'package.json', + 'package-lock.json', 'public.php', 'remote.php', 'status.php', diff --git a/lib/Updater.php b/lib/Updater.php index 626b65bf..8e5825a8 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -219,9 +219,13 @@ private function getExpectedElementsList() { 'index.html', 'indie.json', '.user.ini', + 'composer.json', + 'composer.lock', 'console.php', 'cron.php', 'index.php', + 'package.json', + 'package-lock.json', 'public.php', 'remote.php', 'status.php', diff --git a/updater.phar b/updater.phar index a281307a..619b9aed 100755 Binary files a/updater.phar and b/updater.phar differ