Skip to content

Commit

Permalink
[2.x] New version
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkGhostHunter committed Mar 6, 2024
2 parents 28f6d4d + 7942fd3 commit 89e2a2c
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 @@ -23,7 +23,7 @@
"require": {
"php": "^8.1",
"ext-json": "*",
"symfony/finder": "7.*",
"symfony/finder": "6.*|7.*",
"illuminate/config": "10.*|11.*",
"illuminate/console": "10.*|11.*",
"illuminate/contracts": "10.*|11.*",
Expand Down
2 changes: 1 addition & 1 deletion src/Preloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function exclude(string ...$exclude): void
*
* @param (\Closure(\Symfony\Component\Finder\Finder):void)|string ...$append
*/
public function append(Closure | string ...$append): void
public function append(Closure|string ...$append): void
{
$this->append = $this->normalizeListing($append);
}
Expand Down

0 comments on commit 89e2a2c

Please sign in to comment.