Skip to content

Commit 9eb9f98

Browse files
authored
fix: added keywords to composer.json (firebase#243) (firebase#271)
1 parent 4566062 commit 9eb9f98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

composer.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "firebase/php-jwt",
33
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
44
"homepage": "https://github.com/firebase/php-jwt",
5+
"keywords": [
6+
"php",
7+
"jwt"
8+
],
59
"authors": [
610
{
711
"name": "Neuman Vong",

0 commit comments

Comments
 (0)