The dependencies of your project could not be installed

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

SymfonyInsight was not able to install your Composer dependencies. If you need to customize files or run commands to make it work, you can edit your SymfonyInsight project configuration to override the default "pre_composer_script" and/or "post_composer_script" settings.

Time to fix: about 3 hours
Read doc Open Issue Permalink
Collective

In PluginManager.php line 774:
                                                                               
  symfony/runtime contains a Composer plugin which is blocked by your allow-p  
  lugins config. You may add it to the list if you consider it safe.           
  You can run "composer config --no-plugins allow-plugins.symfony/runtime [tr  
  ue|false]" to enable it (true) or disable it explicitly and suppress this e  
  xception (false)                                                             
  See https://getcomposer.org/allow-plugins                                    
                                                                               

install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]

Text files should end with a valid new line character. 3

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

in config/routes.yaml, line 9
  1. forgot_password:
  2. path: /forgot_password
  3. controller: Enabel\UserBundle\Controller\AccountController::forgotPassword
  4. defaults:
  5. _locale: '%locale%'

    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
  1. </html>
  2. 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
    Collective
  1. </tr>
  2. </table>
  3. </td>
  4. </tr>
  5. {% endblock %}

    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