Updated recipe for symfony/flex

This commit is contained in:
Jan Böhmer 2022-07-23 22:10:25 +02:00
parent 6705a5db66
commit f827c8bb2b
2 changed files with 5 additions and 4 deletions

1
.env
View file

@ -9,6 +9,7 @@
# Real environment variables win over .env files. # Real environment variables win over .env files.
# #
# DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES.
# https://symfony.com/doc/current/configuration/secrets.html
# #
# Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2).
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration # https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

View file

@ -512,15 +512,15 @@
"version": "v4.2.3" "version": "v4.2.3"
}, },
"symfony/flex": { "symfony/flex": {
"version": "1.0", "version": "1.19",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "master", "branch": "main",
"version": "1.0", "version": "1.0",
"ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e" "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
}, },
"files": [ "files": [
"./.env" ".env"
] ]
}, },
"symfony/form": { "symfony/form": {