diff --git a/composer.json b/composer.json index d937edf..dadac24 100644 --- a/composer.json +++ b/composer.json @@ -5,9 +5,9 @@ "type": "library", "license": "MIT", "require": { - "php": ">=7.4", - "symfony/lock": ">=5.0", - "tarantool/client": ">=0.8.0" + "php": ">=8.2", + "symfony/lock": ">=7.0", + "tarantool/client": ">=0.9.0" }, "suggest": { "ext-msgpack": "For using PeclPacker.",