Commit a81c965
committed
Merge branch '6.0' into 6.1
* 6.0: (23 commits)
Fix composer on appveyor
fix bootstrap_3_layout ChoiceType's expanded label_html
[Messenger][Security/Core] Remove legacy class aliases
[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
...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 | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 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 | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
519 | 528 | | |
520 | 529 | | |
0 commit comments