changed homepage links in composer.json

This commit is contained in:
Simon Wisselink
2021-12-03 12:04:13 +01:00
parent baebd59bb4
commit 09875a61f4

View File

@@ -5,7 +5,7 @@
"keywords": [ "keywords": [
"templating" "templating"
], ],
"homepage": "https://www.smarty.net", "homepage": "https://smarty-php.github.io/smarty/",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"authors": [ "authors": [
{ {
@@ -27,7 +27,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/smarty-php/smarty/issues", "issues": "https://github.com/smarty-php/smarty/issues",
"forum": "https://www.smarty.net/forums/" "forum": "https://github.com/smarty-php/smarty/discussions"
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.1 || ^8.0"