Commit 8318e46
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
...3 files changed
+13
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
471 | | - | |
472 | | - | |
| 471 | + | |
| 472 | + | |
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
| 687 | + | |
686 | 688 | | |
687 | 689 | | |
688 | 690 | | |
| |||
1109 | 1111 | | |
1110 | 1112 | | |
1111 | 1113 | | |
1112 | | - | |
1113 | | - | |
1114 | | - | |
1115 | | - | |
| 1114 | + | |
| 1115 | + | |
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
1508 | 1510 | | |
1509 | 1511 | | |
1510 | 1512 | | |
| 1513 | + | |
| 1514 | + | |
1511 | 1515 | | |
1512 | 1516 | | |
1513 | 1517 | | |
| |||
0 commit comments