From 09875a61f423023afca9563abf2da7f51ec40813 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Fri, 3 Dec 2021 12:04:13 +0100 Subject: [PATCH] changed homepage links in composer.json --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index abf395b9..165bfd2a 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": [ "templating" ], - "homepage": "https://www.smarty.net", + "homepage": "https://smarty-php.github.io/smarty/", "license": "LGPL-3.0", "authors": [ { @@ -27,7 +27,7 @@ ], "support": { "issues": "https://github.com/smarty-php/smarty/issues", - "forum": "https://www.smarty.net/forums/" + "forum": "https://github.com/smarty-php/smarty/discussions" }, "require": { "php": "^7.1 || ^8.0"