From 68733e1d15a3b3cca8f1dc4e7c78dba1cd756e81 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 KSeF invoice attributes --- composer.json | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/composer.json b/composer.json index b0e8cf3..4218a3b 100644 --- a/composer.json +++ b/composer.json @@ -13,6 +13,7 @@ "php": ">=8.1", "ext-json": "*", "ubnt/ucrm-plugin-sdk": "^0.9.0", - "webit/w-firma-api": "^2.3" + "webit/w-firma-api": "^2.6.0", + "chillerlan/php-qrcode": "^5.0" } } -- Gitblit v1.10.0