Icons made by
Chanut from
www.flaticon.com
+Icons by [Chanut](https://www.flaticon.com/authors/chanut) on [Flaticon](https://www.flaticon.com/).
From 24a7b03eb811a564574623c487c4af69c2f7227a Mon Sep 17 00:00:00 2001
From: Leon Oltmanns <55587275+oltmanns-leuchtfeuer@users.noreply.github.com>
Date: Wed, 13 Aug 2025 08:21:48 +0200
Subject: [PATCH 4/4] Update composer.json
---
composer.json | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/composer.json b/composer.json
index 0c99265..ce0a495 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,10 @@
"name": "mtcextendee/mautic-custom-import-bundle",
"type": "mautic-plugin",
"require": {
- "mautic/composer-plugin": "^1.0",
- "php": ">=8.1"
+ "php": "^8.0",
+ "mautic/core-lib": "^5.0"
+ },
+ "extra": {
+ "install-directory-name": "MauticCustomImportBundle"
}
-}
\ No newline at end of file
+}