You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yoti/yoti-php-sdk latest version is 4.3 but when installing sanbox
Problem 1
- yoti/yoti-php-sdk-sandbox[1.0.0, ..., 1.6.0] require yoti/yoti-php-sdk ^3.1 -> found yoti/yoti-php-sdk[3.1.0, ..., 3.9.2] but it conflicts with your root composer.json require (^4.3).
- Root composer.json requires yoti/yoti-php-sdk-sandbox * -> satisfiable by yoti/yoti-php-sdk-sandbox[1.0.0, ..., 1.6.0].
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 yoti/yoti-php-sdk-sandbox:*" to figure out if any version is installable, or "composer require yoti/yoti-php-sdk-sandbox:^2.1" if you know which you need
The text was updated successfully, but these errors were encountered:
yoti/yoti-php-sdk latest version is 4.3 but when installing sanbox
Problem 1
- yoti/yoti-php-sdk-sandbox[1.0.0, ..., 1.6.0] require yoti/yoti-php-sdk ^3.1 -> found yoti/yoti-php-sdk[3.1.0, ..., 3.9.2] but it conflicts with your root composer.json require (^4.3).
- Root composer.json requires yoti/yoti-php-sdk-sandbox * -> satisfiable by yoti/yoti-php-sdk-sandbox[1.0.0, ..., 1.6.0].
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 yoti/yoti-php-sdk-sandbox:*" to figure out if any version is installable, or "composer require yoti/yoti-php-sdk-sandbox:^2.1" if you know which you need
The text was updated successfully, but these errors were encountered: