I am attempting to install v1.6 on my localhost in a subdirectory with index.php removed.
The v1.6 Requirements page states that PHP >= 8.0 is required. I am running PHP/8.0.28. But, when I try to run the setup (ie. http://localhost/invoiceplane/setup), I get the following message:
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.1.0".
I see that vendor/symfony/deprecation-contracts and vendor/symfony/http-foundation both require PHP >= 8.1.
Is this perhaps a packaging oversight or is the documentation incorrect?