Skip to content

Commit

Permalink
Update ComposerDevPackageTaskInterface.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed Oct 11, 2024
1 parent cf28574 commit d584f1c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

declare(strict_types=1);

namespace Ghostwriter\Arm\Interface\Task\Composer;
namespace Ghostwriter\AutomatedRepositoryManager\Interface\Task\Composer;

use Ghostwriter\Arm\Interface\Task\ComposerTaskInterface;
use Ghostwriter\AutomatedRepositoryManager\Interface\Task\ComposerTaskInterface;

interface ComposerDevPackageTaskInterface extends ComposerTaskInterface
{
Expand Down

0 comments on commit d584f1c

Please sign in to comment.