Commit c8ba26c
committed
feature #855 Updating composer deps, don't fail tests on vendor deprecations (bobdenotter)
This PR was squashed before being merged into the master branch (closes #855).
Discussion
----------
Updating composer deps, don't fail tests on vendor deprecations
Follows #846, replaces #854
I've taken the liberty of updating @nicolas-grekas' PR to update flex to 1.1, whilst keeping bound constraints for the symfony components.
Tests would fail on a deprecation in doctrine/common. I have also added a temporary `SYMFONY_DEPRECATIONS_HELPER=weak_vendors`, so it'll pass tests. After Symfony 4.2 has been released, I'll remove it.
Commits
-------
bbe1e49 Updating composer deps, don't fail tests on vendor deprecationsFile tree
10 files changed
+518
-259
lines changed- bin
- src
- DataFixtures
- EventSubscriber
- Repository
- Security
- Twig
10 files changed
+518
-259
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 | | |
18 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
0 commit comments