UNPKG

snyk-php-plugin

Version:
4 lines (3 loc) 194 B
import { SystemPackages } from '@snyk/composer-lockfile-parser'; import { PhpOptions } from './types'; export declare function systemDeps(basePath: string, options: PhpOptions): SystemPackages;