From 8d9653e0c9258afcafb7cad4edd3d33bcb004340 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Thu, 23 Apr 2026 23:39:05 +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 a7a23b0..50b5e9b 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"