Skip to content

Commit

Permalink
allow .php-ini and .php-version files
Browse files Browse the repository at this point in the history
Signed-off-by: John R. D'Orazio <priest@johnromanodorazio.com>
  • Loading branch information
JohnRDOrazio committed Aug 11, 2024
1 parent b1a6143 commit 79c4e86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ private function getExpectedElementsList(): array {
'COPYING-AGPL',
'occ',
'db_structure.xml',
'.php-ini',
'.php-version'
];
return array_merge($expected, $this->getAppDirectories());
}
Expand Down

0 comments on commit 79c4e86

Please sign in to comment.