From c06e25383b3bcc4198129b6add481beb3918a08d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D1=96=D0=B9?= <61122611+CrazyTapok-bit@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:57:39 +0200 Subject: [PATCH] Upgrade php version to 8.2 (#67) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a89ab5f..6f74241 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "validation", "verification" ], - "homepage": "https://tgwebvalid.com/", + "homepage": "https://tgwebvalid.com/en/", "support": { "issues": "https://github.com/CrazyTapok-bit/tgWebValid/issues", "source": "https://github.com/CrazyTapok-bit/tgWebValid", @@ -29,7 +29,7 @@ "analyze": "phpstan analyze --ansi" }, "require": { - "php": "^8.1", + "php": "^8.2", "nesbot/carbon": "^2.67" }, "require-dev": {