Skip to content

Commit 38d883e

Browse files
committed
[FrameworkBundle] Add symfony-cli.yaml file
1 parent 165d1be commit 38d883e

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
http:
5+
# Use Gzip compression
6+
use_gzip: true
7+
8+
# Processes that automatically run with the server (https://symfony.com/doc/current/setup/symfony_cli.html#configuring-workers)
9+
workers:

symfony/framework-bundle/7.4/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
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",

0 commit comments

Comments
 (0)