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

Remove "composer.dev.json" #61

Closed KEINOS closed 3 years ago

KEINOS commented 3 years ago

Having two "composer.json" for production and development ("composer.json" and "composer.dev.json") might keep the "composer.json" simple.

But to do so, we need to set the "COMPOSER" env variable as "composer.dev.json". And It is not the usual usage. That's why there's a "require-dev" directive in composer.json.

So, I would say this simplification brings another complexity.

Let's thin the files again and keep it simple. (Remove "composer.dev.json")