You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
0 commit comments