KEINOS / TPL-PHP-HelloWorld

✅ Overly-super-cautious "Hello World" in PHP7 and PHP8 for fun.
Apache License 2.0
2 stars 0 forks source link

Wrong URL of the issue in composer.json #27

Closed KEINOS closed 4 years ago

KEINOS commented 4 years ago

https://github.com/KEINOS/TPL-PHP-HelloWorld/blob/da076ca4bc5dcbc1ee7f1713b3b7aa8809431c07/composer.json#L25-L28

    "support": {
-       "issues": "https://github.com/KEINOS/Dockerfile_of_Alpine/issues",
+       "issues": "https://github.com/KEINOS/TPL-PHP-HelloWorld/issues",
        "source": "https://github.com/KEINOS/TPL-PHP-HelloWorld"
    },