Versions in this module Expand all Collapse all v0 v0.1.0 Jan 22, 2024 Changes in this version + func Name() string + func PkgType() model.PkgType + type Collector struct + func NewCollector() *Collector + type ComposerInfo struct + DepPkgMap map[string]string + License string + Name string + type ComposerJsonFileParser struct + func NewComposerJsonFileParser() *ComposerJsonFileParser + func (m *ComposerJsonFileParser) Matcher() collector.FileMatcher + func (m *ComposerJsonFileParser) Parse(filePath string) ([]model.Package, error) + type ComposerLockFileParser struct + func NewComposerLockFileParser() *ComposerLockFileParser + func (m *ComposerLockFileParser) Matcher() collector.FileMatcher + func (m *ComposerLockFileParser) Parse(filePath string) ([]model.Package, error) + type PhpComposerLockInfo struct + Packages []PhpComposerLockMetadata + type PhpComposerLockMetadata struct + License []string + Name string + Version string