diff options
author | Anant Narayanan <anant@kix.in> | 2013-07-09 09:41:05 -0700 |
---|---|---|
committer | Anant Narayanan <anant@kix.in> | 2013-07-09 09:41:05 -0700 |
commit | f4fc7448173dc87f306b7fd61ad602a57b3299b5 (patch) | |
tree | 3a2f7f883aa75c5ad7723cc710c312a914a4ca56 | |
parent | 82113fd351cea127ded3d07e40eb46865db9e8f2 (diff) | |
parent | 90557bc657b5988c124ac40ce9fdcfdf77c691d7 (diff) | |
download | php-jwt-f4fc7448173dc87f306b7fd61ad602a57b3299b5.zip php-jwt-f4fc7448173dc87f306b7fd61ad602a57b3299b5.tar.gz php-jwt-f4fc7448173dc87f306b7fd61ad602a57b3299b5.tar.bz2 |
Merge pull request #1 from CompendiumSoftware/master
Fix package
-rw-r--r-- | package.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.xml b/package.xml index 9ec07e9..6c44498 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ Initial release with basic support for JWT encoding, decoding and signature veri <dir name="tests"> <file name="JWTTest.php" role="test" /> </dir> - <file name="JWT.php" role="php" /> + <file name="Authentication/JWT.php" role="php" /> </dir> </contents> <dependencies> |