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

Initialization forgets to replace the package name in "composer.json" #38

Closed KEINOS closed 4 years ago

KEINOS commented 4 years ago
$ composer create-project keinos/hello-world-tpl Sample && cd Sample && ./.init/initialize_package.php KEINOS
...
$ cat composer.json | head -3
{
    "name": "keinos/hello-world-tpl",
    "description": "Overly cautious Sample class. See the repo for details.",