diff options
author | Dan McFadden <d3mcfadden@gmail.com> | 2013-06-28 15:08:17 +0000 |
---|---|---|
committer | Dan McFadden <d3mcfadden@gmail.com> | 2013-06-28 15:08:17 +0000 |
commit | 90557bc657b5988c124ac40ce9fdcfdf77c691d7 (patch) | |
tree | 3a2f7f883aa75c5ad7723cc710c312a914a4ca56 | |
parent | 82113fd351cea127ded3d07e40eb46865db9e8f2 (diff) | |
download | php-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.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> |