diff --git a/composer.json b/composer.json index c8b564b..ac824d5 100644 --- a/composer.json +++ b/composer.json @@ -27,10 +27,11 @@ "require": { "php": "^7.1 || ^8.0", "ext-json": "*", - "jms/serializer": "^3", + "jms/serializer": "^3 <3.30", "nyholm/psr7": "^1.2", "psr/http-client": "^1.0", - "rakit/validation": "^1.1" + "rakit/validation": "^1.1", + "doctrine/annotations": "^1.14.3" }, "conflict": {}, "require-dev": { @@ -42,8 +43,7 @@ "phpunit/phpunit": "^8.5 || ^9.3", "squizlabs/php_codesniffer": "*", "symfony/http-client": "^5.4.22", - "vimeo/psalm": ">=3.0.16", - "doctrine/annotations": "^1.14.3" + "vimeo/psalm": ">=3.0.16" }, "config": { "sort-packages": true,