diff --git a/composer.json b/composer.json index b7d74b5..889019f 100644 --- a/composer.json +++ b/composer.json @@ -21,14 +21,14 @@ "symfony/http-kernel": "^6.0 | ^7.0", "symfony/dependency-injection": "^6.1 | ^7.0", "symfony/security-core": "^6.0 | ^7.0", - "lexik/jwt-authentication-bundle": "^2.0" + "lexik/jwt-authentication-bundle": "^2.0 | ^3.0" }, "require-dev": { "symfony/var-dumper": "^6.0", "phpstan/phpstan": "^1.10", "vimeo/psalm": "^5.16", "psalm/plugin-phpunit": "^0.18.4", - "phphd/coding-standard": "0.5.*", + "phphd/coding-standard": "~0.5.1", "phpunit/phpunit": "^9.4", "phpstan/phpstan-phpunit": "^1.3", "tomasvotruba/type-coverage": "^0.2.1"