From 89af91796ae0945cb4840ce78c2513a50f8d86fe Mon Sep 17 00:00:00 2001 From: amartya-dev Date: Fri, 26 May 2023 12:18:01 +0530 Subject: [PATCH] update composer lock --- composer.lock | 48 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 46 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 649a606..a901485 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,53 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "9a3c2cecc94e897c1b7fcddaa3e3aa3a", + "content-hash": "211d373ddb59c0e5a8f1fdaa7fbb3c73", "packages": [ + { + "name": "newfold-labs/wp-module-ai", + "version": "1.0.0", + "source": { + "type": "git", + "url": "git@github.com:newfold-labs/wp-module-ai.git", + "reference": "84538ab16d500c62cf7519df17519853c4a2bcd4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/84538ab16d500c62cf7519df17519853c4a2bcd4", + "reference": "84538ab16d500c62cf7519df17519853c4a2bcd4", + "shasum": "" + }, + "require": { + "newfold-labs/wp-module-data": "^2.3.1" + }, + "require-dev": { + "newfold-labs/wp-php-standards": "@stable" + }, + "type": "library", + "autoload": { + "psr-4": { + "NewfoldLabs\\WP\\Module\\AI\\": "includes" + }, + "files": [ + "bootstrap.php" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "email": "micah@bluehost.com" + } + ], + "description": "A module for providing artificial intelligence capabilities.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-ai/tree/1.0.0", + "issues": "https://github.com/newfold-labs/wp-module-ai/issues" + }, + "time": "2023-05-25T19:09:18+00:00" + }, { "name": "newfold-labs/wp-module-data", "version": "2.3.4", @@ -578,7 +623,6 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "newfold-labs/wp-module-data": 0, "newfold-labs/wp-php-standards": 0 }, "prefer-stable": false,