symfony new crée son propre .git — supprimé pour intégrer backend/ comme dossier ordinaire dans le monorepo. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
97 B
PHP
6 lines
97 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
];
|