Skip to content

Commit

Permalink
feat: update snyk-php-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
dkontorovskyy committed Jun 12, 2019
1 parent 6a7e93d commit ce6474b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"snyk-mvn-plugin": "2.3.0",
"snyk-nodejs-lockfile-parser": "1.13.0",
"snyk-nuget-plugin": "1.10.0",
"snyk-php-plugin": "1.5.3",
"snyk-php-plugin": "1.6.2",
"snyk-policy": "1.13.5",
"snyk-python-plugin": "1.10.2",
"snyk-resolve": "1.0.1",
Expand Down
3 changes: 3 additions & 0 deletions src/lib/plugins/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export interface Options {
multiDepRoots?: boolean;
debug?: boolean;
packageManager?: string;
composerIsFine?: boolean;
composerPharIsFine?: boolean;
systemVersions?: object;
}

export interface Plugin {
Expand Down

0 comments on commit ce6474b

Please sign in to comment.