如何解决这个问题,我使用的是 Symfony 3.1
How to solve this problem, im using Symfony 3.1
composer require symfonycasts/reset-password-bundle
打印这个
问题 1
- symfonycasts/reset-password-bundle[v1.9.0, ..., v1.9.1] 需要 symfony/config ^4.4 | ^5.0 -> 找到 symfony/config[v4.4.0, ..., v4.4.26, v5.0.0, ..., v5.3.3] 但这些未加载,可能是因为它与另一个要求冲突。
- 根 composer.json 需要 symfonycasts/reset-password-bundle ^1.9 -> symfonycasts/reset-password-bundle[v1.9.0, v1.9.1].
可满足
正如您在 packagist page of that package, there is no version of that bundle that is compatible with a Symfony version older than 4.4. And as Symfony 3.1 is out of support 上看到的那样,已经四年了,无论如何您都应该计划更新它
composer require symfonycasts/reset-password-bundle
打印这个
问题 1 - symfonycasts/reset-password-bundle[v1.9.0, ..., v1.9.1] 需要 symfony/config ^4.4 | ^5.0 -> 找到 symfony/config[v4.4.0, ..., v4.4.26, v5.0.0, ..., v5.3.3] 但这些未加载,可能是因为它与另一个要求冲突。 - 根 composer.json 需要 symfonycasts/reset-password-bundle ^1.9 -> symfonycasts/reset-password-bundle[v1.9.0, v1.9.1].
可满足正如您在 packagist page of that package, there is no version of that bundle that is compatible with a Symfony version older than 4.4. And as Symfony 3.1 is out of support 上看到的那样,已经四年了,无论如何您都应该计划更新它