Skip to content

Conversation

Papouete
Copy link

Quand je veux exécuter composer require php-tmdb/symfony:^4, l'erreur était la suivante :
Problem 1 your root compo - Root composer.json requires php-tmdb/symfony 4 -> satisfiable by php-tmdb/symfony[4.0.0]. - php-tmdb/symfony 4.0.0 requires symfony/phpunit-bridge ^4.2 -> found symfony/phpunit-bridge[v4.2.0, ..., v4.4.33] but it conflicts with v4.4.33] but it conflicts with your root composer.json require (^5.3).

Pour résoudre le problème j'ai donc créé une nouvelle branch appelé "phpunit-bridge-fix" qui modifie la branch master et en rajoutant :
"require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5", }

@wtfzdotnet
Copy link
Member

Superseded by #42, thanks for your efforts though!

@wtfzdotnet wtfzdotnet closed this Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants