How-To Update from archive with composer #4094
Unanswered
alexh-swdev
asked this question in
Questions & Answers
Replies: 1 comment 16 replies
-
I'm not sure how the zip with the vendor directory is generated, but I suggest you to move your installation to composer. It's time consuming, but it's the old future! |
Beta Was this translation helpful? Give feedback.
16 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a seperate repo where i always push the OM releases to. Therefore, I am using usually the full upgrade zips (the one with the vendor folder etc.) from the release and merge it in.
(Then I diff the changes between the releases and apply it to the custom shops)
Because of #4093 I tried using the src archive (without the vendor etc. folder) and run
composer install --no-dev --optimize-autoloader -n
from the root folder. In the end I am getting errors about failiures when applying patches to zf1-future:Can I ignore those? (I guess, not :) )
What did I do wrong?
Beta Was this translation helpful? Give feedback.
All reactions