Commit ab0a706
authored
Move doctrine/doctrine-bundle requirement under require-dev (#493)
* Move doctrine/doctrine-bundle requirement under require-dev
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).
```
* Add symfony/var-exporter dependency to composer.json1 parent 76650d5 commit ab0a706
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments