Composer: Difference between revisions
add Test an upgrade |
extract SemVer to new article |
||
| (One intermediate revision by the same user not shown) | |||
| Line 123: | Line 123: | ||
== Semantic Versioning == | == Semantic Versioning == | ||
Using Composer correctly means that you understand and follow [ | Using Composer correctly means that you understand and follow [[Semantic Versioning]] | ||
== Commands == | == Commands == | ||
<code>composer show -a mediawiki/semantic-media-wiki</code> will show you the available versions of the package. | |||
<code>composer --help</code> will show you something like this: | <code>composer --help</code> will show you something like this: | ||