diff --git a/composer.json b/composer.json index af7b4ad66..8ef4232fb 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "mustache/mustache": "^2.14", "wp-cli/wp-config-transformer": "^1.3", "newfold-labs/wp-module-onboarding-data": "^1.1", - "newfold-labs/wp-module-patterns": "^0.2", + "newfold-labs/wp-module-patterns": "^1.0", "newfold-labs/wp-module-facebook": "^1.0", "wp-forge/helpers": "^2.0" }, diff --git a/composer.lock b/composer.lock index fb08f6c63..c8fc2419e 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": "68ec74f6f14661fbca0e592eea749c1d", + "content-hash": "266ed5a568de4b6ce9d1aaf3170a4648", "packages": [ { "name": "doctrine/inflector", @@ -442,6 +442,45 @@ }, "time": "2024-02-12T08:48:41+00:00" }, + { + "name": "newfold-labs/wp-module-install-checker", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/newfold-labs/wp-module-install-checker.git", + "reference": "9d43e916b8c4e752b45c868b41340b84bcb686a6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/newfold-labs/wp-module-install-checker/zipball/9d43e916b8c4e752b45c868b41340b84bcb686a6", + "reference": "9d43e916b8c4e752b45c868b41340b84bcb686a6", + "shasum": "" + }, + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "NewfoldLabs\\WP\\Module\\InstallChecker\\": "includes/" + } + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Micah Wood", + "homepage": "https://wpscholar.com" + } + ], + "description": "A module that handles checking a WordPress installation to see if it is a fresh install and to fetch the estimated installation date.", + "support": { + "source": "https://github.com/newfold-labs/wp-module-install-checker/tree/1.0.3", + "issues": "https://github.com/newfold-labs/wp-module-install-checker/issues" + }, + "time": "2024-01-31T18:12:34+00:00" + }, { "name": "newfold-labs/wp-module-installer", "version": "1.1.4", @@ -532,16 +571,16 @@ }, { "name": "newfold-labs/wp-module-onboarding-data", - "version": "1.1.7", + "version": "1.1.8", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", - "reference": "57b8ab7beddfc224ed7b0b442b1943fd7a355f45" + "reference": "6b205249a59d519292b0065917a973b4ef3167bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/57b8ab7beddfc224ed7b0b442b1943fd7a355f45", - "reference": "57b8ab7beddfc224ed7b0b442b1943fd7a355f45", + "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/6b205249a59d519292b0065917a973b4ef3167bf", + "reference": "6b205249a59d519292b0065917a973b4ef3167bf", "shasum": "" }, "require": { @@ -549,19 +588,24 @@ "newfold-labs/wp-module-ai": "^1.1", "newfold-labs/wp-module-coming-soon": "^1.2", "newfold-labs/wp-module-data": "^2.0", + "newfold-labs/wp-module-install-checker": "^1.0", "newfold-labs/wp-module-installer": "^1.1", - "newfold-labs/wp-module-patterns": "^0.2", + "newfold-labs/wp-module-patterns": "^1.0", "newfold-labs/wp-module-performance": "^1.4", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { - "newfold-labs/wp-php-standards": "^1.2" + "newfold-labs/wp-php-standards": "^1.2", + "wp-cli/i18n-command": "^2.4.3" }, "type": "library", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/" - } + }, + "files": [ + "includes/I18n.php" + ] }, "authors": [ { @@ -571,23 +615,23 @@ ], "description": "A non-toggleable module containing a standardized interface for interacting with Onboarding data.", "support": { - "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.7", + "source": "https://github.com/newfold-labs/wp-module-onboarding-data/tree/1.1.8", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, - "time": "2024-04-22T11:21:07+00:00" + "time": "2024-05-02T18:51:45+00:00" }, { "name": "newfold-labs/wp-module-patterns", - "version": "0.2.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", - "reference": "c9d63501340dd321e7edcf370b379e29ca2d2790" + "reference": "3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/c9d63501340dd321e7edcf370b379e29ca2d2790", - "reference": "c9d63501340dd321e7edcf370b379e29ca2d2790", + "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a", + "reference": "3f41c4cc25b27f1e488a9cc2ffd82f5bc953128a", "shasum": "" }, "require-dev": { @@ -621,10 +665,10 @@ ], "description": "WordPress Cloud Patterns", "support": { - "source": "https://github.com/newfold-labs/wp-module-patterns/tree/0.2.0", + "source": "https://github.com/newfold-labs/wp-module-patterns/tree/1.0.0", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, - "time": "2024-04-18T15:24:54+00:00" + "time": "2024-05-01T20:37:14+00:00" }, { "name": "newfold-labs/wp-module-performance", @@ -3435,23 +3479,23 @@ }, { "name": "symfony/finder", - "version": "v6.4.7", + "version": "v7.0.7", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764" + "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764", - "reference": "511c48990be17358c23bf45c5d71ab85d40fb764", + "url": "https://api.github.com/repos/symfony/finder/zipball/4d58f0f4fe95a30d7b538d71197135483560b97c", + "reference": "4d58f0f4fe95a30d7b538d71197135483560b97c", "shasum": "" }, "require": { - "php": ">=8.1" + "php": ">=8.2" }, "require-dev": { - "symfony/filesystem": "^6.0|^7.0" + "symfony/filesystem": "^6.4|^7.0" }, "type": "library", "autoload": { @@ -3479,7 +3523,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.7" + "source": "https://github.com/symfony/finder/tree/v7.0.7" }, "funding": [ { @@ -3495,7 +3539,7 @@ "type": "tidelift" } ], - "time": "2024-04-23T10:36:43+00:00" + "time": "2024-04-28T11:44:19+00:00" }, { "name": "theseer/tokenizer",