Skip to content

Commit 2c5bed2

Browse files
authored
Merge pull request dingo#1177 from lucasmichot/feature/master/dotted-suggests
Add a final dot to suggests.
2 parents 8aa36bc + 0ad5c53 commit 2c5bed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"suggest": {
4242
"lucadegasperi/oauth2-server-laravel": "Protect your API with OAuth 2.0.",
43-
"tymon/jwt-auth": "Protect your API with JSON Web Tokens"
43+
"tymon/jwt-auth": "Protect your API with JSON Web Tokens."
4444
},
4545
"autoload": {
4646
"psr-4": {

0 commit comments

Comments
 (0)