Replies: 2 comments
-
in the demo repository is a workflow to run a composer update, this could get reused if its wished. |
Beta Was this translation helpful? Give feedback.
0 replies
-
weird, I thought dependabot was taking care of this... I don't know why this is not happening but in the meanwhile I've created #3817 |
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
-
In my test environment I periodically run
composer update
. The composer.json file changes with new versions. When I get the commits from the OpenMage repository, this file is also retrieved, which obviously has an older version. Because there are many recordings that PHPStorm asks me to analyze, I accept the OpenMage version and then update with composer again.Is there any way to keep both composer.json and composer.lock updated periodically in the OpenMage repository, so that whoever downloads these files gets the latest version of the packages inside?
Beta Was this translation helpful? Give feedback.
All reactions