Feature: install lexik jwt and configuration

This commit is contained in:
2023-01-07 21:11:01 +01:00
parent 82c8140e4b
commit e55562c4cd
7 changed files with 508 additions and 82 deletions

View File

@@ -187,6 +187,18 @@
"league/csv": {
"version": "9.6.2"
},
"lexik/jwt-authentication-bundle": {
"version": "2.16",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "2.5",
"ref": "5b2157bcd5778166a5696e42f552ad36529a07a6"
},
"files": [
"config/packages/lexik_jwt_authentication.yaml"
]
},
"loophp/psr-http-message-bridge-bundle": {
"version": "1.0.0"
},