【发布时间】:2021-05-27 08:19:50
【问题描述】:
我正在尝试将 Paystack 支付平台集成到我的项目中。但是每次我运行命令
composer require wisdomanthoni/cashier-paystack,返回如下错误。
./composer.json has been updated
Running composer update wisdomanthoni/cashier-paystack
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires wisdomanthoni/cashier-paystack ^1.0 -> satisfiable by wisdomanthoni/cashier-paystack[v1.0.0].
- wisdomanthoni/cashier-paystack v1.0.0 requires illuminate/database ~5.7.0|~5.8.0 -> found illuminate/database[v5.7.0, ..., 5.8.x-dev] but these were not loaded, likely because it conflicts with another require.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
【问题讨论】:
-
wisdomanthoni/cashier-paystack是一个相当老的包,你应该搜索仍然在维护的东西
标签: php laravel composer-php