A
A
Alexander Verbitsky2021-12-17 04:04:34
PHP
Alexander Verbitsky, 2021-12-17 04:04:34

Why does an error appear when installing an extension via composer?

Good afternoon! I'm trying to install an extension through composer, but I keep getting an error...

- lapaygroup/russianpost[0.4.5, ..., 0.4.12] require guzzlehttp/guzzle ^6.3 -> 
found guzzlehttp/guzzle[6.3.0, ..., 6.5.5] but it conflicts with your root composer.json require (^7.3).

As I understand it, the application requires guzzlehttp/guzzle versions from 6.3.0 to 6.5.5, and I have 7.3 installed... But by clicking on the lapaygroup/RussianPost link, you can see that the extension works on version 7.3

. There is also a second error, meaning which I don't understand at all.
- Root composer.json requires lapaygroup/russianpost ^0.4.5 ->
satisfiable by lapaygroup/russianpost[0.4.5, ..., 0.4.12].


Please help. Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Bay, 2021-12-17
@kawabanga

lapaygroup/russianpost[0.4.5, ..., 0.4.12]
In the tag https://github.com/lapaygroup/RussianPost/blob/0.4... "guzzlehttp/guzzle": "^6.3",
Choose another version Russian Post package

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question