Skip to content

Commit

Permalink
Remove nette/utils to allow easier install (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoVie committed Aug 4, 2023
1 parent ed468ab commit e8cdb43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"require": {
"php": "^8.1",
"phpstan/phpstan": "^1.10.26",
"nette/utils": "^3.2",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion src/CollectorMapper/MethodCallCollectorMapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace TomasVotruba\UnusedPublic\CollectorMapper;

use Nette\Utils\Arrays;
use TomasVotruba\UnusedPublic\Enum\ReferenceMarker;
use TomasVotruba\UnusedPublic\Utils\Arrays;
use TomasVotruba\UnusedPublic\ValueObject\LocalAndExternalMethodCallReferences;

final class MethodCallCollectorMapper
Expand Down

0 comments on commit e8cdb43

Please sign in to comment.