From 3c5bf92d1f0aa26104e22a63aeb31beeb2b30c53 Mon Sep 17 00:00:00 2001 From: Brian Henry Date: Wed, 11 Sep 2024 13:43:11 -0700 Subject: [PATCH] Require `newfold-labs/wp-module-context` --- composer.json | 1 + composer.lock | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 56 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6576d56..f0c83d6 100644 --- a/composer.json +++ b/composer.json @@ -103,6 +103,7 @@ }, "require": { "ext-json": "*", + "newfold-labs/wp-module-context": "^1.0", "newfold-labs/wp-module-loader": "^1.0.10", "wp-forge/helpers": "^2.0", "wp-forge/wp-query-builder": "^1.0.4", diff --git a/composer.lock b/composer.lock index 715083a..9d16ab6 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": "7a75eec37307a4ffa0828fe4af334619", + "content-hash": "4bbcb858d87850fac8c58931c178bed8", "packages": [ { "name": "doctrine/inflector", @@ -140,6 +140,60 @@ }, "time": "2022-08-26T17:23:54+00:00" }, + { + "name": "newfold-labs/wp-module-context", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-context.git", + "reference": "fb57e927df45ef33573fe7f429ef1e088b0a6df0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-context/zipball/fb57e927df45ef33573fe7f429ef1e088b0a6df0", + "reference": "fb57e927df45ef33573fe7f429ef1e088b0a6df0", + "shasum": "" + }, + "require": { + "wp-forge/helpers": "^2.0" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "^1.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Context\\": "includes" + }, + "files": [ + "includes/functions.php", + "bootstrap.php" + ] + }, + "scripts": { + "fix": [ + "vendor/bin/phpcbf . --standard=phpcs.xml" + ], + "lint": [ + "vendor/bin/phpcs . --standard=phpcs.xml -s" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Evan Mullins", + "homepage": "https://evanmullins.com" + } + ], + "description": "Newfold module to determine context for various brands and platforms.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-context/tree/1.0.1", + "issues": "https://github.com/newfold-labs/wp-module-context/issues" + }, + "time": "2024-05-23T20:34:28+00:00" + }, { "name": "newfold-labs/wp-module-loader", "version": "1.0.10",