Composer doesn't merge my Sprinkle site composer.json

Hi,
I’m trying the example to create first Sprinkle site, I make all step, I make composer update from the root and I have no error message.

But when I’m going in app/vendor/composer/autoload_psr4.php my site is not added in the file.

Anybody have an idea why ?

Thanks

Have you made sure that your composer.json file is correct and in the right location?
Have you also made sure that you have included your sprinkle in the sprinkles.json file?

Hi,
I found my problem, the composer.json root file was truncated.

Thanks