From 7fef10bdcffff8e35b27b94f4efd62daa4e96c6d Mon Sep 17 00:00:00 2001 From: Pascal Martineau Date: Wed, 6 Aug 2025 12:09:07 -0400 Subject: [PATCH] feat: add user-switching --- composer.json | 3 ++- composer.lock | 20 +++++++++++++++++++- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 289fe3c..5555e18 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "sort-packages": true }, "require": { + "wpackagist-plugin/user-switching": "*", "wpackagist-plugin/woocommerce": "*" } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index 2f02238..f4e5051 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": "1e7c1ef734450eceb7407fcca80f61a2", + "content-hash": "d5d363f04b6009ae20bf8397b824c812", "packages": [ { "name": "composer/installers", @@ -152,6 +152,24 @@ ], "time": "2024-06-24T20:46:46+00:00" }, + { + "name": "wpackagist-plugin/user-switching", + "version": "1.10.0", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/user-switching/", + "reference": "tags/1.10.0" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/user-switching.1.10.0.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/user-switching/" + }, { "name": "wpackagist-plugin/woocommerce", "version": "10.0.4",