Skip to content

Commit 90557bc

Browse files
committed
Fix package file
JWT.php was moved into ./Authentication dir w/o updating package file
1 parent 82113fd commit 90557bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Initial release with basic support for JWT encoding, decoding and signature veri
3737
<dir name="tests">
3838
<file name="JWTTest.php" role="test" />
3939
</dir>
40-
<file name="JWT.php" role="php" />
40+
<file name="Authentication/JWT.php" role="php" />
4141
</dir>
4242
</contents>
4343
<dependencies>

0 commit comments

Comments
 (0)