Hi,
We use KoolReport Pro via composer, and I'm trying to upgrade to the most recent version. The most recent version I can see is 6.5.0:
$ composer require "koolreport/pro:6.6.2" --dry-run --with-all-dependencies
./composer.json has been updated
Running composer update koolreport/pro --with-all-dependencies
Loading composer repositories with package information Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires koolreport/pro 6.6.2 (exact version match: 6.6.2 or 6.6.2.0), found koolreport/pro[4.0.0, ..., 4.7.1, 5.0.0, ..., 5.16.2, 6.0.0, ..., 6.5.0] but it does not match the constraint.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
$
I get the same error for 6.6.1 and 6.6.0. I can see on the index of the repo that it lists 6.6.2 as the latest, but composer isn't picking that up.
I'm using PHP 8.3.12, composer 2.8.1 on Debian bookworm.
Thanks in advance for any help.