dmaicher / doctrine-test-bundle

Symfony bundle to isolate your app's doctrine database tests and improve the test performance
MIT License
1.08k stars 61 forks source link

Support Symfony 7 #271

Closed thejoelinux closed 11 months ago

thejoelinux commented 11 months ago

When upgrading to Symfony 7.0.*, the module blocks the whole process :

dama/doctrine-test-bundle[v7.0.0, ..., v7.1.1] require symfony/cache ^4.4 || ^5.4 || ^6.0 -> found symfony/cache[v4.4.0, ..., v4.4.48, v5.4.0, ..., v5.4.32, v6.0.0, ..., v6.4.0] but these were not loaded, likely because it conflicts with another require.
dama/doctrine-test-bundle[v7.2.0, ..., v7.3.0] require symfony/cache ^5.4 || ^6.0 -> found symfony/cache[v5.4.0, ..., v5.4.32, v6.0.0, ..., v6.4.0] but these were not loaded, likely because it conflicts with another require.
dmaicher commented 11 months ago

Version 8 of this bundle is compatible with Symfony 7.

thejoelinux commented 11 months ago

Sorry ! I tried to update it but for some reason i did not see the 8.0 version.

Thanks for your answer.