Skip to content

Commit 00259b7

Browse files
Tweaked the warning message
1 parent 5113ee5 commit 00259b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"env": {
1616
"SYMFONY_ENV": {
1717
"value": "prod",
18-
"description": "If you want to be able to use the Symfony `dev` environment in the deployed version, you will need to move the necessary dependencies like `SensioGeneratorBundle` to normal requirements rather than `dev` requirements, but it will be a security issue, because development tools like the `WebProfiler` can be revealing sensitive information."
18+
"description": "If you want to use the Symfony `dev` environment in the deployed application, you must move the necessary dependencies (like SensioGeneratorBundle) from `require-dev` to `require`. This will introduce security issues because development tools like the WebProfiler reveal sensitive information."
1919
},
2020
"SYMFONY_LOG": "php://stderr",
2121
"SYMFONY_SECRET": {

0 commit comments

Comments
 (0)