Commit c372bc4
authored
Remove symfony/polyfill-php86 from require-dev (#3521)
The polyfill was masking the absence of SortDirection on Laravel < 13.8:
since it was installed in all CI runs (including laravel: 12.*), the
class always existed and bugs in code paths that depend on its absence
could not be detected.
On Laravel >= 13.8, the polyfill is available as a transitive dependency
so SortDirection-specific tests still run via the class_exists() guard.1 parent 4afafeb commit c372bc4
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
67 | | - | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments