Skip to content

Commit

Permalink
Merge pull request #228 from kenjis/update-for-4.5.3
Browse files Browse the repository at this point in the history
Update for CI v4.5.3
  • Loading branch information
kenjis authored Jul 6, 2024
2 parents 9dcf37e + e3d097c commit 835c672
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 125 deletions.
4 changes: 1 addition & 3 deletions composer-unused.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
use ComposerUnused\ComposerUnused\Configuration\NamedFilter;

return static function (Configuration $config): Configuration {
return $config
->addNamedFilter(NamedFilter::fromString('codeigniter4/framework'))
->addNamedFilter(NamedFilter::fromString('php'));
return $config;
};
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"App\\": "app/",
"Config\\": "app/Config"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
Expand Down
Loading

0 comments on commit 835c672

Please sign in to comment.