Skip to content

Commit c6540bc

Browse files
committed
allow .php-ini and .php-version files
Signed-off-by: John R. D'Orazio <priest@johnromanodorazio.com>
1 parent 64de177 commit c6540bc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ private function getExpectedElementsList(): array {
295295
'COPYING-AGPL',
296296
'occ',
297297
'db_structure.xml',
298+
'.php-ini',
299+
'.php-version'
298300
];
299301
return array_merge($expected, $this->getAppDirectories());
300302
}

0 commit comments

Comments
 (0)