PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, May 20, 2022

[FIXED] How to solve this problem, im using Symfony 3.1

 May 20, 2022     composer-php, php, symfony     No comments   

Issue

composer require symfonycasts/reset-password-bundle

print this

Problem 1 - symfonycasts/reset-password-bundle[v1.9.0, ..., v1.9.1] require symfony/config ^4.4 | ^5.0 -> found symfony/config[v4.4.0, ..., v4.4.26, v5.0.0, ..., v5.3.3] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires symfonycasts/reset-password-bundle ^1.9 -> satisfiable by symfonycasts/reset-password-bundle[v1.9.0, v1.9.1].


Solution

As you can see on the 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 for four years now, you should plan to update it anyways



Answered By - Nico Haase
Answer Checked By - David Marino (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

1,259,364

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © 2025 PHPFixing