From e7bf0bf4fb1fc7f89a908dcc329e5281de8b15ea Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Feb 2026 21:31:48 +0000
Subject: [PATCH] Add hook_install.php and remove hook_enable.php include in public.php

---
 composer.json |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/composer.json b/composer.json
index 8b4e080..eefbeab 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",
-		"webit/w-firma-api": "^2.3"
+		"php": ">=8.1",
+		"ext-json": "*",
+		"ubnt/ucrm-plugin-sdk": "^0.9.0",
+		"webit/w-firma-api": "^2.6.0"
 	}
 }

--
Gitblit v1.10.0