From 236020b438f5da1b03a30064b15601f72020c0ec Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 9 Dec 2023 08:59:53 +0000
Subject: [PATCH] Add wpgancio plugin

---
 composer.json |  3 ++-
 composer.lock | 22 ++++++++++++++++++++--
 2 files changed, 22 insertions(+), 3 deletions(-)

diff --git a/composer.json b/composer.json
index 12a6f10c..c81be8a7 100644
--- a/composer.json
+++ b/composer.json
@@ -121,7 +121,8 @@
         "wpackagist-plugin/unconfirmed": "1.3.7",
         "noblogs/wp-mat": "0.1.4",
         "wpackagist-plugin/secure-encrypted-form": "1.0.1",
-        "wpackagist-theme/twentytwentyone": "2.0"
+        "wpackagist-theme/twentytwentyone": "2.0",
+        "wpackagist-plugin/wpgancio": "1.7"
     },    
     "extra": {
         "wordpress-install-dir": "app",
diff --git a/composer.lock b/composer.lock
index ef3d7543..8d743887 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "984145b3e85cc7ef193c1c63db86cb6a",
+    "content-hash": "25f2c9c1ec635afba2b945250b26f8f6",
     "packages": [
         {
             "name": "bjornjohansen/wplang",
@@ -1436,6 +1436,24 @@
             "type": "wordpress-plugin",
             "homepage": "https://wordpress.org/plugins/wp-syntax/"
         },
+        {
+            "name": "wpackagist-plugin/wpgancio",
+            "version": "1.7",
+            "source": {
+                "type": "svn",
+                "url": "https://plugins.svn.wordpress.org/wpgancio/",
+                "reference": "tags/1.7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://downloads.wordpress.org/plugin/wpgancio.1.7.zip"
+            },
+            "require": {
+                "composer/installers": "^1.0 || ^2.0"
+            },
+            "type": "wordpress-plugin",
+            "homepage": "https://wordpress.org/plugins/wpgancio/"
+        },
         {
             "name": "wpackagist-plugin/wpuntexturize",
             "version": "2.2.1",
@@ -2005,5 +2023,5 @@
         "php": ">=7.1"
     },
     "platform-dev": [],
-    "plugin-api-version": "2.6.0"
+    "plugin-api-version": "2.3.0"
 }
-- 
GitLab