Compare commits

...

3 Commits

Author SHA1 Message Date
1ef5ef50a3 update composer files
All checks were successful
continuous-integration/drone/tag Build is passing
2023-02-03 09:56:15 +01:00
491c5f3b49 deploy: update version of chill-bundles
All checks were successful
continuous-integration/drone/tag Build is passing
2023-01-13 21:09:41 +01:00
8d3b56c6fe DX: avoid duplicate config 2023-01-13 18:21:02 +01:00
3 changed files with 292 additions and 440 deletions

View File

@@ -15,7 +15,7 @@
}, },
"require": { "require": {
"ext-redis": "*", "ext-redis": "*",
"chill-project/chill-bundles": "dev-43-wopi-use-access-token@dev", "chill-project/chill-bundles": "dev-master#c64ec89274196fa1532fc88584a3a88430c4cfa1",
"symfony/flex": "^1.9", "symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5", "symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8", "nelmio/alice": "^3.8",

729
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,4 +7,3 @@ lexik_jwt_authentication:
# then copy past the printed string into the dedicated environment variable # then copy past the printed string into the dedicated environment variable
secret_key: '%env(base64:resolve:JWT_SECRET_KEY)%' secret_key: '%env(base64:resolve:JWT_SECRET_KEY)%'
public_key: '%env(base64:resolve:JWT_PUBLIC_KEY)%' public_key: '%env(base64:resolve:JWT_PUBLIC_KEY)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'