From dd1516702a6f3ca3fc5b372523e599e3bf2ea7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Sun, 8 Oct 2023 19:06:58 +0200 Subject: [PATCH] fix --- src/Box.php | 2 +- src/Console/Command/Diff.php | 2 +- src/Console/Command/Info.php | 2 +- src/Console/Command/Verify.php | 2 +- src/Console/PharInfoRenderer.php | 2 +- src/Phar/PharDiff.php | 2 +- src/Pharaoh/PharDiff.php | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Box.php b/src/Box.php index 70e33b73b..99556734a 100644 --- a/src/Box.php +++ b/src/Box.php @@ -23,7 +23,7 @@ use KevinGH\Box\Compactor\PhpScoper; use KevinGH\Box\Compactor\Placeholder; use KevinGH\Box\Phar\CompressionAlgorithm; -use KevinGH\Box\Pharaoh\SafePhar; +use KevinGH\Box\Phar\SafePhar; use KevinGH\Box\PhpScoper\NullScoper; use KevinGH\Box\PhpScoper\Scoper; use Phar; diff --git a/src/Console/Command/Diff.php b/src/Console/Command/Diff.php index b0618f811..a3fe201f9 100644 --- a/src/Console/Command/Diff.php +++ b/src/Console/Command/Diff.php @@ -20,7 +20,7 @@ use Fidry\Console\Input\IO; use KevinGH\Box\Console\PharInfoRenderer; use KevinGH\Box\Phar\CompressionAlgorithm; -use KevinGH\Box\Pharaoh\SafePhar; +use KevinGH\Box\Phar\SafePhar; use KevinGH\Box\PharInfo\PharDiff; use PharFileInfo; use Symfony\Component\Console\Input\InputArgument; diff --git a/src/Console/Command/Info.php b/src/Console/Command/Info.php index 52760a8d0..6072952ac 100644 --- a/src/Console/Command/Info.php +++ b/src/Console/Command/Info.php @@ -19,7 +19,7 @@ use Fidry\Console\ExitCode; use Fidry\Console\Input\IO; use KevinGH\Box\Console\PharInfoRenderer; -use KevinGH\Box\Pharaoh\SafePhar; +use KevinGH\Box\Phar\SafePhar; use Phar; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputOption; diff --git a/src/Console/Command/Verify.php b/src/Console/Command/Verify.php index 20655fbe6..ecf2ef748 100644 --- a/src/Console/Command/Verify.php +++ b/src/Console/Command/Verify.php @@ -18,7 +18,7 @@ use Fidry\Console\Command\Configuration; use Fidry\Console\ExitCode; use Fidry\Console\Input\IO; -use KevinGH\Box\Pharaoh\SafePhar; +use KevinGH\Box\Phar\SafePhar; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Filesystem\Path; use Throwable; diff --git a/src/Console/PharInfoRenderer.php b/src/Console/PharInfoRenderer.php index 97fa7ea4c..d595b58c2 100644 --- a/src/Console/PharInfoRenderer.php +++ b/src/Console/PharInfoRenderer.php @@ -17,7 +17,7 @@ use Fidry\Console\Input\IO; use KevinGH\Box\NotInstantiable; use KevinGH\Box\Phar\CompressionAlgorithm; -use KevinGH\Box\Pharaoh\SafePhar; +use KevinGH\Box\Phar\SafePhar; use SplFileInfo; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Filesystem\Path; diff --git a/src/Phar/PharDiff.php b/src/Phar/PharDiff.php index 741fa5c1f..d06a7a29b 100644 --- a/src/Phar/PharDiff.php +++ b/src/Phar/PharDiff.php @@ -14,8 +14,8 @@ namespace KevinGH\Box\PharInfo; +use KevinGH\Box\Phar\SafePhar; use KevinGH\Box\Pharaoh\PharDiff as ParagoniePharDiff; -use KevinGH\Box\Pharaoh\SafePhar; use SplFileInfo; use Symfony\Component\Finder\Finder; use Symfony\Component\Process\Process; diff --git a/src/Pharaoh/PharDiff.php b/src/Pharaoh/PharDiff.php index 4d633ea1b..14e46ac4e 100644 --- a/src/Pharaoh/PharDiff.php +++ b/src/Pharaoh/PharDiff.php @@ -41,7 +41,7 @@ * SOFTWARE. */ -namespace KevinGH\Box\Phar; +namespace KevinGH\Box\Pharaoh; use KevinGH\Box\PharInfo\IncompariblePhars; use ParagonIE\ConstantTime\Hex;