Expand description
PHP/Composer ecosystem support for deps-lsp.
This module provides composer.json parsing and Packagist registry integration for PHP projects.
Re-exports§
pub use ecosystem::ComposerEcosystem;pub use error::ComposerError;pub use error::Result;pub use formatter::ComposerFormatter;pub use lockfile::ComposerLockParser;pub use parser::ComposerParseResult;pub use parser::parse_composer_json;pub use registry::PackagistRegistry;pub use types::ComposerDependency;pub use types::ComposerPackage;pub use types::ComposerSection;pub use types::ComposerVersion;