Updated recipe for symfony flex

This commit is contained in:
Jan Böhmer 2025-01-03 17:45:13 +01:00
parent 20f58fc07d
commit afc1dbdd4b
2 changed files with 5 additions and 4 deletions

0
.env.dev Normal file
View file

View file

@ -468,15 +468,16 @@
"version": "v4.2.3"
},
"symfony/flex": {
"version": "1.19",
"version": "2.4",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.0",
"ref": "146251ae39e06a95be0fe3d13c807bcf3938b172"
"version": "2.4",
"ref": "52e9754527a15e2b79d9a610f98185a1fe46622a"
},
"files": [
".env"
".env",
".env.dev"
]
},
"symfony/form": {