Using `symfony new` and Build Configs. Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
5 lines
97 B
PHP
5 lines
97 B
PHP
<?php
|
|
|
|
return [
|
|
Symfony\Bundle\FrameworkBundle\FrameworkBundle::class => ['all' => true],
|
|
];
|