Does the plugin API version always match the Composer version? #10030
-
Based on renovatebot/renovate#11019: Composer automatically updates the So does the plugin API version always match the Composer version? Or phrased differently given the context of the mentioned ticket: can one safely determine the last Composer major+minor version which was used to update the lockfile? The change mentioned in the ticket (7dd95a7) implies this slightly since this plugin API version bump was published with the first RC of Composer 2.1. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
In short.. no. It only gets bumped when we do add features, so most likely it'll only at best match the major.minor version of the composer used. But if nothing changes for plugins most likely we will not even bump it, and it may remain at 2.1.0 for a while. I am not sure what you are trying to achieve here though? |
Beta Was this translation helpful? Give feedback.
In short.. no. It only gets bumped when we do add features, so most likely it'll only at best match the major.minor version of the composer used. But if nothing changes for plugins most likely we will not even bump it, and it may remain at 2.1.0 for a while.
I am not sure what you are trying to achieve here though?