Added more keywords, removed suggest key

This commit is contained in:
Alex Bilbie 2014-04-06 19:20:17 +01:00
parent f78bb954d0
commit ac29fc4a62

View File

@ -20,8 +20,12 @@
"keywords": [ "keywords": [
"oauth", "oauth",
"oauth2", "oauth2",
"oauth 2",
"oauth 2.0",
"server", "server",
"auth",
"authorization", "authorization",
"authorisation",
"authentication", "authentication",
"resource", "resource",
"api", "api",
@ -46,8 +50,5 @@
"League\\OAuth2\\Server\\": "src/", "League\\OAuth2\\Server\\": "src/",
"LeagueTests\\": "tests/" "LeagueTests\\": "tests/"
} }
},
"suggest": {
} }
} }