Skip to content

Commit 029d5df

Browse files
committed
bug #103 Support alternative bin dirs for the security checker (stof)
This PR was merged into the master branch. Discussion ---------- Support alternative bin dirs for the security checker | Q | A | ------------- | --- | License | MIT The auto-scripts entry now relies on the fact that Composer adds the bin-dir in the PATH instead of asking the Flex plugin to run a php-script. Fixes symfony/flex#109 Commits ------- ac72605 Support alternative bin dirs for the security checker
2 parents 30fdab6 + ac72605 commit 029d5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sensiolabs/security-checker/4.0/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"etc/": "%ETC_DIR%/"
44
},
55
"composer-scripts": {
6-
"vendor/bin/security-checker security:check": "php-script"
6+
"security-checker security:check": "script"
77
},
88
"aliases": ["security-check", "security-checker", "sec-checker", "sec-check", "sec-checks"]
99
}

0 commit comments

Comments
 (0)