From 797f70689539add5d9a891f8234a29b29a79cf3d Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 13 Apr 2026 21:57:37 +0000
Subject: [PATCH] Synchronize client's email & phone

---
 composer.json |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

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

--
Gitblit v1.10.0