Skip to content

Commit

Permalink
EZP-31821: Failing security-checker results in errored installation (#…
Browse files Browse the repository at this point in the history
…608)

(cherry picked from commit 70249bc)
  • Loading branch information
glye authored and vagrant committed Oct 15, 2020
1 parent 43c3119 commit 999275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"eZ\\Bundle\\EzPublishCoreBundle\\Composer\\ScriptHandler::dumpAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"@php bin/security-checker security:check"
"@php bin/security-checker security:check || true"
],
"post-install-cmd": [
"@symfony-scripts"
Expand Down

0 comments on commit 999275c

Please sign in to comment.