summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McFadden <d3mcfadden@gmail.com>2013-06-28 15:08:17 +0000
committerDan McFadden <d3mcfadden@gmail.com>2013-06-28 15:08:17 +0000
commit90557bc657b5988c124ac40ce9fdcfdf77c691d7 (patch)
tree3a2f7f883aa75c5ad7723cc710c312a914a4ca56
parent82113fd351cea127ded3d07e40eb46865db9e8f2 (diff)
downloadphp-jwt-90557bc657b5988c124ac40ce9fdcfdf77c691d7.zip
php-jwt-90557bc657b5988c124ac40ce9fdcfdf77c691d7.tar.gz
php-jwt-90557bc657b5988c124ac40ce9fdcfdf77c691d7.tar.bz2
Fix package file
JWT.php was moved into ./Authentication dir w/o updating package file
-rw-r--r--package.xml2
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>