Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 23, 2024
1 parent d32bd7d commit bf29064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"illuminate/container": "^10.39",
"nette/utils": "^3.2",
"sebastian/diff": "^5.1",
"squizlabs/php_codesniffer": "^3.8.1",
"squizlabs/php_codesniffer": "^3.9.0",
"symfony/console": "^6.4",
"symfony/finder": "^7.0",
"symplify/coding-standard": "^12.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/Configuration/InitPathsResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function resolve(string $projectDirectory): array
$rootDirectoryFinder = Finder::create()
->directories()
->depth(0)
// system files
// system files
->notPath('#(vendor|var|stubs|temp|templates|tmp|e2e|bin|build|database|storage|migrations)#')
->in($projectDirectory)
->sortByName();
Expand Down

0 comments on commit bf29064

Please sign in to comment.