Commit 981c3a2
committed
minor symfony#59174 [FrameworkBundle] Add
This PR was merged into the 7.3 branch.
Discussion
----------
[FrameworkBundle] Add `symfony/json-encoder` to dev requirements
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
This fixes most errors on low-deps (from about 60 to 7), but a few are remaining because of some invalid service definition which certainly has another root cause. They may be addressed in a follow-up PR. Maybe do you have an idea `@mtarld`?
Commits
-------
7082e2e [FrameworkBundle] Fix `JsonEncoder` config on low-depssymfony/json-encoder to dev requirements (alexandre-daubois)File tree
2 files changed
+3
-1
lines changed- src/Symfony/Bundle/FrameworkBundle
- Tests/DependencyInjection
2 files changed
+3
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
971 | 972 | | |
972 | 973 | | |
973 | 974 | | |
974 | | - | |
| 975 | + | |
975 | 976 | | |
976 | 977 | | |
977 | 978 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments