From 8bdca8fd611d93f064c57ebe814a0cf0d0956a65 Mon Sep 17 00:00:00 2001 From: Blax Software Date: Tue, 11 Aug 2026 10:29:23 +0200 Subject: [PATCH] chore(deps): point dev-dep repositories at public GitHub mirror instead of Forgejo SSH Makes the package standalone-installable from public GitHub (no git.blax.at SSH key needed) as part of publishing to the official public package home. Co-Authored-By: Claude Opus 4.8 (1M context) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a383966..8652e4b 100644 --- a/composer.json +++ b/composer.json @@ -30,11 +30,11 @@ "repositories": [ { "type": "vcs", - "url": "ssh://git@git.blax.at:222/blax-software/reactphp-kernel.git" + "url": "https://github.com/blax-software/reactphp-kernel.git" }, { "type": "vcs", - "url": "ssh://git@git.blax.at:222/blax-software/laravel-ws.git" + "url": "https://github.com/blax-software/laravel-ws.git" } ], "autoload": {