feat: add composer.json version to Package module (#716)

This commit is contained in:
Morten Scheel
2019-12-12 03:05:39 +01:00
committed by Matan Kushner
parent dce52390c8
commit e38a257656
3 changed files with 42 additions and 0 deletions
+2
View File
@@ -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.