WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 485f869

Browse files
Update FrameworkBundle recipe
1 parent 88c9d28 commit 485f869

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

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.html#use-parameters-for-application-configuration

symfony.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -235,23 +235,23 @@
235235
]
236236
},
237237
"symfony/framework-bundle": {
238-
"version": "7.3",
238+
"version": "7.4",
239239
"recipe": {
240240
"repo": "github.com/symfony/recipes",
241241
"branch": "main",
242-
"version": "7.3",
243-
"ref": "5a1497d539f691b96afd45ae397ce5fe30beb4b9"
242+
"version": "7.4",
243+
"ref": "09f6e081c763a206802674ce0cb34a022f0ffc6d"
244244
},
245245
"files": [
246+
".editorconfig",
246247
"config/packages/cache.yaml",
247248
"config/packages/framework.yaml",
248249
"config/preload.php",
249250
"config/routes/framework.yaml",
250251
"config/services.yaml",
251252
"public/index.php",
252253
"src/Controller/.gitignore",
253-
"src/Kernel.php",
254-
".editorconfig"
254+
"src/Kernel.php"
255255
]
256256
},
257257
"symfony/lock": {

0 commit comments

Comments
 (0)