diff --git a/composer.json b/composer.json index e0d4a17..2a290ad 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "source": "https://github.com/hiqdev/hidev", "issues": "https://github.com/hiqdev/hidev/issues", "wiki": "https://github.com/hiqdev/hidev/wiki", - "forum": "https://forum.hiqdev.com/hiqdev" + "forum": "https://forum.hidev.com/" }, "authors": [ { @@ -52,5 +52,7 @@ "hiqdev\\hidev\\": "" } }, - "bin": ["hidev"] + "bin": [ + "hidev" + ] }