Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 14, 2025
1 parent 07ac1b5 commit ca8bff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"require": {
"php": ">=8.2",
"illuminate/container": "^11.35",
"nette/utils": "^3.2",
"nikic/php-parser": "^5.3",
"nette/utils": "^4.0",
"nikic/php-parser": "^5.4",
"symfony/console": "^6.4",
"symfony/finder": "^6.4",
"webmozart/assert": "^1.11"
Expand All @@ -37,8 +37,7 @@
},
"replace": {
"symfony/polyfill-ctype": "*",
"symfony/polyfill-intl-normalizer": "*",
"symfony/polyfill-mbstring": "*"
"symfony/polyfill-intl-normalizer": "*"
},
"config": {
"sort-packages": true,
Expand Down
1 change: 0 additions & 1 deletion src/Finder/ClassNamesFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
namespace TomasVotruba\ClassLeak\Finder;

use Symfony\Component\Console\Helper\ProgressBar;
use Symfony\Component\Console\Style\SymfonyStyle;
use TomasVotruba\ClassLeak\ClassNameResolver;
use TomasVotruba\ClassLeak\ValueObject\ClassNames;
use TomasVotruba\ClassLeak\ValueObject\FileWithClass;
Expand Down

0 comments on commit ca8bff5

Please sign in to comment.