Skip to content

Commit 0a25cda

Browse files
authored
Merge pull request #1148 from BrentRobert/patch-1
Correct composer require for roave
2 parents b3986f0 + f28abc5 commit 0a25cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tasks/securitychecker/roave.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Security Checker will check your `composer.lock` file for known security vul
55
***Composer***
66

77
```
8-
composer require --dev roave/security-advisories:lastest-dev
8+
composer require --dev roave/security-advisories:dev-latest
99
```
1010
More information about the library can be found on [GitHub](https://github.com/Roave/SecurityAdvisories).
1111

0 commit comments

Comments
 (0)