Skip to content

Commit c794eeb

Browse files
committed
Merge pull request firebase#2 from phansys/master
Added composer.json
2 parents f4fc744 + ae54c37 commit c794eeb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "firebase/php-jwt",
3+
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
4+
"homepage": "https://github.com/firebase/php-jwt",
5+
"authors": [
6+
{
7+
"name": "Neuman Vong",
8+
"email": "[email protected]",
9+
"role": "Developer"
10+
},
11+
{
12+
"name": "Anant Narayanan",
13+
"email": "[email protected]",
14+
"role": "Developer"
15+
}
16+
],
17+
"license": "BSD-3-Clause",
18+
"require": {
19+
"php": ">=5.2.0"
20+
},
21+
"autoload": {
22+
"classmap": ["Authentication/"]
23+
},
24+
"target-dir": "Firebase/PHP-JWT",
25+
"minimum-stability": "dev"
26+
}

0 commit comments

Comments
 (0)