Commit 60783c4
committed
minor #1359 Use 'composer audit' instead of 'symfony check:security' (rosier)
This PR was merged into the main branch.
Discussion
----------
Use 'composer audit' instead of 'symfony check:security'
Since Composer 2.4, there is a new command called audit, that outputs a list of reported security vulnerabilities for the list of packages versions currently installed.
This removes the need to download and install Symfony CLI
Commits
-------
c958cfe Use 'composer audit' instead of 'symfony check:security'1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | 89 | | |
94 | 90 | | |
95 | | - | |
| 91 | + | |
96 | 92 | | |
97 | 93 | | |
98 | 94 | | |
| |||
0 commit comments