2FAuth icon indicating copy to clipboard operation
2FAuth copied to clipboard

Add support for PHP 8.3

Open PeopleInside opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe.

Currently cannot install using composer if PHP is 8.3 because some component are set to support just PHP 8,2

Describe the solution you'd like

Be able to install and use the app also on PHP 8.3

PeopleInside avatar Feb 13 '24 14:02 PeopleInside

Hi, It appears this is caused by the policy followed for php version support by the maintainer of a sub-dependency of 2FAuth 😕 (see https://github.com/lcobucci/clock/issues/685). I have run all 2FAuth tests successfully following the compromise provided by the maintainer, so for now I can only suggest you to do the same if you want to use 2FAuth with php8.3 : install it with composer install --ignore-platform-req=php

Bubka avatar Feb 16 '24 18:02 Bubka

Oh.. ok, thanks :-)

PeopleInside avatar Feb 16 '24 19:02 PeopleInside

Please keep this issue opened, it can help people who are facing the issue and I need to follow it

Bubka avatar Feb 17 '24 19:02 Bubka