atymic/twitter

Issue with composer require atymic/twitter "3.1.16"

mayurcloudcraft opened this issue · 0 comments

When I run this command

composer require atymic/twitter "3.1.16"

I got this message

` Problem 1
- php-di/php-di[6.2.0, ..., 6.4.0] require psr/container ^1.0 -> found psr/container[1.0.0, 1.1.0, 1.1.1, 1.1.2] but the package is fixed to 2.0.2 (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.
- atymic/twitter 3.1.16 requires php-di/php-di ^6.2 -> satisfiable by php-di/php-di[6.2.0, ..., 6.4.0].
- Root composer.json requires atymic/twitter 3.1.16 -> satisfiable by atymic/twitter[3.1.16].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.`