deployer v7 & symfony dependencies #2342
Unanswered
jonnitto
asked this question in
Help needed
Replies: 2 comments
-
Yes, I tried to go 4 || 5 way, but this is error prone and complicated. So now I specify exactly what Deployer is using. If you encounter install problems consider installing deployer/dist instead. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, thank you for your fast answer. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While testing the beta of version 7, I had some issues with the dependencies: Because of the release cycle, some tools/cms/packages still stick to
"symfony/console": ^4.2
and"symfony/yaml": ^4.2
It is really required to use version 5? Or would it be possible to set this to
^4.2 || ^5.0
?Beta Was this translation helpful? Give feedback.
All reactions