Commit b808dd8
committed
fix(doctrine): raise doctrine-common floor to alpha.2 for the orm/odm bridges
The orm/odm filters (ExistsFilter, DateFilter) use NameConverterAwareTrait,
which api-platform/doctrine-common first shipped in v5.0.0-alpha.2 (#8351). The
bridges still declared "^5.0@alpha", which permits alpha.1; under --prefer-lowest
Composer installs alpha.1 and the PHP 8.5 lowest jobs fatal with "Trait not
found". Raise the floor to the real released version that provides the trait.1 parent dd00d0f commit b808dd8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments