From 0f348cb28839bba67f05103303ffe69a0e577f58 Mon Sep 17 00:00:00 2001 From: Adnane Nejbah <11260121+AdnaneX@users.noreply.github.com> Date: Sat, 14 Oct 2023 03:20:42 +0100 Subject: [PATCH] Update composer.json version php to "^8.1|^8.2" Update composer.json version php to "^8.1|^8.2" --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f7ede28..de1131f 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ } ], "require": { - "php": "^7.3|^8.0", + "php": "^8.1|^8.2", "beberlei/assert": "^2.9.9|~3.0", "flix-tech/confluent-schema-registry-api": "^8.0", "guzzlehttp/promises": "^1.4.0",