Skip to content

Commit 56ac02c

Browse files
fix: fix deprecations (#438)
1 parent 52f623a commit 56ac02c

File tree

9 files changed

+608
-724
lines changed

9 files changed

+608
-724
lines changed

api/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@
3434
"symfony/uid": "7.1.*",
3535
"symfony/validator": "7.1.*",
3636
"symfony/yaml": "7.1.*",
37-
"web-token/jwt-bundle": "^3.3",
37+
"web-token/jwt-bundle": "^4.0",
3838
"webonyx/graphql-php": "^15.8",
3939
"zenstruck/foundry": "^2.0"
4040
},
4141
"require-dev": {
4242
"dama/doctrine-test-bundle": "^8.0",
43-
"justinrainbow/json-schema": "^5.2",
43+
"justinrainbow/json-schema": "^6.0",
4444
"phpstan/extension-installer": "^1.3",
4545
"phpstan/phpdoc-parser": "^1.26",
4646
"phpstan/phpstan": "^1.10",
4747
"phpstan/phpstan-doctrine": "^1.3",
4848
"phpstan/phpstan-phpunit": "^1.3",
4949
"phpstan/phpstan-symfony": "^1.3",
50-
"phpunit/phpunit": "^11.0",
50+
"phpunit/phpunit": "^11.3",
5151
"symfony/browser-kit": "7.1.*",
5252
"symfony/css-selector": "7.1.*",
5353
"symfony/debug-bundle": "7.1.*",

0 commit comments

Comments
 (0)