How to ugrade OpenMage 20.1.x to 20.3.x #3713
Danieleeffe1
started this conversation in
General
Replies: 2 comments 4 replies
-
if you're using composer in your project, you could open the composer.json, change the version there to 20.3.0 and then run a composer install :-) |
Beta Was this translation helpful? Give feedback.
3 replies
-
it depends how you installed OpenMage. Do you have it as dependency in your composer.json, or is the composer.json you use the one of OpenMage itself? (the second one you get for example when you downloaded the project via git or a release zip file) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know it seems like a stupid question, but doing a search in the various sections I didn't find an "immediate" answer, therefore in doubt.
How do you update the various versions of openmage?
I'm currently using 20.1.x and would like to upgrade to 20.3.x
I thought it was sufficient to run "composer update" from CMD, but the indicated version remains 20.1.x
Should I download the source zip file, unzip it and overwrite the current version or is there a less brutal way?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions