diff --git a/composer.json b/composer.json index 37d9cd1..92a0697 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Laravel SDK for leadMail email sending and verification service", "type": "library", "license": "MIT", - "homepage": "https://github.com/leadmnik/leadmail-sdk", + "homepage": "https://git.leadmagnet.dev/LeadMagnet/leadmail-sdk", "authors": [ { "name": "Lead Magnet Oy", @@ -11,8 +11,8 @@ } ], "support": { - "issues": "https://github.com/leadmnik/leadmail-sdk/issues", - "source": "https://github.com/leadmnik/leadmail-sdk" + "issues": "https://git.leadmagnet.dev/LeadMagnet/leadmail-sdk/issues", + "source": "https://git.leadmagnet.dev/LeadMagnet/leadmail-sdk" }, "require": { "php": "^8.2",