From f866f3934e7a59ad1f89bf3a2af897c2d79175b7 Mon Sep 17 00:00:00 2001 From: loic Date: Mon, 17 Feb 2025 10:16:40 +0100 Subject: [PATCH 1/2] add informations, project renamed --- README.md | 2 ++ composer.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 82d29c6..3e12182 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Code Rhapsodie Ibexa Dataflow Bundle +### ⚠️ This project has been relocated to [ibexa-dataflow-bundle](https://github.com/code-rhapsodie/ibexa-dataflow-bundle). All future development and issues will be tracked there. + Ibexa DataflowBundle is a bundle integrating [Code Rhapsodie Dataflow bundle](https://github.com/code-rhapsodie/dataflow-bundle) into Ibexa 4.0+. Dataflows can be piloted from an interface integrated into the Ibexa backoffice. diff --git a/composer.json b/composer.json index 6242d63..f661566 100644 --- a/composer.json +++ b/composer.json @@ -59,6 +59,9 @@ "php-http/discovery": true } }, + "replace": { + "code-rhapsodie/ibexa-dataflow-bundle": "^4" + }, "extra": { "branch-alias": { "dev-master": "4.x-dev", From 287d8fb12a623d73b737303ce1da9051ac7d1ca7 Mon Sep 17 00:00:00 2001 From: loic Date: Mon, 17 Feb 2025 10:25:49 +0100 Subject: [PATCH 2/2] add informations, project renamed --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f661566..1b29802 100644 --- a/composer.json +++ b/composer.json @@ -59,8 +59,8 @@ "php-http/discovery": true } }, - "replace": { - "code-rhapsodie/ibexa-dataflow-bundle": "^4" + "suggest": { + "code-rhapsodie/ibexa-dataflow-bundle": "Use the new rebranded package." }, "extra": { "branch-alias": {