diff --git a/index.php b/index.php index 32c4d4df..69c1d161 100644 --- a/index.php +++ b/index.php @@ -271,9 +271,13 @@ private function getExpectedElementsList(): array { '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 73e3434d..37d112d1 100644 --- a/lib/Updater.php +++ b/lib/Updater.php @@ -233,9 +233,13 @@ private function getExpectedElementsList(): array { '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 b6240527..ddba9d5c 100755 Binary files a/updater.phar and b/updater.phar differ