From 73d5de7d022baa61b842bda1901cb515c893613d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Shaun=20L=C3=BCdeke?= <77498048+shaunluedeke@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:39:49 +0200 Subject: [PATCH] Rename package to shaunluedeke/ssh Changed the package name in composer.json from spatie/ssh to shaunluedeke/ssh. This update is necessary to reflect the new ownership or namespace of the package. All other metadata remains unchanged. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4bd1796..dcf8e76 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "spatie/ssh", + "name": "shaunluedeke/ssh", "description": "A lightweight package to execute commands over an SSH connection", "keywords": [ "spatie",