Skip to content

Commit e346bd7

Browse files
committed
chore: add composer-unused.php
1 parent c8bf2df commit e346bd7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer-unused.php

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
use ComposerUnused\ComposerUnused\Configuration\Configuration;
6+
7+
return static function (Configuration $config): Configuration {
8+
return $config
9+
->setAdditionalFilesFor('codeigniter4/settings', [
10+
__DIR__ . '/vendor/codeigniter4/settings/src/Helpers/setting_helper.php',
11+
]);
12+
};

0 commit comments

Comments
 (0)