Skip to content

Commit 231e674

Browse files
author
Li
committed
#395 Add the parser for PHP composer, and add test cases
1 parent 4574f3b commit 231e674

File tree

9 files changed

+1404
-0
lines changed

9 files changed

+1404
-0
lines changed

src/packagedcode/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ def as_dict(self, **kwargs):
312312
repo_ivy = 'IVY'
313313
repo_maven = 'Maven'
314314
repo_npm = 'NPM'
315+
repo_phpcomposer = 'Packagist'
315316
repo_nuget = 'Nuget'
316317
repo_python = 'Pypi'
317318
repo_yum = 'YUM'
@@ -325,6 +326,7 @@ def as_dict(self, **kwargs):
325326
repo_ivy,
326327
repo_maven,
327328
repo_npm,
329+
repo_phpcomposer,
328330
repo_nuget,
329331
repo_python,
330332
repo_yum,

0 commit comments

Comments
 (0)