Skip to content

Commit 070ce80

Browse files
committed
Updated framework bundle recipe
1 parent 57dc424 commit 070ce80

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
134134
###> symfony/framework-bundle ###
135135
APP_ENV=prod
136136
APP_SECRET=a03498528f5a5fc089273ec9ae5b2849
137+
APP_SHARE_DIR=var/share
137138
###< symfony/framework-bundle ###

config/services.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# yaml-language-server: $schema=../vendor/symfony/dependency-injection/Loader/schema/services.schema.json
2+
13
# This file is the entry point to configure your own services.
24
# Files in the packages/ subdirectory configure your dependencies.
5+
# See also https://symfony.com/doc/current/service_container/import.html
36

47
# Put parameters here that don't need to change on each machine where the app is deployed
58
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,12 +488,12 @@
488488
]
489489
},
490490
"symfony/framework-bundle": {
491-
"version": "7.3",
491+
"version": "7.4",
492492
"recipe": {
493493
"repo": "github.com/symfony/recipes",
494494
"branch": "main",
495-
"version": "7.3",
496-
"ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9"
495+
"version": "7.4",
496+
"ref": "09f6e081c763a206802674ce0cb34a022f0ffc6d"
497497
},
498498
"files": [
499499
".editorconfig",

0 commit comments

Comments
 (0)