Skip to content

Conversation

@nicodemuz
Copy link
Contributor

The doctrine/doctrine-bundle seems to only be used by tests: https://github.com/search?q=repo%3Alexik%2FLexikTranslationBundle%20Doctrine%5CBundle&type=code

This PR moves the requirement under require-dev so that I can install doctrine-bundle v3 in my project:

  Problem 1
    - Root composer.json requires lexik/translation-bundle ^7.3 -> satisfiable by lexik/translation-bundle[v7.3, ..., v7.3.6].
    - lexik/translation-bundle[v7.3, ..., v7.3.6] require doctrine/doctrine-bundle ^2.2 -> found doctrine/doctrine-bundle[2.2.0, ..., 2.18.2] but it conflicts with your root composer.json require (^3.2).

The doctrine/doctrine-bundle seems to only be used by tests:
https://github.com/search?q=repo%3Alexik%2FLexikTranslationBundle%20Doctrine%5CBundle&type=code

This PR moves the requirement under require-dev so that I can install doctrine-bundle v3 in my project:

```
  Problem 1
    - Root composer.json requires lexik/translation-bundle ^7.3 -> satisfiable by lexik/translation-bundle[v7.3, ..., v7.3.6].
    - lexik/translation-bundle[v7.3, ..., v7.3.6] require doctrine/doctrine-bundle ^2.2 -> found doctrine/doctrine-bundle[2.2.0, ..., 2.18.2] but it conflicts with your root composer.json require (^3.2).
```
@bartmcleod
Copy link
Collaborator

@nicodemuz Not all checks pass, can you have a look maybe?

@nicodemuz
Copy link
Contributor Author

@bartmcleod can you trigger the tests again?

@bartmcleod bartmcleod merged commit ab0a706 into lexik:master Jan 26, 2026
3 checks passed
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