From 2507bdcb48f52fa9b6c465655b727fd3be30dc51 Mon Sep 17 00:00:00 2001
From: Hannu Kumpula <hannu.kumpula@geniem.com>
Date: Tue, 2 Feb 2021 19:00:22 +0200
Subject: [PATCH 1/2] original dep gone, moved to geniem github

---
 composer.json | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 909b8f9..8ae6b98 100644
--- a/composer.json
+++ b/composer.json
@@ -23,10 +23,14 @@
         {
             "type": "git",
             "url": "ssh://git@github.com/devgeniem/dustpress-components.git"
-        }
+        },
+        {
+            "type": "git",
+            "url": "git://git@github.com/devgeniem/advanced-custom-fields-table-field.git"
+        }        
     ],
     "require": {
         "devgeniem/dustpress-components": "*",
-        "wpackagist-plugin/advanced-custom-fields-table-field": ">=1.1.13"
+        "wpackagist-plugin/advanced-custom-fields-table-field": "dev-master"
     }
 }

From ec7dee0a6230f1f44db2629a1722d97536c27dbd Mon Sep 17 00:00:00 2001
From: Hannu Kumpula <hannu.kumpula@geniem.com>
Date: Tue, 2 Feb 2021 19:01:38 +0200
Subject: [PATCH 2/2] original dep gone, removed

---
 composer.json | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/composer.json b/composer.json
index 8ae6b98..7c2469f 100644
--- a/composer.json
+++ b/composer.json
@@ -23,14 +23,9 @@
         {
             "type": "git",
             "url": "ssh://git@github.com/devgeniem/dustpress-components.git"
-        },
-        {
-            "type": "git",
-            "url": "git://git@github.com/devgeniem/advanced-custom-fields-table-field.git"
-        }        
+        }
     ],
     "require": {
-        "devgeniem/dustpress-components": "*",
-        "wpackagist-plugin/advanced-custom-fields-table-field": "dev-master"
+        "devgeniem/dustpress-components": "*"
     }
 }