-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHPUnit lock file is not up to date with composer.json #52844
Labels
Comments
I guess this is caused by the latest PHPUnit versions shipping the In the meantime you can enforce an older PHPUnit version with the
|
Zombaya
added a commit
to integr8rs/DoctrineEncryptBundle
that referenced
this issue
Feb 29, 2024
Zombaya
added a commit
to integr8rs/DoctrineEncryptBundle
that referenced
this issue
Feb 29, 2024
Changes ======= * Set variable to use correct phpunit to run on lowest See symfony/symfony#52844 * Up the minimum-requirement for symfony/flex for demo/sf5.4 to 1.21 * Update minimal version of doctrine/doctrine-bundle to allow installing with prefer-lowest on sf 5.4
alexander-schranz
added a commit
to alexander-schranz/RestRoutingBundle
that referenced
this issue
Apr 4, 2024
wachterjohannes
pushed a commit
to handcraftedinthealps/RestRoutingBundle
that referenced
this issue
Apr 4, 2024
* Allow Symfony 7 versions * Define symfony version in CI run * Fix issue with symfony/symfony#52844 * Skip test when framework extra bundle is not available
This was referenced Apr 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Symfony version(s) affected
6.3
Description
When running
bin/phpunit install
, I encountered this error:I think this error is caused by the script adding
"symfony/phpunit-bridge": "*@dev"
to phpunit'scomposer.json
.Additional Context
symfony/phpunit-bridge: ^6.3.8
with the latest recipesThe text was updated successfully, but these errors were encountered: