Commit a1ddd9a
committed
Merge branch '7.4' into 8.0
* 7.4: (28 commits)
[Messenger] Allow Pheanstalk v8
[TypeInfo] Fix resolving constructor type with templates
fix compatibility with RelayCluster 0.12
fix type alias with template resolving
fix compatibility with RelayCluster 0.11 and 0.12
[DependencyInjection] Register a custom autoloader to generate `*Config` classes when they don't exist yet
[Security] Add security:oidc-token:generate command
[PropertyInfo][TypeInfo] Fix resolving constructor type with templates
[WebProfilerBundle] ”finish” errored requests
Add support for union types on AsEventListener
[Console] Update CHANGELOG to reflect attribute name changes for interactive invokable commands
bump ext-redis to 6.2 and ext-relay to 0.12 minimum
[TypeInfo] Fix type alias with template resolving
[Console] Add support for interactive invokable commands with `#[Interact]` and `#[Ask]` attributes
bump ext-relay to 0.12+
fix merge
[Config] Generate the array-shape of the current node instead of the whole root node in Config classes
[HttpFoundation] Deprecate Request::get() in favor of using properties ->attributes, query or request directly
fix Relay Cluster 0.12 compatibility
[TypeInfo] ArrayShape can resolve key type as callable instead of string
...File tree
2 files changed
+44
-1
lines changed- Extension/Core/Type
- Tests/Extension/Core/Type
2 files changed
+44
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
270 | 307 | | |
271 | 308 | | |
272 | 309 | | |
| |||
0 commit comments