Closed chalasr closed 2 years ago
Lowered to >=8.0
as it makes the CI happy and requires zero code change.
I'm not sure it's worth it because FrankenPHP doesn't work at all with PHP <8.2 (and only with a patched version of 8.2).
If you want to test locally on 8.x before running the code in FrankenPHP, you can do composer install --ignore-platform-req=php
and only with a patched version of 8.2
Isn't it embedded in FrankenPHP anyway? I hesitated to rather add the ignore-platform-req
flag to the demo's install instructions but realized that the PHP on which FrankenPHP runs doesn't matter for people using this runtime (just trying to improve the checkout experience while it's hot so that you get more segfaults to fix! :p)
Works for me!
A tag would be much appreciated when you have a chance 🙏
Thank you!
Allows playing with https://github.com/dunglas/frankenphp-demo with PHP 8.1 installed locally and without need to tweak the README instructions. Otherwise:
Let's revisit this only once php 8.2 stable gets released.