dev/core#6550 Update civix composer, permit php8+#442
Conversation
This removes the restriction that civix be compiled on php7.4 and permits later symfony versions Perhaps we still want a php version? However the current code would not run on php7.4 as it has str_contains and no php8.0 polyfill.... This requires totten#441 but the reverse is not true
That doesn't seem right, for a couple reasons.
This confused me, because...
Added notes over there. TLDR:
I think it's OK to relax the Symfony constraints (assuming the versions work). That doesn't interfere with the mainline/PHAR-oriented development of But dropping the |
|
Closing as it failed tests, was a bit too aggressive, and is is now conflicted. But a narrower PR (which just allows newer Symfony) could be useful for source-based deployments, eg
|
This removes the restriction that civix be compiled on php7.4 and permits later symfony versions
Perhaps we still want a php version? However the current code would not run on php7.4 as it has str_contains and no php8.0 polyfill....
This requires #441 but the reverse is not true
see https://lab.civicrm.org/dev/core/-/work_items/6550
@totten