Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(integrity): expect pkg mgmt files
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Sep 18, 2023
commit 6914b18d39a2f9b640cf3c6844d18cfe19cd90f4
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 4 additions & 0 deletions lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Binary file modified updater.phar
Binary file not shown.