Skip to content

Commit 24b0757

Browse files
committed
Update package file for PEAR submission
1 parent 872d372 commit 24b0757

File tree

3 files changed

+24
-28
lines changed

3 files changed

+24
-28
lines changed

JWT.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* http://tools.ietf.org/html/draft-ietf-oauth-json-web-token-06
66
*
77
* @author Neuman Vong <[email protected]>
8-
* @author Anant Narayanan <anant@kix.in>
8+
* @author Anant Narayanan <anant@php.net>
99
*/
1010
class JWT
1111
{

Makefile

Lines changed: 0 additions & 6 deletions
This file was deleted.

package.xml

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,39 @@
66
<name>JWT</name>
77
<channel>pear.php.net</channel>
88
<summary>A JWT encoder/decoder.</summary>
9-
<description>A JWT encoder/decoder.</description>
9+
<description>A JWT encoder/decoder library for PHP.</description>
1010
<lead>
1111
<name>Neuman Vong</name>
1212
<user>lcfrs</user>
1313
<email>[email protected]</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2011-03-25</date>
17-
<time>16:47:26</time>
16+
<lead>
17+
<name>Anant Narayanan</name>
18+
<user>anant</usr>
19+
<email>[email protected]</email>
20+
<active>yes</active>
21+
</lead>
22+
<date>2012-12-31</date>
1823
<version>
19-
<release>0.0.0</release>
20-
<api>0.0.0</api>
24+
<release>0.1.0</release>
25+
<api>0.1.0</api>
2126
</version>
2227
<stability>
23-
<release>alpha</release>
24-
<api>alpha</api>
28+
<release>beta</release>
29+
<api>beta</api>
2530
</stability>
26-
<license uri="http://creativecommons.org/licenses/MIT/">MIT License</license>
31+
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
2732
<notes>
28-
No release notes.
33+
Initial release with basic support for JWT encoding, decoding and signature verification.
2934
</notes>
3035
<contents>
3136
<dir baseinstalldir="/" name="/">
3237
<dir name="tests">
33-
<file name="Bootstrap.php" role="test" />
3438
<file name="JWTTest.php" role="test" />
35-
<file name="phpunit.xml" role="test" />
36-
</dir> <!-- //tests -->
39+
</dir>
3740
<file name="JWT.php" role="php" />
38-
<file name="Makefile" role="data" />
39-
</dir> <!-- / -->
41+
</dir>
4042
</contents>
4143
<dependencies>
4244
<required>
@@ -58,17 +60,17 @@ No release notes.
5860
<changelog>
5961
<release>
6062
<version>
61-
<release>0.0.0</release>
62-
<api>0.0.0</api>
63+
<release>0.1.0</release>
64+
<api>0.1.0</api>
6365
</version>
6466
<stability>
65-
<release>alpha</release>
66-
<api>alpha</api>
67+
<release>beta</release>
68+
<api>beta</api>
6769
</stability>
68-
<date>2011-03-25</date>
69-
<license uri="http://creativecommons.org/licenses/MIT/">MIT License</license>
70+
<date>2012-12-31</date>
71+
<license uri="http://opensource.org/licenses/BSD-3-Clause">BSD 3-Clause License</license>
7072
<notes>
71-
No release notes.
73+
Initial release with basic support for JWT encoding, decoding and signature verification.
7274
</notes>
7375
</release>
7476
</changelog>

0 commit comments

Comments
 (0)