Closed mcorossigo closed 3 years ago
Done! Glad you're finding this useful. I had two dependent libraries above that also needed updating. I think everything is good as tests all passed. 0.2.0
is building now. Let me know if you discover any unxpected bugs.
Actually, I'm going to change the build job for the PHAR to use PHP 8 instead of 7.
Thank you very much for the quick update. In the meantime I was using it with composer update --ignore-platform-reqs
.
I'll update ASAP.
Hello @deviantintegral Trying to install your nice package in a project running PHP8, and composer refuses quitting with:
Composer version 2.0.9 2021-01-27 16:09:27
A quick search found this: https://stackoverflow.com/questions/65454412/root-composer-json-requires-php-7-3-but-your-php-version-8-0-0-does-not-satis
Can you update the requirement to support PHP 8, assuming that there is no technical issues with it. Thank you.