From 14d3eeddc827c7d822ecbc7b371b13cb3e9ac108 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Wed, 14 Jun 2023 10:56:01 +0000
Subject: [PATCH] Fixes for UCRM 4.0

---
 composer.json |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 8b4e080..b0e8cf3 100644
--- a/composer.json
+++ b/composer.json
@@ -6,12 +6,13 @@
 	},
 	"config": {
 		"platform": {
-			"php": "7.3.26"
+			"php": "8.1"
 		}
 	},
 	"require": {
-		"php": ">=7.1",
-		"ubnt/ucrm-plugin-sdk": "^0.8.1",
+		"php": ">=8.1",
+		"ext-json": "*",
+		"ubnt/ucrm-plugin-sdk": "^0.9.0",
 		"webit/w-firma-api": "^2.3"
 	}
 }

--
Gitblit v1.10.0