summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2021-12-03 12:04:13 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2021-12-03 12:04:13 +0100
commit09875a61f423023afca9563abf2da7f51ec40813 (patch)
treeb419be25c6fa85ebfae8a2c756c6f5d12de37e07 /composer.json
parentbaebd59bb4da9fca89da382811b38c8313949c49 (diff)
downloadsmarty-09875a61f423023afca9563abf2da7f51ec40813.tar.gz
smarty-09875a61f423023afca9563abf2da7f51ec40813.tar.bz2
smarty-09875a61f423023afca9563abf2da7f51ec40813.zip
changed homepage links in composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files 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"