Skip to content

Commit

Permalink
Fix CI 3.x and include Web Token package simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Mar 23, 2024
1 parent 7870de9 commit 3f3e49e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/Functional/config/base_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ framework:
secret: test
test: ~
http_method_override: false
handle_all_throwables: true
php_errors:
log: true

services:
lexik_jwt_authentication.test.jwt_event_subscriber:
public: true
class: Lexik\Bundle\JWTAuthenticationBundle\Tests\Functional\Utils\CallableEventSubscriber
Expand Down

0 comments on commit 3f3e49e

Please sign in to comment.