Skip to content

Commit

Permalink
Merge pull request #5 from phramework/ak-use-5.x
Browse files Browse the repository at this point in the history
Update JWT library to version 5
  • Loading branch information
nohponex committed Sep 4, 2017
2 parents 7aa978c + beca869 commit ea59697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"phramework/phramework": "^1.0",
"ext-json": "*",
"ext-mcrypt": "*",
"firebase/php-jwt": "^3.0"
"firebase/php-jwt": "^5.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
Expand Down
3 changes: 2 additions & 1 deletion tests/src/JWTTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
namespace Phramework\Authentication\JWT;

use \Phramework\Phramework;
use PHPUnit\Framework\TestCase;

class JWTTest extends \PHPUnit_Framework_TestCase
class JWTTest extends TestCase
{
protected static $users = [];

Expand Down

0 comments on commit ea59697

Please sign in to comment.