From 98b975fcb6a18fd0dccc9f7d7dd2b78e085f32fd Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 19 Apr 2026 05:54:10 +0000 Subject: [PATCH] chore: add mokoconsulting-tech/enterprise dependency --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 59cad58..8146e16 100644 --- a/composer.json +++ b/composer.json @@ -10,8 +10,9 @@ } ], "require": { - "php": ">=8.1", - "ext-zip": "*" + "ext-zip": "*", + "mokoconsulting-tech/enterprise": "dev-version/04", + "php": ">=8.1" }, "require-dev": { "mokoconsulting-tech/enterprise": "^4.0"