composer require stripe/stripe-php
< /code>
Но я понял ошибку. < /p>
Problem 1
- Root composer.json requires kreait/laravel-firebase ^3.0,
found kreait/laravel-firebase[3.0.0]
but the package is fixed to 2.2.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.
Use the option --with-all-dependencies (-W) to allow upgrades,
downgrades and removals for packages currently locked to specific versions.
Я также попробовал обновление композитора , но я все еще получаю эту ошибку.
Я не могу добавить новый пакет в проекте Laravel 7.2. Я пытался запустить эту команду < /p> [code]composer require stripe/stripe-php < /code> Но я понял ошибку. < /p> Problem 1 - Root composer.json requires kreait/laravel-firebase ^3.0, found kreait/laravel-firebase[3.0.0] but the package is fixed to 2.2.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.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. [/code] Я также попробовал обновление композитора , но я все еще получаю эту ошибку.