spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
190 stars 20 forks source link

Move `symfony/var-dumper` package to `require-dev` section #70

Closed roquie closed 1 year ago

roxblnfk commented 2 years ago

The dump() command is ususaly used in the projet code. By the reason installation with --no-dev flag can breac production code. I think the place of the dumper package should be chosen by developer.

butschster commented 1 year ago

The dump() command is ususaly used in the projet code. By the reason installation with --no-dev flag can breac production code. I think the place of the dumper package should be chosen by developer.

The best way is to use for dumper dev section. It's a bad practice to use dump on production server. It a developer want to use is on production server, I think he will change the place for the pacakge by himself.