summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMorten Scheel <morten@mortenscheel.com>2019-12-12 03:05:39 +0100
committerMatan Kushner <hello@matchai.me>2019-12-11 21:05:39 -0500
commite38a25765628e447408f4dc0e636d93585547fa0 (patch)
tree35b6d61e04517ff1f56791702848aeaf9559fa88 /docs
parentdce52390c8733ad10b8d33f61290b8a2b7a695d0 (diff)
feat: add composer.json version to Package module (#716)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 41562482b..41b38585d 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -860,6 +860,8 @@ and `poetry` packages.
in the current directory
- **poetry** – The `poetry` package version is extracted from the `pyproject.toml` present
in the current directory
+- **composer** – The `composer` package version is extracted from the `composer.json` present
+ in the current directory
> ⚠️ The version being shown is that of the package whose source code is in your
> current directory, not your package manager.