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
在引入框架时,报下面的错:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- overtrue/wechat 3.0.4 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.3 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.2 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.1 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- Installation request for overtrue/wechat ^3.0 -> satisfiable by overtrue/wechat[3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4].
在引入框架时,报下面的错:
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- overtrue/wechat 3.0.4 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.3 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.2 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0.1 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- overtrue/wechat 3.0 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.
- Installation request for overtrue/wechat ^3.0 -> satisfiable by overtrue/wechat[3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4].
我也参考一些解决的方法,在composer.json里添加了下面一句,发现也不行
"minimum-stability" : "dev",
The text was updated successfully, but these errors were encountered: