summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnant Narayanan <anant@kix.in>2013-04-03 15:56:16 -0700
committerAnant Narayanan <anant@kix.in>2013-04-03 15:56:16 -0700
commit564878fccb6e1fac83d229ce1d3122fc3d915922 (patch)
tree9843ca4783ad46bafc1d4a924a22ce9df8438098
parent0e112c9ba6ab931622b076173aeb84b24633de64 (diff)
downloadphp-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.zip
php-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.tar.gz
php-jwt-564878fccb6e1fac83d229ce1d3122fc3d915922.tar.bz2
Some re-organization as per PEPr suggestions
-rw-r--r--Authentication/JWT.php (renamed from JWT.php)0
-rw-r--r--JWT-0.1.0.tgzbin2981 -> 0 bytes
-rw-r--r--tests/JWTTest.php2
3 files changed, 1 insertions, 1 deletions
diff --git a/JWT.php b/Authentication/JWT.php
index fb32df1..fb32df1 100644
--- a/JWT.php
+++ b/Authentication/JWT.php
diff --git a/JWT-0.1.0.tgz b/JWT-0.1.0.tgz
deleted file mode 100644
index f06c82c..0000000
--- a/JWT-0.1.0.tgz
+++ /dev/null
Binary files differ
diff --git a/tests/JWTTest.php b/tests/JWTTest.php
index caac717..db50ee6 100644
--- a/tests/JWTTest.php
+++ b/tests/JWTTest.php
@@ -1,6 +1,6 @@
<?php
-include_once 'JWT.php';
+include_once 'Authentication/JWT.php';
class JWTTest extends PHPUnit_Framework_TestCase {
function testEncodeDecode() {