Skip to content

Commit 5a51678

Browse files
chore: dependencies (#612)
* chore(api): update api dependencies * chore(pwa): update pwa dependencies
1 parent ce16f52 commit 5a51678

6 files changed

Lines changed: 8346 additions & 59 deletions

File tree

api/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"symfony/validator": "8.0.*",
3939
"symfony/yaml": "8.0.*",
4040
"web-token/jwt-bundle": "^4.1.3",
41-
"webonyx/graphql-php": "^15.31.1",
41+
"webonyx/graphql-php": "^15.31.2",
4242
"zenstruck/foundry": "^2.9.2"
4343
},
4444
"require-dev": {
4545
"dama/doctrine-test-bundle": "^8.6",
4646
"justinrainbow/json-schema": "^6.7.2",
4747
"phpstan/extension-installer": "^1.4.3",
4848
"phpstan/phpdoc-parser": "^2.3.2",
49-
"phpstan/phpstan": "^2.1.40",
49+
"phpstan/phpstan": "^2.1.44",
5050
"phpstan/phpstan-doctrine": "^2.0.20",
5151
"phpstan/phpstan-phpunit": "^2.0.16",
5252
"phpstan/phpstan-symfony": "^2.0.15",
@@ -55,7 +55,7 @@
5555
"symfony/browser-kit": "8.0.*",
5656
"symfony/css-selector": "8.0.*",
5757
"symfony/debug-bundle": "8.0.*",
58-
"symfony/maker-bundle": "^1.66.0",
58+
"symfony/maker-bundle": "^1.67.0",
5959
"symfony/stopwatch": "8.0.*",
6060
"symfony/var-dumper": "8.0.*",
6161
"symfony/web-profiler-bundle": "8.0.*"

api/composer.lock

Lines changed: 52 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/config/reference.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -993,8 +993,8 @@
993993
* }
994994
* @psalm-type MercureConfig = array{
995995
* hubs?: array<string, array{ // Default: []
996-
* url?: scalar|Param|null, // URL of the hub's publish endpoint // Default: null
997-
* public_url?: scalar|Param|null, // URL of the hub's public endpoint
996+
* url?: scalar|Param|null, // URL of the hub's publish endpoint
997+
* public_url?: scalar|Param|null, // URL of the hub's public endpoint // Default: null
998998
* jwt?: string|array{ // JSON Web Token configuration.
999999
* value?: scalar|Param|null, // JSON Web Token to use to publish to this hub.
10001000
* provider?: scalar|Param|null, // The ID of a service to call to provide the JSON Web Token.
@@ -1345,7 +1345,7 @@
13451345
* max_header_length?: int|Param, // Max header length supported by the cache server. // Default: 7500
13461346
* request_options?: mixed, // To pass options to the client charged with the request. // Default: []
13471347
* purger?: scalar|Param|null, // Specify a purger to use (available values: "api_platform.http_cache.purger.varnish.ban", "api_platform.http_cache.purger.varnish.xkey", "api_platform.http_cache.purger.souin"). // Default: "api_platform.http_cache.purger.varnish"
1348-
* xkey?: array{ // Deprecated: The "xkey" configuration is deprecated, use your own purger to customize surrogate keys or the appropriate paramters.
1348+
* xkey?: array{ // Deprecated: The "xkey" configuration is deprecated, use your own purger to customize surrogate keys or the appropriate parameters.
13491349
* glue?: scalar|Param|null, // xkey glue between keys // Default: " "
13501350
* },
13511351
* },

compose.override.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ services:
3737
NODE_TLS_REJECT_UNAUTHORIZED: "0"
3838
healthcheck:
3939
test: [ "CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:3000 || exit 1" ]
40-
start_period: 15s
40+
start_period: 60s
4141
interval: 5s
42-
timeout: 3s
43-
retries: 5
42+
timeout: 5s
43+
retries: 10
4444

4545
###> doctrine/doctrine-bundle ###
4646
database:

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ services:
5959
healthcheck:
6060
test: curl -f http://localhost:3000 || exit 1
6161
timeout: 5s
62-
retries: 10
62+
interval: 5s
63+
retries: 5
6364
start_period: 60s
6465

6566
###> doctrine/doctrine-bundle ###

0 commit comments

Comments
 (0)