The composer.lock file of your project should be up to date

More information: https://insight.symfony.com/what-we-analyse/composer.outdated_lock_file

The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.

Time to fix: about 1 hour
Read doc Open Issue Permalink
Collective

Text files should end with a valid new line character.

More information: https://insight.symfony.com/what-we-analyse/missing_e_o_l

in config/services.yaml, line 35
  1. tags: [ 'controller.service_arguments' ]
  2. Enabel\LayoutBundle\Twig\Extension\LocalesExtension:
  3. arguments:
  4. $supportedLocales: '%enabel_layout.supported_locales%'
  5. tags: [ 'twig.extension' ]

    This file ends with no newline character, or with a different newline character than other files in your project. It won't render properly on a terminal, and it's considered a bad practice.

    Time to fix: about 15 minutes
    Read doc Open Issue Permalink
    Last edited by Olivier Maloteau