Skip to content
Snippets Groups Projects
Commit 9b381244 authored by Kunal Sachdev's avatar Kunal Sachdev Committed by Adam G-H
Browse files

Issue #3356395 by kunal.sachdev: ComposerInspector::validateProject() passes...

Issue #3356395 by kunal.sachdev: ComposerInspector::validateProject() passes unnecessary flags to `composer validate`
parent 98892fa9
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,7 @@ class ComposerInspector implements LoggerAwareInterface {
'--check-lock',
'--no-check-publish',
'--with-dependencies',
'--no-interaction',
'--ansi',
'--no-cache',
'--no-ansi',
"--working-dir=$working_dir",
]);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment