Commit 62f66d9
committed
Merge branch '5.4' into 6.0
* 5.4: (22 commits)
Fix composer on appveyor
fix bootstrap_3_layout ChoiceType's expanded label_html
[PropertyAccess] Fix typo in PropertyAccessor::readProperty() DocBlock
[PropertyInfo] PhpStanExtractor namespace missmatch issue
[VarExporter] Fix exporting objects with readonly properties
[ExpressionLanguage] Fix matches when the regexp is not valid
[Messenger] Add mysql indexes back and work around deadlocks using soft-delete
Add BC layer to handle old objects already present in cache
[RateLimiter] Always store SlidingWindows with an expiration set
[Validator] Fix File constraint invalid max size exception message
[Console] Fix exit status on uncaught exception with negative code
[Validator] fix #43345 @Assert\DivisibleBy
[HttpClient] fix 303 after PUT and sending chunked requests
[HttpClient] always send Content-Type when a body is passed
[HttpClient] always send Content-Length when a body is passed
[HttpClient] fix sending Content-Length/Type for POST
Fix merge
[HttpClient] fix sending PUT requests with curl
Fix locales format in CrowdinProvider
Fix intersect in TranslatorBag
...File tree
4 files changed
+29
-1
lines changed- Constraints
- Tests/Constraints
4 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
49 | 61 | | |
50 | 62 | | |
51 | 63 | | |
| |||
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| 89 | + | |
77 | 90 | | |
78 | 91 | | |
79 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
520 | 529 | | |
521 | 530 | | |
0 commit comments