Skip to content

Commit

Permalink
Merge pull request #11 from GrapheneICT/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jstojiljkovic authored Sep 25, 2022
2 parents 5594e5d + 1fc65b2 commit bb4959e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"nunomaduro/collision": "^6.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
Expand All @@ -51,7 +54,8 @@
"format": "vendor/bin/pint"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": true
},
"extra": {
"laravel": {
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
namespace GrapheneICT\CognitoGuard\Tests;

use App\Models\User;
use App\Services\CognitoAuthServiceProvider;
use Firebase\JWT\JWT;
use GrapheneICT\CognitoGuard\CognitoAuthServiceProvider;
use Illuminate\Foundation\Application;
use Illuminate\Foundation\Testing\DatabaseTransactions;
use Illuminate\Routing\Middleware\SubstituteBindings;
Expand Down

0 comments on commit bb4959e

Please sign in to comment.