From 1a8f7025fa97eae6f430b89e85e8a36d0dca9b82 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 01:20:30 +0100 Subject: [PATCH] release: v3.0.0 --- src/ArchPresets/Security.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ArchPresets/Security.php b/src/ArchPresets/Security.php index 7f988f0a..c7142748 100644 --- a/src/ArchPresets/Security.php +++ b/src/ArchPresets/Security.php @@ -4,9 +4,6 @@ declare(strict_types=1); namespace Pest\ArchPresets; -use Pest\Arch\Contracts\ArchExpectation; -use Pest\Expectation; - /** * @internal */