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
Greetings, I have had problems updating a Laravel application (php 8.1, guzzle 7.1)
and follow sdk to consume the Mifiel services, which I currently use but in an older version of Laravel. for technical reasons it is migrating to a more updated version, but we get this problem with the sdk
Problem 1
- Root composer.json requires mifiel/api-client * -> satisfiable by mifiel/api-client[dev-feature/testing, dev-feature/transfers, dev-master, dev-test7.3, dev-develop, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 9999999-dev].
- mifiel/api-client[dev-feature/testing, dev-feature/transfers, dev-master, dev-test7.3, dev-develop, 1.0.0, ..., 1.0.1, 2.0.0, ..., 2.0.3] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but the package is fixed to 7.5.0 (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.
The text was updated successfully, but these errors were encountered:
Greetings, I have had problems updating a Laravel application (php 8.1, guzzle 7.1)
and follow sdk to consume the Mifiel services, which I currently use but in an older version of Laravel. for technical reasons it is migrating to a more updated version, but we get this problem with the sdk
Problem 1
- Root composer.json requires mifiel/api-client * -> satisfiable by mifiel/api-client[dev-feature/testing, dev-feature/transfers, dev-master, dev-test7.3, dev-develop, 1.0.0, 1.0.1, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 9999999-dev].
- mifiel/api-client[dev-feature/testing, dev-feature/transfers, dev-master, dev-test7.3, dev-develop, 1.0.0, ..., 1.0.1, 2.0.0, ..., 2.0.3] require guzzlehttp/guzzle ~6.0 -> found guzzlehttp/guzzle[6.0.0, ..., 6.5.x-dev] but the package is fixed to 7.5.0 (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.
The text was updated successfully, but these errors were encountered: