File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 33 "Symfony\\ Bundle\\ FrameworkBundle\\ FrameworkBundle" : [" all" ]
44 },
55 "copy-from-recipe" : {
6+ "symfony-cli.yaml" : " symfony-cli.yaml" ,
67 "config/" : " %CONFIG_DIR%/" ,
78 "public/" : " %PUBLIC_DIR%/" ,
89 "src/" : " %SRC_DIR%/"
Original file line number Diff line number Diff line change 1+ # This configuration file is used by the Symfony CLI tool.
2+ # See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+ # Automatically open the application in the browser after starting the server
5+ open : true
6+
7+ http :
8+ # Use Gzip compression
9+ use_gzip : true
10+
11+ # Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+ workers :
Original file line number Diff line number Diff line change 33 "Symfony\\ Bundle\\ FrameworkBundle\\ FrameworkBundle" : [" all" ]
44 },
55 "copy-from-recipe" : {
6+ ".editorconfig" : " .editorconfig" ,
7+ "symfony-cli.yaml" : " symfony-cli.yaml" ,
68 "config/" : " %CONFIG_DIR%/" ,
79 "public/" : " %PUBLIC_DIR%/" ,
8- "src/" : " %SRC_DIR%/" ,
9- ".editorconfig" : " .editorconfig"
10+ "src/" : " %SRC_DIR%/"
1011 },
1112 "composer-scripts" : {
1213 "cache:clear" : " symfony-cmd" ,
Original file line number Diff line number Diff line change 1+ # This configuration file is used by the Symfony CLI tool.
2+ # See https://symfony.com/doc/current/setup/symfony_cli.html for more information.
3+
4+ # Automatically open the application in the browser after starting the server
5+ open : true
6+
7+ http :
8+ # Use Gzip compression
9+ use_gzip : true
10+
11+ # Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
12+ workers :
You can’t perform that action at this time.
0 commit comments