Skip to content

Commit ca8bff5

Browse files
committed
bump
1 parent 07ac1b5 commit ca8bff5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"require": {
1010
"php": ">=8.2",
1111
"illuminate/container": "^11.35",
12-
"nette/utils": "^3.2",
13-
"nikic/php-parser": "^5.3",
12+
"nette/utils": "^4.0",
13+
"nikic/php-parser": "^5.4",
1414
"symfony/console": "^6.4",
1515
"symfony/finder": "^6.4",
1616
"webmozart/assert": "^1.11"
@@ -37,8 +37,7 @@
3737
},
3838
"replace": {
3939
"symfony/polyfill-ctype": "*",
40-
"symfony/polyfill-intl-normalizer": "*",
41-
"symfony/polyfill-mbstring": "*"
40+
"symfony/polyfill-intl-normalizer": "*"
4241
},
4342
"config": {
4443
"sort-packages": true,

src/Finder/ClassNamesFinder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace TomasVotruba\ClassLeak\Finder;
66

77
use Symfony\Component\Console\Helper\ProgressBar;
8-
use Symfony\Component\Console\Style\SymfonyStyle;
98
use TomasVotruba\ClassLeak\ClassNameResolver;
109
use TomasVotruba\ClassLeak\ValueObject\ClassNames;
1110
use TomasVotruba\ClassLeak\ValueObject\FileWithClass;

0 commit comments

Comments
 (0)