diff --git a/composer.json b/composer.json index 975f416..759c2b5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "ext-curl": "*", "ext-json": "*", "guzzlehttp/guzzle": "^7.4" @@ -43,7 +43,7 @@ }, "config": { "platform": { - "php": "8.1.18" + "php": "8.2" } } }