Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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'
- Loading branch information