From 6470a3a9bac62178d3f610987c732878e71650ac Mon Sep 17 00:00:00 2001 From: Anton Karpov Date: Mon, 12 Jun 2023 19:19:17 +0300 Subject: [PATCH] #20 Updated PHP version up to 8.2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d5bee5..b68192e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "An implementation of such kind of patterns as: Command Bus, Query Bus and Event Bus; in a single package; driven by a Dependency Injection Container", "type": "library", "require": { - "php": ">=7.3", + "php": "^8.2", "psr/container": "^1.0" }, "require-dev": {