Skip to content

Commit

Permalink
v2.1.0 - uses gdbots/iam v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbrown committed Jul 19, 2020
1 parent a84e3d5 commit f3320c3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
This changelog references the relevant changes done in 2.x versions.


## v2.1.0
* Uses `"gdbots/iam": "^2.1"`
* Uses `"gdbots/ncr-bundle": "^2.1"`


## v2.0.1
* Use `TokenVerifier` instead of `IdTokenVerifier` in `Auth0JwtDecoder::decodeRS256` because we are validating an access token not an id token.

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"license": "Apache-2.0",
"require": {
"php": ">=7.4",
"gdbots/iam": "^2.0",
"gdbots/ncr-bundle": "^2.0",
"gdbots/iam": "^2.1",
"gdbots/ncr-bundle": "^2.1",
"symfony/security-bundle": "^5.1"
},
"require-dev": {
"phpunit/phpunit": "^9.2",
"auth0/auth0-php": "^7.0",
"gdbots/acme-schemas": "^2.0"
"gdbots/acme-schemas": "^2.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/PbjxPermissionValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Gdbots\Bundle\IamBundle;

use Gdbots\Bundle\PbjxBundle\Validator\PermissionValidatorTrait;
use Gdbots\Bundle\PbjxBundle\PermissionValidatorTrait;
use Gdbots\Pbj\Message;
use Gdbots\Pbj\WellKnown\NodeRef;
use Gdbots\Pbjx\DependencyInjection\PbjxValidator;
Expand Down

0 comments on commit f3320c3

Please sign in to comment.