Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit c4ed2ea

Browse files
committed
Install SensioLabs Security Checker
1 parent 9fdded9 commit c4ed2ea

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
/bin/*
1818
!/bin/.gitkeep
1919
!/bin/php-cs-fixer*
20+
!/bin/security-checker*
2021
/public/bundles/
2122
/var/*
2223
!/var/.gitkeep

bin/security-checker

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
security-checker.phar

bin/security-checker.phar

584 KB
Binary file not shown.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"scripts": {
7474
"auto-scripts": {
7575
"cache:clear": "symfony-cmd",
76-
"assets:install %PUBLIC_DIR%": "symfony-cmd"
76+
"assets:install %PUBLIC_DIR%": "symfony-cmd",
77+
"security-checker security:check": "script"
7778
},
7879
"post-install-cmd": [
7980
"@auto-scripts"

0 commit comments

Comments
 (0)