Currently, this package doesn't work well with packages that require a newer version of brick/math greater than ^0.12.1.
composer require "apideck-libraries/sdk-php"
./composer.json has been updated
Running composer update apideck-libraries/sdk-php
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 apideck-libraries/sdk-php * -> satisfiable by apideck-libraries/sdk-php[v0.0.1, ..., v0.11.2].
- apideck-libraries/sdk-php[v0.0.1, ..., v0.11.2] require brick/math ^0.12.1 -> found brick/math[0.12.1, 0.12.2, 0.12.3] but the package is fixed to 0.13.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require apideck-libraries/sdk-php:*" to figure out if any version is installable, or "composer require apideck-libraries/sdk-php:^2.1" if you know which you need.
Currently, this package doesn't work well with packages that require a newer version of
brick/mathgreater than^0.12.1.We require
brick/math^0.13as they added support for PHP 8.4 in this release.