diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2021-12-03 12:04:13 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2021-12-03 12:04:13 +0100 |
| commit | 09875a61f423023afca9563abf2da7f51ec40813 (patch) | |
| tree | b419be25c6fa85ebfae8a2c756c6f5d12de37e07 /composer.json | |
| parent | baebd59bb4da9fca89da382811b38c8313949c49 (diff) | |
| download | smarty-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.json | 4 |
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" |
