Commit e71af68
committed
Merge branch '7.4' into 8.0
* 7.4: (21 commits)
[SecurityBundle] Fix tests with Symfony 7.4
[DependencyInjection] Ensure deprecation detection does not trigger a PHP error
[DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands
[Form] Clean up wrong method docblocks in data transformers
Fix merge
[DependencyInjection] Throw when using `$this` or its internal scope from PHP config files; use the `$loader` variable instead
[HttpClient] Fix sharing CurlClientState between clones of CurlHttpClient instances
[FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services
Revert "[HttpClient] Lazily initialize CurlClientState"
[Yaml] Fix regression handling blank lines in unquoted scalars
[Cache] Fix NullAdapter must set taggable
[FrameworkBundle] Order alphabetically known tags of `UnusedTagsPass`
allow the installation of MercureBundle 0.4
[Console] don't discard existing aliases when constructing Command
Import all node definition classes to DefinitionConfigurator
Fix the creation of a redis connection with only ext-relay
[FrameworkBundle] Dump bundles config reference first
[DependencyInjection] Don't add the .container.known_envs parameter when empty
[DependencyInjection] Reset resolved state when setting a parameter
[HttpKernel] Don't reset services between fragments redering when using in HttpCache
...2 files changed
+23
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | 199 | | |
201 | 200 | | |
202 | 201 | | |
203 | 202 | | |
204 | 203 | | |
205 | | - | |
206 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
207 | 220 | | |
208 | 221 | | |
209 | 222 | | |
| |||
0 commit comments