So I downloaded symfony 4 with help of this command
composer create-project symfony/skeleton my-project
Afterwards, from the project's directory I try to pull the symfony's flex profiler package using command
composer require profiler --dev
but composer is having issue. Like it wants to pull the package down the standard way and not by utilizing symfony flex
UPDATE: Issued at https://github.com/symfony/flex/issues/306