Skip to content

Commit

Permalink
Allow firebase/php-jwt 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chregu committed Jun 24, 2022
1 parent 5a29ff9 commit 399e180
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ This project tries to follow [Semantic Versioning](http://semver.org/) since the

This document mainly describes API changes important to users of this library.

# 1.18.2 - 2022-06-24

* Allow firebase/php-jwt 5.0

# 1.18.1 - 2022-06-24

* Add mimetype attribute to SourceImage object.


# 1.18.0 - 2022-05-31

* Remove support for PHP 7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"guzzlehttp/psr7": "^1.7|^2.1",
"ext-json": "*",
"rokka/utils": "^1.0",
"firebase/php-jwt": "^6.2"
"firebase/php-jwt": "^5.0||^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20|^9.4",
Expand Down
1 change: 1 addition & 0 deletions src/Core/SourceImage.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ public function __construct(
$this->hash = $hash;
$this->name = $name;
$this->format = $format;
$this->mimetype = $mimetype;
$this->size = $size;
$this->width = $width;
$this->height = $height;
Expand Down
1 change: 0 additions & 1 deletion src/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace Rokka\Client;

use Firebase\JWT\JWT;
use GuzzleHttp\ClientInterface;
use GuzzleHttp\Exception\GuzzleException;
use Rokka\Client\Core\Membership;
Expand Down

0 comments on commit 399e180

Please sign in to comment.