Sid Gifari File Manager
🏠Root
/
home1
/
immorth6
/
public_html
/
wp-content
/
plugins
/
bluehost-wordpress-plugin
/
vendor
/
composer
/
Editing: installed.json
{ "packages": [ { "name": "colinmollenhour/credis", "version": "v1.17.1", "version_normalized": "1.17.1.0", "source": { "type": "git", "url": "https://github.com/colinmollenhour/credis.git", "reference": "418f7031f31d1481c3ac19c918348e131bf8d3bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/418f7031f31d1481c3ac19c918348e131bf8d3bf", "reference": "418f7031f31d1481c3ac19c918348e131bf8d3bf", "shasum": "" }, "require": { "php": ">=7.4.0" }, "suggest": { "ext-redis": "Improved performance for communicating with redis" }, "time": "2026-03-03T06:50:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "classmap": [ "Client.php", "Cluster.php", "Sentinel.php", "Module.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Colin Mollenhour", "email": "colin@mollenhour.com" } ], "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.", "homepage": "https://github.com/colinmollenhour/credis", "support": { "issues": "https://github.com/colinmollenhour/credis/issues", "source": "https://github.com/colinmollenhour/credis/tree/v1.17.1" }, "install-path": "../colinmollenhour/credis" }, { "name": "doctrine/inflector", "version": "1.4.4", "version_normalized": "1.4.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "time": "2021-04-16T17:34:40+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Doctrine\\Inflector\\": "lib/Doctrine/Inflector", "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", "inflector", "lowercase", "manipulation", "php", "plural", "singular", "strings", "uppercase", "words" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/1.4.4" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", "type": "tidelift" } ], "install-path": "../doctrine/inflector" }, { "name": "firebase/php-jwt", "version": "v6.10.0", "version_normalized": "6.10.0.0", "source": { "type": "git", "url": "https://github.com/googleapis/php-jwt.git", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/php-jwt/zipball/a49db6f0a5033aef5143295342f1c95521b075ff", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff", "shasum": "" }, "require": { "php": "^7.4||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "ext-sodium": "Support EdDSA (Ed25519) signatures", "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "time": "2023-12-01T16:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/googleapis/php-jwt/issues", "source": "https://github.com/googleapis/php-jwt/tree/v6.10.0" }, "install-path": "../firebase/php-jwt" }, { "name": "guzzlehttp/guzzle", "version": "7.10.5", "version_normalized": "7.10.5.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "7c8d84b39e680315f687e8662a9d6fb0865c5148" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7c8d84b39e680315f687e8662a9d6fb0865c5148", "reference": "7c8d84b39e680315f687e8662a9d6fb0865c5148", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^2.3", "guzzlehttp/psr7": "^2.8", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", "guzzle/client-integration-tests": "3.0.2", "guzzlehttp/test-server": "^0.4", "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "time": "2026-05-27T11:53:46+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "installation-source": "dist", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.10.5" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "install-path": "../guzzlehttp/guzzle" }, { "name": "guzzlehttp/promises", "version": "2.4.1", "version_normalized": "2.4.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/09e8a212562fb1fb6a512c4156ed71525969d6c2", "reference": "09e8a212562fb1fb6a512c4156ed71525969d6c2", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "time": "2026-05-20T22:57:30+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/2.4.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "install-path": "../guzzlehttp/promises" }, { "name": "guzzlehttp/psr7", "version": "2.10.3", "version_normalized": "2.10.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "7c1472269227dc6f18930bd903d7a88fe6c52130" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/7c1472269227dc6f18930bd903d7a88fe6c52130", "reference": "7c1472269227dc6f18930bd903d7a88fe6c52130", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.1 || ^2.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "http-interop/http-factory-tests": "1.1.0", "jshttp/mime-db": "1.54.0.1", "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "time": "2026-05-27T11:48:20+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false } }, "installation-source": "dist", "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.10.3" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "install-path": "../guzzlehttp/psr7" }, { "name": "instawp/connect-helpers", "version": "1.1.2", "version_normalized": "1.1.2.0", "source": { "type": "git", "url": "https://github.com/InstaWP/connect-helpers.git", "reference": "e40678f5a7fd3e678e2706a0e72af76b97a3fd5f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/InstaWP/connect-helpers/zipball/e40678f5a7fd3e678e2706a0e72af76b97a3fd5f", "reference": "e40678f5a7fd3e678e2706a0e72af76b97a3fd5f", "shasum": "" }, "require": { "php": ">= 5.6", "wp-cli/wp-config-transformer": "^1.3" }, "time": "2026-06-09T10:48:48+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "InstaWP\\Connect\\Helpers\\": "src/" } }, "scripts": { "build": [ "composer dump-autoload" ], "build-nd": [ "composer dump-autoload --no-dev" ] }, "license": [ "MIT" ], "authors": [ { "name": "Sayan Datta", "email": "sayan@instawp.com" } ], "description": "CLI Package for InstaWP Remote Features", "support": { "source": "https://github.com/InstaWP/connect-helpers/tree/1.1.2", "issues": "https://github.com/InstaWP/connect-helpers/issues" }, "install-path": "../instawp/connect-helpers" }, { "name": "newfold-labs/container", "version": "1.2.4", "version_normalized": "1.2.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/container.git", "reference": "f7d13b995948ca44b3d4af75c5936099c4a6bc5c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/container/zipball/f7d13b995948ca44b3d4af75c5936099c4a6bc5c", "reference": "f7d13b995948ca44b3d4af75c5936099c4a6bc5c", "shasum": "" }, "require": { "php": ">=7.0" }, "time": "2026-03-06T22:45:10+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\Container\\": "includes" } }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A lightweight, PHP 7.0+ compatible, PSR-11 dependency injection container.", "support": { "source": "https://github.com/newfold-labs/container/tree/1.2.4" }, "install-path": "../newfold-labs/container" }, { "name": "newfold-labs/wp-module-10web", "version": "1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-10web.git", "reference": "1ff2d7f32f97a612842d07f91d56730e53449a81" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-10web/zipball/1ff2d7f32f97a612842d07f91d56730e53449a81", "reference": "1ff2d7f32f97a612842d07f91d56730e53449a81", "shasum": "" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-29T10:46:33+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\TenWeb\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-10web.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-10web.pot --domain=wp-module-10web --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-10web/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=node_modules,build,src" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" }, { "name": "Evan Mullins", "email": "me@evanmullins.com" } ], "description": "A Module for integrating 10Web features into the plugin.", "support": { "source": "https://github.com/newfold-labs/wp-module-10web/tree/1.0.4", "issues": "https://github.com/newfold-labs/wp-module-10web/issues" }, "install-path": "../newfold-labs/wp-module-10web" }, { "name": "newfold-labs/wp-module-activation", "version": "1.0.16", "version_normalized": "1.0.16.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-activation.git", "reference": "a2dd9a0d096899594ca8a02615d771839e711424" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-activation/zipball/a2dd9a0d096899594ca8a02615d771839e711424", "reference": "a2dd9a0d096899594ca8a02615d771839e711424", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*" }, "time": "2026-07-20T15:13:47+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Activation\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" }, { "name": "Evan Mullins", "email": "evanrm@gmail.com" }, { "name": "Al Ani", "email": "hey@alani.dev" } ], "description": "A Module for handling WordPress brand plugins activations", "support": { "source": "https://github.com/newfold-labs/wp-module-activation/tree/1.0.16", "issues": "https://github.com/newfold-labs/wp-module-activation/issues" }, "install-path": "../newfold-labs/wp-module-activation" }, { "name": "newfold-labs/wp-module-adam", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-adam.git", "reference": "5a313d711ba561e61108f6165bfaadb2f22443e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-adam/zipball/5a313d711ba561e61108f6165bfaadb2f22443e9", "reference": "5a313d711ba561e61108f6165bfaadb2f22443e9", "shasum": "" }, "require": { "newfold-labs/wp-module-context": "^1.0.2", "newfold-labs/wp-module-data": "^2.0", "newfold-labs/wp-module-features": "^1.5.1" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2.5", "wp-cli/i18n-command": "^2.6.6" }, "time": "2026-03-04T12:54:16+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Adam\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-adam.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-adam/issues\",\"POT-Creation-Date\":\"2025-02-17T00:00:00+00:00\"}'" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-adam.pot ./languages" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-json": [ "rm -f ./languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-mo", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Arun Shenoy", "email": "devarunshenoy99@gmail.com" } ], "description": "Newfold module for Adam (Ads and More) cross-sell content in brand plugins", "support": { "source": "https://github.com/newfold-labs/wp-module-adam/tree/1.0.1", "issues": "https://github.com/newfold-labs/wp-module-adam/issues" }, "install-path": "../newfold-labs/wp-module-adam" }, { "name": "newfold-labs/wp-module-ai", "version": "1.3.5", "version_normalized": "1.3.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ai.git", "reference": "d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-ai/zipball/d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9", "reference": "d81bf3bfd563e1c7a028ffbeee800a8f5226c3d9", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.8.6", "newfold-labs/wp-module-installer": "^1.7.2" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.5" }, "time": "2026-02-11T22:09:51+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\AI\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-ai.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ai/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-ai.pot ./languages" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-mo", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "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.3.5", "issues": "https://github.com/newfold-labs/wp-module-ai/issues" }, "install-path": "../newfold-labs/wp-module-ai" }, { "name": "newfold-labs/wp-module-ai-chat", "version": "1.1.9", "version_normalized": "1.1.9.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ai-chat.git", "reference": "eef7e6c52f5f648c8cdafa663b48c3647c3a7a66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-ai-chat/zipball/eef7e6c52f5f648c8cdafa663b48c3647c3a7a66", "reference": "eef7e6c52f5f648c8cdafa663b48c3647c3a7a66", "shasum": "" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2.6", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-08-10T22:42:25+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\AIChat\\": "includes/" }, "files": [ "bootstrap.php" ] }, "scripts": { "lint": [ "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "clean": [ "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/nfd-ai-chat.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ai-chat/issues\",\"POT-Creation-Date\":\"2026-01-20T10:00:00+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-ai-chat" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/nfd-ai-chat.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Newfold Digital", "email": "developer@newfold.com" } ], "description": "AI Chat module for WordPress", "install-path": "../newfold-labs/wp-module-ai-chat" }, { "name": "newfold-labs/wp-module-atomic", "version": "1.4.1", "version_normalized": "1.4.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-atomic.git", "reference": "e09b1e735462b10d4eb84563ffae8affe898e32f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-atomic/zipball/e09b1e735462b10d4eb84563ffae8affe898e32f", "reference": "e09b1e735462b10d4eb84563ffae8affe898e32f", "shasum": "" }, "require": { "newfold-labs/wp-module-context": "^1.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "*" }, "time": "2026-02-05T07:11:06+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Atomic\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "A module to customize a brand plugin for wp cloud environments.", "support": { "source": "https://github.com/newfold-labs/wp-module-atomic/tree/1.4.1", "issues": "https://github.com/newfold-labs/wp-module-atomic/issues" }, "install-path": "../newfold-labs/wp-module-atomic" }, { "name": "newfold-labs/wp-module-coming-soon", "version": "2.2.9", "version_normalized": "2.2.9.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-coming-soon.git", "reference": "8b96d3bc7482059c1324fe69675c67b3d3bba0ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-coming-soon/zipball/8b96d3bc7482059c1324fe69675c67b3d3bba0ac", "reference": "8b96d3bc7482059c1324fe69675c67b3d3bba0ac", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-21T17:12:00+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\ComingSoon\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-coming-soon.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-coming-soon.pot --domain=wp-module-coming-soon --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-coming-soon/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress,assets,tests,src" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "Coming Soon module for WordPress sites.", "support": { "source": "https://github.com/newfold-labs/wp-module-coming-soon/tree/2.2.9", "issues": "https://github.com/newfold-labs/wp-module-coming-soon/issues" }, "install-path": "../newfold-labs/wp-module-coming-soon" }, { "name": "newfold-labs/wp-module-context", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-context.git", "reference": "1c6782114a57fbe6aadc3fe42b585e5f5a48a443" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-context/zipball/1c6782114a57fbe6aadc3fe42b585e5f5a48a443", "reference": "1c6782114a57fbe6aadc3fe42b585e5f5a48a443", "shasum": "" }, "require": { "wp-forge/helpers": "^2.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*" }, "time": "2026-02-06T13:36:08+00:00", "type": "library", "installation-source": "dist", "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" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "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.3", "issues": "https://github.com/newfold-labs/wp-module-context/issues" }, "install-path": "../newfold-labs/wp-module-context" }, { "name": "newfold-labs/wp-module-data", "version": "2.9.7", "version_normalized": "2.9.7.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-data.git", "reference": "9abdcb0e9153a6e231c3ff299d9f21a784e0f86c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-data/zipball/9abdcb0e9153a6e231c3ff299d9f21a784e0f86c", "reference": "9abdcb0e9153a6e231c3ff299d9f21a784e0f86c", "shasum": "" }, "require": { "ext-json": "*", "newfold-labs/wp-module-context": "^1.0.3", "newfold-labs/wp-module-loader": "^1.1.0", "wp-forge/helpers": "^2.0.1", "wp-forge/wp-query-builder": "^1.0.4", "wp-forge/wp-upgrade-handler": "^1.0", "wpscholar/url": "^1.2.5" }, "require-dev": { "10up/wp_mock": "^1.1.1", "brianhenryie/composer-phpstorm": ">=0.4", "johnpbloch/wordpress": ">=7.0.3", "kporras07/composer-symlinks": "^1.3", "lucatume/wp-browser": "^3.7.8", "newfold-labs/wp-php-standards": "^1.2.6", "newfold-labs/wp-plugin-bluehost": "dev-latest-zip", "phpunit/phpcov": "^8.2.1", "wp-cli/i18n-command": "^2.7.3", "wp-plugin/jetpack": "^16.1", "wp-plugin/woocommerce": ">=11.0.1", "wp-plugin/woocommerce-payments": "^11.0.0", "wp-theme/twentytwentyfive": ">=1.5" }, "time": "2026-08-13T17:37:59+00:00", "type": "library", "extra": { "symlinks": { ".": "wp-content/plugins/wp-module-data" } }, "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Data\\": "includes/" }, "files": [ "bootstrap.php" ] }, "autoload-dev": { "psr-4": { "NewfoldLabs\\WP\\Module\\Data\\": [ "tests/phpunit/includes/", "tests/wpunit/includes" ] }, "classmap": [ "wordpress", "tests/phpunit", "tests/wpunit" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "cs-changes": [ "updated_files=$(echo $(git diff --name-only `git merge-base origin/main HEAD` | grep php)); if [ -n \"$updated_files\" ]; then phpcbf $(echo $updated_files); phpcs $(echo $updated_files); else echo \"No modified .php files for PHPCS.\"; fi;" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-data.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-data.pot --domain=wp-module-data --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-data/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,wordpress,vendor,wp-content,docs,cypress,assets,node_modules" ], "create-symlinks": [ "Kporras07\\ComposerSymlinks\\ScriptHandler::createSymlinks" ], "test": [ "phpunit --bootstrap tests/phpunit/bootstrap.php", "codecept run wpunit" ], "test-coverage": [ "if [ -d \"tests/_output/merged.cov\" ]; then rm -rf tests/_output/merged.cov; fi;", "phpunit --bootstrap tests/phpunit/bootstrap.php --coverage-php tests/_output/unit.cov --coverage-text", "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "git diff main...head > /tmp/main.diff; phpcov patch-coverage --path-prefix $(pwd) ./tests/_output/merged.cov /tmp/main.diff || true", "echo \"open tests/_output/html/index.html\" to view the report" ], "post-install-cmd": [ "@create-symlinks" ], "post-update-cmd": [ "@create-symlinks" ] }, "license": [ "GPL-2.0-or-later" ], "description": "Newfold Data Module", "install-path": "../newfold-labs/wp-module-data" }, { "name": "newfold-labs/wp-module-deactivation", "version": "1.6.2", "version_normalized": "1.6.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-deactivation.git", "reference": "040994dbafba63dc3b5054d62b899658a94343bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-deactivation/zipball/040994dbafba63dc3b5054d62b899658a94343bf", "reference": "040994dbafba63dc3b5054d62b899658a94343bf", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7" }, "time": "2026-07-23T14:23:57+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Deactivation\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-deactivation.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-deactivation.pot --domain=wp-module-deactivation --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-deactivation/issues\",\"POT-Creation-Date\":\"2024-12-12T07:59:34+00:00\"}' --exclude=tests,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" }, { "name": "Evan Mullins", "homepage": "https://evanmullins.com" }, { "name": "Al Ani", "email": "hey@alani.dev" } ], "description": "A Module for handling WordPress brand plugins and modules deactivations", "support": { "source": "https://github.com/newfold-labs/wp-module-deactivation/tree/1.6.2", "issues": "https://github.com/newfold-labs/wp-module-deactivation/issues" }, "install-path": "../newfold-labs/wp-module-deactivation" }, { "name": "newfold-labs/wp-module-ecommerce", "version": "2.3.9", "version_normalized": "2.3.9.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-ecommerce.git", "reference": "3323c63ffc0fa51abcb33b10da69ca25a3093e22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-ecommerce/zipball/3323c63ffc0fa51abcb33b10da69ca25a3093e22", "reference": "3323c63ffc0fa51abcb33b10da69ca25a3093e22", "shasum": "" }, "require": { "newfold-labs/wp-module-installer": "^1.7.5" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "@stable", "phpunit/phpcov": "*", "wp-cli/i18n-command": "@stable", "wp-cli/wp-cli-bundle": "@stable" }, "time": "2026-07-21T17:12:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\ECommerce\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-ecommerce.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-ecommerce.pot --domain=wp-module-ecommerce --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-ecommerce/issues\",\"POT-Creation-Date\":\"2024-11-18T11:38:47+00:00\"}' --exclude=tests,src,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Beyond", "email": "team-spartans@newfold.com" } ], "description": "Brand Agnostic eCommerce Experience", "support": { "source": "https://github.com/newfold-labs/wp-module-ecommerce/tree/2.3.9", "issues": "https://github.com/newfold-labs/wp-module-ecommerce/issues" }, "install-path": "../newfold-labs/wp-module-ecommerce" }, { "name": "newfold-labs/wp-module-editor-chat", "version": "1.0.9", "version_normalized": "1.0.9.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-editor-chat.git", "reference": "7fe53518b371f3ff86febe8a0269ba807106dc25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-editor-chat/zipball/7fe53518b371f3ff86febe8a0269ba807106dc25", "reference": "7fe53518b371f3ff86febe8a0269ba807106dc25", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-04-06T15:51:04+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\EditorChat\\": "includes/" }, "files": [ "bootstrap.php" ] }, "scripts": { "lint": [ "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "clean": [ "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/nfd-wonder-blocks.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-patterns/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-wonder-blocks" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/nfd-wonder-blocks.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Hristina Conjic", "email": "hristina.conjic@newfold.com" } ], "description": "Site Editor AI Chat", "support": { "source": "https://github.com/newfold-labs/wp-module-editor-chat/tree/1.0.9", "issues": "https://github.com/newfold-labs/wp-module-editor-chat/issues" }, "install-path": "../newfold-labs/wp-module-editor-chat" }, { "name": "newfold-labs/wp-module-facebook", "version": "1.3.3", "version_normalized": "1.3.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-facebook.git", "reference": "49a6cb0575ac3114baec967c65454984aad3f278" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-facebook/zipball/49a6cb0575ac3114baec967c65454984aad3f278", "reference": "49a6cb0575ac3114baec967c65454984aad3f278", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.3", "newfold-labs/wp-module-loader": "^1.0.14" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": ">=3.7.16", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": ">=8.2.1", "wp-cli/i18n-command": "^2.6.6" }, "time": "2026-02-07T00:59:40+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Facebook\\": "includes/" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-facebook.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-facebook.pot --domain=wp-module-facebook --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-facebook/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Beyond", "email": "team-spartans@newfold.com" } ], "description": "Module connects to Customers Facebook profile and fetches data", "support": { "source": "https://github.com/newfold-labs/wp-module-facebook/tree/1.3.3", "issues": "https://github.com/newfold-labs/wp-module-facebook/issues" }, "install-path": "../newfold-labs/wp-module-facebook" }, { "name": "newfold-labs/wp-module-features", "version": "1.5.2", "version_normalized": "1.5.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-features.git", "reference": "76e9be13a47c9efb7e3c06072eba38ff31cfdac2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-features/zipball/76e9be13a47c9efb7e3c06072eba38ff31cfdac2", "reference": "76e9be13a47c9efb7e3c06072eba38ff31cfdac2", "shasum": "" }, "require": { "wp-forge/wp-options": "^1.1.1" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.3", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.3" }, "time": "2026-02-04T16:38:05+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Features\\": "includes" }, "files": [ "includes/functions.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-mo", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-features.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-features.pot --domain=wp-module-features --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-features/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress,assets,tests,src" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "homepage": "https://wpscholar.com" }, { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "A module for providing an interface for features.", "support": { "source": "https://github.com/newfold-labs/wp-module-features/tree/1.5.2", "issues": "https://github.com/newfold-labs/wp-module-features/issues" }, "install-path": "../newfold-labs/wp-module-features" }, { "name": "newfold-labs/wp-module-global-ctb", "version": "1.3.5", "version_normalized": "1.3.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-global-ctb.git", "reference": "8eae6f7658b1af5ebe7434c047c42674bf21fa74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-global-ctb/zipball/8eae6f7658b1af5ebe7434c047c42674bf21fa74", "reference": "8eae6f7658b1af5ebe7434c047c42674bf21fa74", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*" }, "time": "2026-04-17T18:23:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\GlobalCTB\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "Newfold module for 'Click to Buy' functionality in brand plugins", "support": { "source": "https://github.com/newfold-labs/wp-module-global-ctb/tree/1.3.5", "issues": "https://github.com/newfold-labs/wp-module-global-ctb/issues" }, "install-path": "../newfold-labs/wp-module-global-ctb" }, { "name": "newfold-labs/wp-module-help-center", "version": "2.8.2", "version_normalized": "2.8.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-help-center.git", "reference": "3138b255a1de7d772b1491e1d19b85c849c92f95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-help-center/zipball/3138b255a1de7d772b1491e1d19b85c849c92f95", "reference": "3138b255a1de7d772b1491e1d19b85c849c92f95", "shasum": "" }, "require": { "newfold-labs/wp-module-ai": "^1.3.5", "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-features": "^1.5.2", "typesense/typesense-php": "^2.0.4" }, "require-dev": { "johnpbloch/wordpress": "6.9.4", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "@stable", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-28T07:25:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\HelpCenter\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-help-center.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . --domain=wp-module-help-center ./languages/wp-module-help-center.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-help-center/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Faizaan Mohammed", "email": "faizaan.md@newfold.com" } ], "description": "HelpCenter", "support": { "source": "https://github.com/newfold-labs/wp-module-help-center/tree/2.8.2", "issues": "https://github.com/newfold-labs/wp-module-help-center/issues" }, "install-path": "../newfold-labs/wp-module-help-center" }, { "name": "newfold-labs/wp-module-htaccess", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-htaccess.git", "reference": "8773291b87b4062f36c31697cdc82d18797b9b95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-htaccess/zipball/8773291b87b4062f36c31697cdc82d18797b9b95", "reference": "8773291b87b4062f36c31697cdc82d18797b9b95", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.6", "wp-cli/wp-cli": "^2.12" }, "time": "2026-02-06T16:41:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Htaccess\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-htaccess.pot --domain=wp-module-htaccess --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-htaccess/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,scripts,tests,webpack,wordpress --include=build/*.min.js,includes" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-htaccess.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "arunshenoy99", "email": "devarunshenoy99@gmail.com" } ], "description": "A centralized Newfold module for managing .htaccess files across Newfold brand plugins. It provides a canonical ruleset, validates syntax, prevents duplicate or conflicting directives, maintains backups, and exposes a consumer API for other modules to safely register their own rewrite fragments.", "support": { "source": "https://github.com/newfold-labs/wp-module-htaccess/tree/1.0.1", "issues": "https://github.com/newfold-labs/wp-module-htaccess/issues" }, "install-path": "../newfold-labs/wp-module-htaccess" }, { "name": "newfold-labs/wp-module-insights", "version": "1.3.4", "version_normalized": "1.3.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-insights.git", "reference": "5a9ef064bce2626b0519b5e7382546350a586e75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-insights/zipball/5a9ef064bce2626b0519b5e7382546350a586e75", "reference": "5a9ef064bce2626b0519b5e7382546350a586e75", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-loader": "^1.1.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-09T05:34:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Insights\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-insights.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-insights.pot --domain=wp-module-insights --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-insights/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,build,vendor,wordpress,node_modules" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Newfold Digital", "email": "hi@newfold.com" } ], "description": "A Newfold module that handles integration of Insights page.", "support": { "source": "https://github.com/newfold-labs/wp-module-insights/tree/1.3.4", "issues": "https://github.com/newfold-labs/wp-module-insights/issues" }, "install-path": "../newfold-labs/wp-module-insights" }, { "name": "newfold-labs/wp-module-install-checker", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-install-checker.git", "reference": "43dae50be0ee6dbf03acd3daea5672fff98ed120" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-install-checker/zipball/43dae50be0ee6dbf03acd3daea5672fff98ed120", "reference": "43dae50be0ee6dbf03acd3daea5672fff98ed120", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "php": ">=7.3", "phpunit/phpcov": "*", "wpackagist-plugin/woocommerce": "@stable", "wpackagist-theme/twentysixteen": "*" }, "time": "2026-03-25T19:19:41+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "NewfoldLabs\\WP\\Module\\InstallChecker\\": "includes/" } }, "scripts": { "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "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.1.1", "issues": "https://github.com/newfold-labs/wp-module-install-checker/issues" }, "install-path": "../newfold-labs/wp-module-install-checker" }, { "name": "newfold-labs/wp-module-installer", "version": "1.7.5", "version_normalized": "1.7.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-installer.git", "reference": "5e93e1920828b8a0f73f56e3c5891679ded407fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-installer/zipball/5e93e1920828b8a0f73f56e3c5891679ded407fb", "reference": "5e93e1920828b8a0f73f56e3c5891679ded407fb", "shasum": "" }, "require": { "newfold-labs/wp-module-pls": "^1.1.3" }, "require-dev": { "johnpbloch/wordpress": "6.9.4", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7", "wp-cli/wp-cli": "^2.12" }, "time": "2026-06-23T13:21:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Installer\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-installer.pot --domain=wp-module-installer --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-installer/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-installer.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah.wood@newfold.com" } ], "description": "An installer for WordPress plugins and themes.", "support": { "source": "https://github.com/newfold-labs/wp-module-installer/tree/1.7.5", "issues": "https://github.com/newfold-labs/wp-module-installer/issues" }, "install-path": "../newfold-labs/wp-module-installer" }, { "name": "newfold-labs/wp-module-link-tracker", "version": "1.1.5", "version_normalized": "1.1.5.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-link-tracker.git", "reference": "0433d841d90fb43dc528949c34d774d210124581" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-link-tracker/zipball/0433d841d90fb43dc528949c34d774d210124581", "reference": "0433d841d90fb43dc528949c34d774d210124581", "shasum": "" }, "require-dev": { "10up/wp_mock": "^0.5.0|^1.0.0", "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-module-loader": "^1.1", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.6" }, "time": "2026-02-06T15:55:17+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\LinkTracker\\": "includes/" }, "files": [ "includes/functions.php", "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-solutions.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-solutions/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-solutions.pot ./languages" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Carlos Rodriguez", "email": "carlos.rodriguez@newfold.com" } ], "description": "A WordPress module that adds tracking params", "support": { "source": "https://github.com/newfold-labs/wp-module-link-tracker/tree/1.1.5", "issues": "https://github.com/newfold-labs/wp-module-link-tracker/issues" }, "install-path": "../newfold-labs/wp-module-link-tracker" }, { "name": "newfold-labs/wp-module-loader", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-loader.git", "reference": "97de22d322f838edc26c1ac3969708a0902ef714" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-loader/zipball/97de22d322f838edc26c1ac3969708a0902ef714", "reference": "97de22d322f838edc26c1ac3969708a0902ef714", "shasum": "" }, "require": { "newfold-labs/container": "^1.2", "wp-forge/collection": "^1.0", "wp-forge/fluent": "^1.0", "wp-forge/wp-options": "^1.1" }, "require-dev": { "johnpbloch/wordpress": "6.9.1", "lucatume/wp-browser": "*", "phpunit/phpcov": "*" }, "time": "2026-02-05T21:09:56+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\ModuleLoader\\": "includes" }, "files": [ "bootstrap.php", "includes/functions.php" ] }, "scripts": { "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A module that handles registration and management of Newfold modules used within our WordPress plugins.", "support": { "source": "https://github.com/newfold-labs/wp-module-loader/tree/1.1.0", "issues": "https://github.com/newfold-labs/wp-module-loader/issues" }, "install-path": "../newfold-labs/wp-module-loader" }, { "name": "newfold-labs/wp-module-marketplace", "version": "3.2.4", "version_normalized": "3.2.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-marketplace.git", "reference": "ff8185e1443e012c9f368e393268040db042ba29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-marketplace/zipball/ff8185e1443e012c9f368e393268040db042ba29", "reference": "ff8185e1443e012c9f368e393268040db042ba29", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-06-10T07:43:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Marketplace\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-marketplace.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-marketplace.pot --domain=wp-module-marketplace --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-marketplace/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" }, { "name": "Evan Mullins", "email": "evanrm@gmail.com" } ], "description": "A module for rendering product data and interacting with the Hiive marketplace API.", "support": { "source": "https://github.com/newfold-labs/wp-module-marketplace/tree/3.2.4", "issues": "https://github.com/newfold-labs/wp-module-marketplace/issues" }, "install-path": "../newfold-labs/wp-module-marketplace" }, { "name": "newfold-labs/wp-module-mcp", "version": "1.7.8", "version_normalized": "1.7.8.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-mcp.git", "reference": "f4c52f164f06e228087b5f001476168a9aeaf9ad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-mcp/zipball/f4c52f164f06e228087b5f001476168a9aeaf9ad", "reference": "f4c52f164f06e228087b5f001476168a9aeaf9ad", "shasum": "" }, "require": { "firebase/php-jwt": "^6.10.0", "smalot/pdfparser": "^2.0", "wordpress/abilities-api": "^0.4.0", "wordpress/mcp-adapter": "^0.5.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-08-10T22:38:19+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "BLU\\": "includes/" }, "files": [ "includes/functions.php", "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-mcp.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-mcp.pot --domain=wp-module-mcp --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-mcp/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,vendor,wordpress,node_modules" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "homepage": "https://wpscholar.com" } ], "description": "WordPress MCP module for Newfold Labs BLU", "install-path": "../newfold-labs/wp-module-mcp" }, { "name": "newfold-labs/wp-module-migration", "version": "1.7.4", "version_normalized": "1.7.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-migration.git", "reference": "489c642d5f2717cd4c460cc07f55fdd3fd34debd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-migration/zipball/489c642d5f2717cd4c460cc07f55fdd3fd34debd", "reference": "489c642d5f2717cd4c460cc07f55fdd3fd34debd", "shasum": "" }, "require": { "instawp/connect-helpers": "^1.1.2", "newfold-labs/wp-module-loader": "^1.1.0" }, "require-dev": { "johnpbloch/wordpress": "6.9.4", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-22T20:26:39+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Migration\\": "includes/" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-migration.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-migration.pot --domain=wp-module-migration --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-migration/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "authors": [ { "name": "Beyond", "email": "team-spartans@newfold.com" } ], "description": "Initiates the migration process", "support": { "source": "https://github.com/newfold-labs/wp-module-migration/tree/1.7.4", "issues": "https://github.com/newfold-labs/wp-module-migration/issues" }, "install-path": "../newfold-labs/wp-module-migration" }, { "name": "newfold-labs/wp-module-next-steps", "version": "1.6.0", "version_normalized": "1.6.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-next-steps.git", "reference": "40e587d83da58c74d758197f1487511847a1df74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-next-steps/zipball/40e587d83da58c74d758197f1487511847a1df74", "reference": "40e587d83da58c74d758197f1487511847a1df74", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-loader": "^1.0.12" }, "require-dev": { "johnpbloch/wordpress": "^6.9", "lucatume/wp-browser": "^3.1", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "^8.2.1", "phpunit/phpunit": "^9.6", "wp-cli/i18n-command": "^2.7.0", "yoast/phpunit-polyfills": "^1.1" }, "time": "2026-06-09T17:48:00+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\NextSteps\\": "includes" }, "files": [ "bootstrap.php" ] }, "autoload-dev": { "psr-4": [] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-next-steps.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-next-steps/issues\",\"POT-Creation-Date\":\"2025-06-06T06:30:00+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-next-steps.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-po", "@i18n-php", "@i18n-json" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output", "echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "A Newfold module to manage next steps for a customer in a brand plugin.", "support": { "source": "https://github.com/newfold-labs/wp-module-next-steps/tree/1.6.0", "issues": "https://github.com/newfold-labs/wp-module-next-steps/issues" }, "install-path": "../newfold-labs/wp-module-next-steps" }, { "name": "newfold-labs/wp-module-notifications", "version": "1.8.3", "version_normalized": "1.8.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-notifications.git", "reference": "027fb4d56664632bf81ebfaf188197a5ce74671a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-notifications/zipball/027fb4d56664632bf81ebfaf188197a5ce74671a", "reference": "027fb4d56664632bf81ebfaf188197a5ce74671a", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "wp-forge/collection": "^1.0", "wp-forge/helpers": "^2.0", "wpscholar/url": "^1.2" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-05-18T19:39:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Notifications\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-notifications.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-notifications.pot --domain=wp-module-notifications --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-notifications/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,vendor,wordpress,node_modules" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A module for managing Newfold in-site notifications.", "support": { "source": "https://github.com/newfold-labs/wp-module-notifications/tree/1.8.3", "issues": "https://github.com/newfold-labs/wp-module-notifications/issues" }, "install-path": "../newfold-labs/wp-module-notifications" }, { "name": "newfold-labs/wp-module-onboarding", "version": "3.3.7", "version_normalized": "3.3.7.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding.git", "reference": "77e2236bc2f8973adb8d1e55bedf31675d2d3bea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding/zipball/77e2236bc2f8973adb8d1e55bedf31675d2d3bea", "reference": "77e2236bc2f8973adb8d1e55bedf31675d2d3bea", "shasum": "" }, "require": { "mustache/mustache": "^2.14.2", "newfold-labs/wp-module-facebook": "^1.3.3", "newfold-labs/wp-module-migration": "^1.7.1", "newfold-labs/wp-module-onboarding-data": "^1.2.23", "newfold-labs/wp-module-patterns": "^2.10.3", "wp-cli/wp-config-transformer": "^1.4.4", "wp-forge/helpers": "^2.0" }, "require-dev": { "johnpbloch/wordpress": "6.9.4", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.5", "php": ">=7.4", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0", "wp-phpunit/wp-phpunit": "^6.9.4", "yoast/phpunit-polyfills": "^4.0.0" }, "time": "2026-07-22T21:17:22+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Onboarding\\": "includes/" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding.pot --domain=wp-module-onboarding --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding/issues\",\"POT-Creation-Date\":\"2024-11-18T07:59:34+00:00\"}' --exclude=assets,tests,src,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding.pot ./languages" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-json": [ "find ./languages -type f -name \"*.po\" -print0 | xargs -0 -I {} sh -c 'name=$(basename \"$1\" .po); npx po2json languages/\"$name\".po languages/\"$name\"-nfd-onboarding.json -f jed1.x' -- {}" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Dave Ryan", "email": "dave@bluehost.com" } ], "description": "Next-generation WordPress Onboarding for WordPress sites at Newfold Digital.", "support": { "source": "https://github.com/newfold-labs/wp-module-onboarding/tree/3.3.7", "issues": "https://github.com/newfold-labs/wp-module-onboarding/issues" }, "install-path": "../newfold-labs/wp-module-onboarding" }, { "name": "newfold-labs/wp-module-onboarding-data", "version": "1.2.25", "version_normalized": "1.2.25.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-onboarding-data.git", "reference": "d33170525c1557379cd80d73fb1d4590e1a45834" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-onboarding-data/zipball/d33170525c1557379cd80d73fb1d4590e1a45834", "reference": "d33170525c1557379cd80d73fb1d4590e1a45834", "shasum": "" }, "require": { "mustache/mustache": "^2.14.2", "newfold-labs/wp-module-ai": "^1.3.1", "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-install-checker": "^1.1.1", "newfold-labs/wp-module-installer": "^1.2.0", "newfold-labs/wp-module-patterns": "^2.6", "newfold-labs/wp-module-performance": "^3.0.0", "newfold-labs/wp-module-survey": "^1.0.1", "wp-forge/wp-upgrade-handler": "^1.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.4", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.2" }, "time": "2026-07-17T16:13:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Onboarding\\Data\\": "includes/" }, "files": [ "includes/I18n.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-onboarding-data.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-onboarding-data.pot --domain=wp-module-onboarding-data --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-onboarding-data/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress" ], "lint": [ "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "authors": [ { "name": "arunshenoy99", "email": "devarunshenoy99@gmail.com" } ], "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.2.25", "issues": "https://github.com/newfold-labs/wp-module-onboarding-data/issues" }, "install-path": "../newfold-labs/wp-module-onboarding-data" }, { "name": "newfold-labs/wp-module-patterns", "version": "2.13.0", "version_normalized": "2.13.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-patterns.git", "reference": "af783af33c005d36b3200fab794673c8a9c14c95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-patterns/zipball/af783af33c005d36b3200fab794673c8a9c14c95", "reference": "af783af33c005d36b3200fab794673c8a9c14c95", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-features": "^1.5", "newfold-labs/wp-module-installer": "^1.7" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-05-18T18:38:12+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Patterns\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "lint": [ "vendor/bin/phpcs . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "clean": [ "vendor/bin/phpcbf . --ignore=*/build/* --standard=phpcs.xml -d error_reporting=\"E_ALL&~E_DEPRECATED\"" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/nfd-wonder-blocks.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-patterns/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=tests,src,wordpress --domain=nfd-wonder-blocks" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/nfd-wonder-blocks.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Hristina Conjic", "email": "hristina.conjic@newfold.com" } ], "description": "WordPress Cloud Patterns", "support": { "source": "https://github.com/newfold-labs/wp-module-patterns/tree/2.13.0", "issues": "https://github.com/newfold-labs/wp-module-patterns/issues" }, "install-path": "../newfold-labs/wp-module-patterns" }, { "name": "newfold-labs/wp-module-performance", "version": "3.8.2", "version_normalized": "3.8.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-performance.git", "reference": "c1e65c998310cff6852b5460d1ea3907374d378a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-performance/zipball/c1e65c998310cff6852b5460d1ea3907374d378a", "reference": "c1e65c998310cff6852b5460d1ea3907374d378a", "shasum": "" }, "require": { "colinmollenhour/credis": "^1.14", "newfold-labs/wp-module-context": "^1.0", "newfold-labs/wp-module-data": "^2.9", "newfold-labs/wp-module-features": "^1.5", "newfold-labs/wp-module-htaccess": "^1.0", "newfold-labs/wp-module-installer": "^1.7", "predis/predis": "2.4.1", "wp-cli/wp-config-transformer": "^1.4", "wp-forge/collection": "^1.0", "wp-forge/wp-htaccess-manager": "^1.0", "wpscholar/url": "^1.2" }, "require-dev": { "10up/wp_mock": "^0.5.0|^1.0.0", "johnpbloch/wordpress": "6.9.4", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7", "wp-cli/wp-cli-bundle": "^2.8.1|^2.12" }, "time": "2026-07-23T18:41:24+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Performance\\": "includes" }, "files": [ "includes/PerformanceFeature.php", "includes/functions.php", "bootstrap.php" ] }, "scripts": { "cs-fix": [ "phpcbf --standard=phpcs.xml ." ], "cs-lint": [ "phpcs --standard=phpcs.xml -s ." ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-json", "@i18n-php" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n-php": [ "vendor/bin/wp --allow-root i18n make-php ./languages --pretty-print" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-performance.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-performance.pot --domain=wp-module-performance --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-performance/issues\",\"POT-Creation-Date\":null}' --exclude=src,tests,assets,wordpress --include=includes/*,build/*.min.js" ], "test": [ "phpunit --bootstrap tests/phpunit/bootstrap.php", "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "homepage": "https://wpscholar.com" } ], "description": "A module for managing caching functionality.", "support": { "source": "https://github.com/newfold-labs/wp-module-performance/tree/3.8.2", "issues": "https://github.com/newfold-labs/wp-module-performance/issues" }, "install-path": "../newfold-labs/wp-module-performance" }, { "name": "newfold-labs/wp-module-pls", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-pls.git", "reference": "d92527f2e1f8537e18db3eed617f61c9a1eccf57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-pls/zipball/d92527f2e1f8537e18db3eed617f61c9a1eccf57", "reference": "d92527f2e1f8537e18db3eed617f61c9a1eccf57", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.5", "wp-cli/wp-cli": "^2.12" }, "time": "2026-02-06T15:35:21+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\PLS\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "i18n-json": [ "find ./languages -name \"*.json\" -exec rm {} \\; && vendor/bin/wp i18n make-json ./languages --no-purge --pretty-print" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-pls.pot ./languages" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-pls.pot --domain=wp-module-pls --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-pls/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=wordpress,assets,tests,src" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output;", "echo \"open tests/_output/html/index.html\" to view the report" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "arunshenoy99", "email": "devarunshenoy99@gmail.com" } ], "description": "A Newfold module that handles license key provisioning, validation, and other lifecycle events for registered plugins using the PLS API via Hiive.", "support": { "source": "https://github.com/newfold-labs/wp-module-pls/tree/1.1.3", "issues": "https://github.com/newfold-labs/wp-module-pls/issues" }, "install-path": "../newfold-labs/wp-module-pls" }, { "name": "newfold-labs/wp-module-reset", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-reset.git", "reference": "a2c281e755779acb6927575548eca833818135a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-reset/zipball/a2c281e755779acb6927575548eca833818135a5", "reference": "a2c281e755779acb6927575548eca833818135a5", "shasum": "" }, "require": { "newfold-labs/wp-module-features": "^1.5" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.6.6", "yoast/phpunit-polyfills": "^2.0.5" }, "time": "2026-03-25T19:47:53+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Reset\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-reset.pot --domain=wp-module-reset --exclude=tests,vendor,node_modules,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-reset.pot ./languages" ], "i18n-mo": [ "vendor/bin/wp i18n make-mo ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-mo", "@i18n-php" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-po", "@i18n-php", "@i18n-json" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov", "phpcov merge ./tests/_output/ --clover ./tests/_output/coverage.xml" ] }, "license": [ "GPL-2.0-or-later" ], "description": "Factory Reset module for Newfold WordPress plugins", "support": { "source": "https://github.com/newfold-labs/wp-module-reset/tree/1.0.2", "issues": "https://github.com/newfold-labs/wp-module-reset/issues" }, "install-path": "../newfold-labs/wp-module-reset" }, { "name": "newfold-labs/wp-module-runtime", "version": "1.2.2", "version_normalized": "1.2.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-runtime.git", "reference": "24dbcad176b1b59da785d98aaf3fc917b70c4079" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-runtime/zipball/24dbcad176b1b59da785d98aaf3fc917b70c4079", "reference": "24dbcad176b1b59da785d98aaf3fc917b70c4079", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-module-loader": "^1.1", "newfold-labs/wp-php-standards": "@stable", "phpunit/phpcov": "*", "wp-cli/i18n-command": "@stable", "wp-cli/wp-cli-bundle": "@stable" }, "time": "2026-02-10T22:24:28+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Runtime\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Beyond", "email": "team-spartans@newfold.com" } ], "description": "Runtime for Newfold WP modules and plugins", "support": { "source": "https://github.com/newfold-labs/wp-module-runtime/tree/1.2.2", "issues": "https://github.com/newfold-labs/wp-module-runtime/issues" }, "install-path": "../newfold-labs/wp-module-runtime" }, { "name": "newfold-labs/wp-module-secure-passwords", "version": "1.1.3", "version_normalized": "1.1.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-secure-passwords.git", "reference": "83639189ef6cd21894ee8119b9b330c3da50baa4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-secure-passwords/zipball/83639189ef6cd21894ee8119b9b330c3da50baa4", "reference": "83639189ef6cd21894ee8119b9b330c3da50baa4", "shasum": "" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-module-loader": "^1.0", "newfold-labs/wp-php-standards": "@stable", "phpunit/phpcov": "*" }, "time": "2026-02-05T07:06:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=Bluehost" ], "lint": [ "vendor/bin/phpcs . --standard=Bluehost -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Jonathan Desrosiers", "email": "jonathan.desrosiers@newfold.com" } ], "description": "Prevents passwords exposed in data breaches from being used and encourages better password hygiene.", "support": { "source": "https://github.com/newfold-labs/wp-module-secure-passwords/tree/1.1.3", "issues": "https://github.com/newfold-labs/wp-module-secure-passwords/issues" }, "install-path": "../newfold-labs/wp-module-secure-passwords" }, { "name": "newfold-labs/wp-module-solutions", "version": "2.10.3", "version_normalized": "2.10.3.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-solutions.git", "reference": "b616f315a07a28102385a8905293160a49946b66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-solutions/zipball/b616f315a07a28102385a8905293160a49946b66", "reference": "b616f315a07a28102385a8905293160a49946b66", "shasum": "" }, "require": { "newfold-labs/wp-module-data": "^2.9.4", "newfold-labs/wp-module-link-tracker": "^1.1", "newfold-labs/wp-module-loader": "^1.1.0" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2.6", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-07-22T22:24:11+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Solutions\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-solutions.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-solutions/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-solutions.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "arati bhandare AKA aratidgr8", "email": "aratidgr8@gmail.com" } ], "description": "A Newfold module that handles integration of WordPress Solutions Addon packages (content creator/ service / ecommerce) for BlueHost & HostGator customers", "support": { "source": "https://github.com/newfold-labs/wp-module-solutions/tree/2.10.3", "issues": "https://github.com/newfold-labs/wp-module-solutions/issues" }, "install-path": "../newfold-labs/wp-module-solutions" }, { "name": "newfold-labs/wp-module-sso", "version": "1.3.0", "version_normalized": "1.3.0.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-sso.git", "reference": "43ad446f47a9cd6f868f0f846069d3a655e2bee9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-sso/zipball/43ad446f47a9cd6f868f0f846069d3a655e2bee9", "reference": "43ad446f47a9cd6f868f0f846069d3a655e2bee9", "shasum": "" }, "require": { "newfold-labs/wp-module-data": ">=2.9.3" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-php-standards": "^1.2", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-04-27T07:37:47+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\SSO\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf --standard=phpcs.xml ." ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-sso.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-sso/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-sso.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "lint": [ "vendor/bin/phpcs --standard=phpcs.xml -s ." ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@bluehost.com" } ], "description": "Single sign-on functionality for Newfold WordPress sites.", "support": { "source": "https://github.com/newfold-labs/wp-module-sso/tree/1.3.0", "issues": "https://github.com/newfold-labs/wp-module-sso/issues" }, "install-path": "../newfold-labs/wp-module-sso" }, { "name": "newfold-labs/wp-module-staging", "version": "2.7.4", "version_normalized": "2.7.4.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-staging.git", "reference": "fd46db8136749689d63ba557c566ac508e5ca413" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-staging/zipball/fd46db8136749689d63ba557c566ac508e5ca413", "reference": "fd46db8136749689d63ba557c566ac508e5ca413", "shasum": "" }, "require": { "newfold-labs/wp-module-context": "^1.0.3", "newfold-labs/wp-module-features": "^1.5.2" }, "require-dev": { "johnpbloch/wordpress": "@stable", "lucatume/wp-browser": "*", "newfold-labs/wp-module-loader": "^1.1", "newfold-labs/wp-php-standards": "^1.2.5", "phpunit/phpcov": "*", "wp-cli/i18n-command": "^2.7.0" }, "time": "2026-04-22T21:17:23+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Staging\\": "includes" }, "files": [ "bootstrap.php" ] }, "scripts": { "fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml -s" ], "i18n-pot": [ "vendor/bin/wp i18n make-pot . ./languages/wp-module-staging.pot --headers='{\"Report-Msgid-Bugs-To\":\"https://github.com/newfold-labs/wp-module-staging/issues\",\"POT-Creation-Date\":\"2025-02-13T09:55:55+00:00\"}' --exclude=src,tests,wordpress" ], "i18n-po": [ "vendor/bin/wp i18n update-po ./languages/wp-module-staging.pot ./languages" ], "i18n-php": [ "vendor/bin/wp i18n make-php ./languages --pretty-print" ], "i18n-json": [ "rm -f languages/*.json && vendor/bin/wp i18n make-json ./languages --pretty-print" ], "i18n": [ "@i18n-pot", "@i18n-po", "@i18n-php", "@i18n-json" ], "i18n-ci-pre": [ "@i18n-pot", "@i18n-po" ], "i18n-ci-post": [ "@i18n-json", "@i18n-php" ], "test": [ "codecept run wpunit" ], "test-coverage": [ "codecept run wpunit --coverage wpunit.cov && phpcov merge --php tests/_output/merged.cov --html tests/_output/html tests/_output && echo \"open tests/_output/html/index.html to view the report\"" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Evan Mullins", "homepage": "https://evanmullins.com" } ], "description": "Newfold module for staging functionality in brand plugins", "support": { "source": "https://github.com/newfold-labs/wp-module-staging/tree/2.7.4", "issues": "https://github.com/newfold-labs/wp-module-staging/issues" }, "install-path": "../newfold-labs/wp-module-staging" }, { "name": "newfold-labs/wp-module-survey", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/newfold-labs/wp-module-survey.git", "reference": "e41860c62d1b0c3d4e752b140b8df0773b1be459" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/newfold-labs/wp-module-survey/zipball/e41860c62d1b0c3d4e752b140b8df0773b1be459", "reference": "e41860c62d1b0c3d4e752b140b8df0773b1be459", "shasum": "" }, "require-dev": { "newfold-labs/wp-php-standards": "^1.2", "wp-cli/i18n-command": "^2.4.3" }, "time": "2025-01-03T04:32:27+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "NewfoldLabs\\WP\\Module\\Survey\\": "includes" }, "files": [ "bootstrap.php" ] }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "arunshenoy99", "email": "devarunshenoy99@gmail.com" } ], "description": "A Newfold module to collect customer satisfaction feedback via surveys in the WordPress admin dashboard.", "support": { "source": "https://github.com/newfold-labs/wp-module-survey/tree/1.0.2", "issues": "https://github.com/newfold-labs/wp-module-survey/issues" }, "install-path": "../newfold-labs/wp-module-survey" }, { "name": "predis/predis", "version": "v2.4.1", "version_normalized": "2.4.1.0", "source": { "type": "git", "url": "https://github.com/predis/predis.git", "reference": "07105e050622ed80bd60808367ced9e379f31530" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/predis/predis/zipball/07105e050622ed80bd60808367ced9e379f31530", "reference": "07105e050622ed80bd60808367ced9e379f31530", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.3", "phpstan/phpstan": "^1.9", "phpunit/phpcov": "^6.0 || ^8.0", "phpunit/phpunit": "^8.0 || ^9.4" }, "suggest": { "ext-relay": "Faster connection with in-memory caching (>=0.6.2)" }, "time": "2025-11-12T18:00:11+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Predis\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], "description": "A flexible and feature-complete Redis/Valkey client for PHP.", "homepage": "http://github.com/predis/predis", "keywords": [ "nosql", "predis", "redis" ], "support": { "issues": "https://github.com/predis/predis/issues", "source": "https://github.com/predis/predis/tree/v2.4.1" }, "funding": [ { "url": "https://github.com/sponsors/tillkruss", "type": "github" } ], "install-path": "../predis/predis" }, { "name": "psr/http-client", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "time": "2023-09-23T14:17:50+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client" }, "install-path": "../psr/http-client" }, { "name": "psr/http-factory", "version": "1.1.0", "version_normalized": "1.1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { "php": ">=7.1", "psr/http-message": "^1.0 || ^2.0" }, "time": "2024-04-15T12:06:14+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory" }, "install-path": "../psr/http-factory" }, { "name": "psr/http-message", "version": "2.0", "version_normalized": "2.0.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "time": "2023-04-04T09:54:51+00:00", "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "installation-source": "dist", "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/2.0" }, "install-path": "../psr/http-message" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "version_normalized": "3.0.3.0", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "time": "2019-03-08T08:55:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "install-path": "../ralouphie/getallheaders" }, { "name": "smalot/pdfparser", "version": "v2.12.5", "version_normalized": "2.12.5.0", "source": { "type": "git", "url": "https://github.com/smalot/pdfparser.git", "reference": "2cfa0d92bd557875c9f52a75fde0e8392302a354" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/smalot/pdfparser/zipball/2cfa0d92bd557875c9f52a75fde0e8392302a354", "reference": "2cfa0d92bd557875c9f52a75fde0e8392302a354", "shasum": "" }, "require": { "ext-iconv": "*", "ext-zlib": "*", "php": ">=7.1", "symfony/polyfill-mbstring": "^1.18" }, "time": "2026-04-17T11:37:58+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Smalot\\PdfParser\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Sebastien MALOT", "email": "sebastien@malot.fr" } ], "description": "Pdf parser library. Can read and extract information from pdf file.", "homepage": "https://www.pdfparser.org", "keywords": [ "extract", "parse", "parser", "pdf", "text" ], "support": { "issues": "https://github.com/smalot/pdfparser/issues", "source": "https://github.com/smalot/pdfparser/tree/v2.12.5" }, "install-path": "../smalot/pdfparser" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.4", "version_normalized": "2.5.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", "shasum": "" }, "require": { "php": ">=7.1" }, "time": "2024-09-25T14:11:13+00:00", "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/contracts", "name": "symfony/contracts" }, "branch-alias": { "dev-main": "2.5-dev" } }, "installation-source": "dist", "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "install-path": "../symfony/deprecation-contracts" }, { "name": "symfony/polyfill-mbstring", "version": "v1.38.2", "version_normalized": "1.38.2.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", "reference": "d3d318bad5e7a1bfbd026009c8bfb8d8f99ae6b6", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=7.2" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "time": "2026-05-27T06:59:30+00:00", "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "installation-source": "dist", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "install-path": "../symfony/polyfill-mbstring" }, { "name": "typesense/typesense-php", "version": "v2.0.4", "version_normalized": "2.0.4.0", "source": { "type": "git", "url": "https://github.com/typesense/typesense-php.git", "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/typesense/typesense-php/zipball/e1a6d2cc5fafce2085904d816e32427d957f0409", "reference": "e1a6d2cc5fafce2085904d816e32427d957f0409", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/guzzle": "^7.0" }, "time": "2020-09-22T13:45:34+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "Devloops\\Typesence\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Abdullah Al-Faqeir", "email": "abdullah@devloops.net", "homepage": "https://www.devloops.net", "role": "Developer" } ], "description": "PHP client for Typesense https://github.com/typesense/typesense", "homepage": "https://www.devloops.net", "support": { "source": "https://github.com/typesense/typesense-php/tree/v2.0.4" }, "install-path": "../typesense/typesense-php" }, { "name": "wordpress/abilities-api", "version": "v0.4.0", "version_normalized": "0.4.0.0", "source": { "type": "git", "url": "https://github.com/WordPress/abilities-api.git", "reference": "0759075aed37c4247adbf273bdebec096d52e825" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/abilities-api/zipball/0759075aed37c4247adbf273bdebec096d52e825", "reference": "0759075aed37c4247adbf273bdebec096d52e825", "shasum": "" }, "require": { "php": "^7.4 | ^8" }, "require-dev": { "automattic/vipwpcs": "^3.0", "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpstan/extension-installer": "^1.3", "phpstan/phpstan": "^2.1.22", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpstan/phpstan-phpunit": "^2.0.3", "phpunit/phpunit": "^8.5|^9.6", "slevomat/coding-standard": "^8.0", "squizlabs/php_codesniffer": "^3.9", "szepeviktor/phpstan-wordpress": "^2.0.2", "wp-coding-standards/wpcs": "^3.1", "wp-phpunit/wp-phpunit": "^6.5", "wpackagist-plugin/plugin-check": "^1.6", "yoast/phpunit-polyfills": "^4.0" }, "time": "2025-10-29T05:35:31+00:00", "type": "library", "extra": { "installer-paths": { "vendor/{$vendor}/{$name}/": [ "wpackagist-plugin/plugin-check" ] } }, "installation-source": "dist", "autoload": { "files": [ "includes/bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress AI Team", "homepage": "https://make.wordpress.org/ai/" } ], "description": "AI Abilities for WordPress.", "homepage": "https://github.com/WordPress/abilities-api", "keywords": [ "abilities", "ai", "api", "llm", "wordpress" ], "support": { "issues": "https://github.com/WordPress/abilities-api/issues", "source": "https://github.com/WordPress/abilities-api" }, "abandoned": true, "install-path": "../wordpress/abilities-api" }, { "name": "wordpress/mcp-adapter", "version": "v0.5.0", "version_normalized": "0.5.0.0", "source": { "type": "git", "url": "https://github.com/WordPress/mcp-adapter.git", "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/mcp-adapter/zipball/7bfc49f46b3ea7544dded49d5a606089f825a80b", "reference": "7bfc49f46b3ea7544dded49d5a606089f825a80b", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.4 || ^8.0", "wordpress/php-mcp-schema": "^0.1.0" }, "require-dev": { "automattic/vipwpcs": "^3.0", "php-stubs/wordpress-stubs": "^6.9", "php-stubs/wp-cli-stubs": "^2.12", "phpcompatibility/php-compatibility": "10.x-dev as 9.99.99", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpstan/extension-installer": "^1.3", "phpstan/php-8-stubs": "^0.4.24", "phpstan/phpstan": "^2.1.22", "phpstan/phpstan-deprecation-rules": "^2.0.3", "phpunit/phpunit": "^9.6", "slevomat/coding-standard": "^8.0", "szepeviktor/phpstan-wordpress": "^2.0", "wp-phpunit/wp-phpunit": "^6.5", "wpackagist-plugin/plugin-check": "^1.6", "yoast/phpunit-polyfills": "^4.0" }, "time": "2026-04-14T12:12:58+00:00", "type": "wordpress-plugin", "extra": { "installer-paths": { "vendor/{$vendor}/{$name}/": [ "wpackagist-plugin/plugin-check" ] } }, "installation-source": "dist", "autoload": { "psr-4": { "WP\\MCP\\": "includes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress AI Team", "homepage": "https://make.wordpress.org/ai/" } ], "description": "Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts", "homepage": "https://github.com/wordpress/mcp-adapter", "keywords": [ "abilities-api", "adapter", "ai", "api", "integration", "mcp", "model-context-protocol", "wordpress" ], "support": { "issues": "https://github.com/wordpress/mcp-adapter/issues", "source": "https://github.com/wordpress/mcp-adapter" }, "install-path": "../wordpress/mcp-adapter" }, { "name": "wordpress/php-mcp-schema", "version": "v0.1.2", "version_normalized": "0.1.2.0", "source": { "type": "git", "url": "https://github.com/WordPress/php-mcp-schema", "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WordPress/php-mcp-schema/zipball/95df8a50a3bd54f6b7c4869c6e2185db380d4d63", "reference": "95df8a50a3bd54f6b7c4869c6e2185db380d4d63", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "phpstan/phpstan": "^1.10" }, "time": "2026-06-05T08:26:32+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP\\McpSchema\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress", "homepage": "https://wordpress.org" } ], "description": "PHP DTOs for the Model Context Protocol (MCP) specification", "homepage": "https://github.com/WordPress/php-mcp-schema", "keywords": [ "dto", "mcp", "model-context-protocol", "php", "schema" ], "install-path": "../wordpress/php-mcp-schema" }, { "name": "wp-cli/mustache", "version": "v2.14.99", "version_normalized": "2.14.99.0", "source": { "type": "git", "url": "https://github.com/wp-cli/mustache.php.git", "reference": "ca23b97ac35fbe01c160549eb634396183d04a59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/mustache.php/zipball/ca23b97ac35fbe01c160549eb634396183d04a59", "reference": "ca23b97ac35fbe01c160549eb634396183d04a59", "shasum": "" }, "require": { "php": ">=5.6" }, "replace": { "mustache/mustache": "^2.14.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.19.3", "yoast/phpunit-polyfills": "^2.0" }, "time": "2025-05-06T16:15:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-0": { "Mustache": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Justin Hileman", "email": "justin@justinhileman.info", "homepage": "http://justinhileman.com" } ], "description": "A Mustache implementation in PHP.", "homepage": "https://github.com/bobthecow/mustache.php", "keywords": [ "mustache", "templating" ], "support": { "source": "https://github.com/wp-cli/mustache.php/tree/v2.14.99" }, "install-path": "../wp-cli/mustache" }, { "name": "wp-cli/wp-config-transformer", "version": "v1.4.6", "version_normalized": "1.4.6.0", "source": { "type": "git", "url": "https://github.com/wp-cli/wp-config-transformer.git", "reference": "1ef18784990b85b35202c2d68dbbc4a8fe6615b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-cli/wp-config-transformer/zipball/1ef18784990b85b35202c2d68dbbc4a8fe6615b6", "reference": "1ef18784990b85b35202c2d68dbbc4a8fe6615b6", "shasum": "" }, "require": { "php": ">=7.2.24" }, "require-dev": { "wp-cli/wp-cli-tests": "^4.0 || ^5.0" }, "time": "2026-04-10T07:32:03+00:00", "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "installation-source": "dist", "autoload": { "files": [ "src/WPConfigTransformer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frankie Jarrett", "email": "fjarrett@gmail.com" } ], "description": "Programmatically edit a wp-config.php file.", "homepage": "https://github.com/wp-cli/wp-config-transformer", "support": { "issues": "https://github.com/wp-cli/wp-config-transformer/issues", "source": "https://github.com/wp-cli/wp-config-transformer/tree/v1.4.6" }, "install-path": "../wp-cli/wp-config-transformer" }, { "name": "wp-forge/collection", "version": "1.0.3", "version_normalized": "1.0.3.0", "source": { "type": "git", "url": "https://github.com/wp-forge/collection.git", "reference": "9bed6ec6a73f0a033276c65e07ced5c894deff71" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/collection/zipball/9bed6ec6a73f0a033276c65e07ced5c894deff71", "reference": "9bed6ec6a73f0a033276c65e07ced5c894deff71", "shasum": "" }, "time": "2025-12-01T15:57:49+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\Collection\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A PHP utility class for manipulating collections.", "support": { "issues": "https://github.com/wp-forge/collection/issues", "source": "https://github.com/wp-forge/collection/tree/1.0.3" }, "install-path": "../wp-forge/collection" }, { "name": "wp-forge/fluent", "version": "1.0.1", "version_normalized": "1.0.1.0", "source": { "type": "git", "url": "https://github.com/wp-forge/fluent.git", "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/fluent/zipball/b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c", "reference": "b7d6e54f86bd2bbc229faeefd2772f1f1354ad8c", "shasum": "" }, "time": "2022-08-26T17:38:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\Fluent\\": "includes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "An instance of the Laravel Fluent class for use with WordPress.", "support": { "issues": "https://github.com/wp-forge/fluent/issues", "source": "https://github.com/wp-forge/fluent/tree/1.0.1" }, "install-path": "../wp-forge/fluent" }, { "name": "wp-forge/helpers", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/wp-forge/helpers.git", "reference": "be36209958e1194ba4bc902ae5366ebd35fa8cc0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/helpers/zipball/be36209958e1194ba4bc902ae5366ebd35fa8cc0", "reference": "be36209958e1194ba4bc902ae5366ebd35fa8cc0", "shasum": "" }, "require": { "doctrine/inflector": "^1.3", "ext-mbstring": "*" }, "time": "2025-10-24T15:28:10+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "includes/functions.php" ], "psr-4": { "WP_Forge\\Helpers\\": "includes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A collection of helpers for WordPress and PHP development.", "support": { "issues": "https://github.com/wp-forge/helpers/issues", "source": "https://github.com/wp-forge/helpers/tree/2.0.1" }, "install-path": "../wp-forge/helpers" }, { "name": "wp-forge/wp-htaccess-manager", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-htaccess-manager.git", "reference": "8b565cb9bd75ff1c415e4974c3b4812c5b50da63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/wp-htaccess-manager/zipball/8b565cb9bd75ff1c415e4974c3b4812c5b50da63", "reference": "8b565cb9bd75ff1c415e4974c3b4812c5b50da63", "shasum": "" }, "time": "2025-01-16T22:09:14+00:00", "type": "library", "installation-source": "dist", "autoload": { "files": [ "includes/functions.php" ], "psr-4": { "WP_Forge\\WP_Htaccess_Manager\\": "includes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A helper library for making changes to .htaccess files in WordPress.", "support": { "issues": "https://github.com/wp-forge/wp-htaccess-manager/issues", "source": "https://github.com/wp-forge/wp-htaccess-manager/tree/1.0.2" }, "install-path": "../wp-forge/wp-htaccess-manager" }, { "name": "wp-forge/wp-options", "version": "1.1.1", "version_normalized": "1.1.1.0", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-options.git", "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/wp-options/zipball/511b1c5e626582dd4c3c1b5602e7a20352dabc1b", "reference": "511b1c5e626582dd4c3c1b5602e7a20352dabc1b", "shasum": "" }, "time": "2024-05-10T14:57:37+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\Options\\": "includes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A WordPress helper class for managing plugin options.", "support": { "issues": "https://github.com/wp-forge/wp-options/issues", "source": "https://github.com/wp-forge/wp-options/tree/1.1.1" }, "install-path": "../wp-forge/wp-options" }, { "name": "wp-forge/wp-query-builder", "version": "1.0.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-query-builder.git", "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/wp-query-builder/zipball/131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", "reference": "131dcfee2d3ebf84cec9bd6ce07d3f2c854b4984", "shasum": "" }, "require": { "php": ">=5.4" }, "time": "2024-08-22T21:49:41+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\QueryBuilder\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A lightweight and efficient SQL query builder for WordPress.", "keywords": [ "database", "query builder", "wordpress" ], "support": { "issues": "https://github.com/wp-forge/wp-query-builder/issues", "source": "https://github.com/wp-forge/wp-query-builder/tree/1.0.4" }, "install-path": "../wp-forge/wp-query-builder" }, { "name": "wp-forge/wp-update-handler", "version": "1.0.2", "version_normalized": "1.0.2.0", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-update-handler.git", "reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/wp-update-handler/zipball/4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435", "reference": "4dbc5e0dd4dfbb5808f9d53b1b3afd65c3db7435", "shasum": "" }, "require": { "wp-forge/helpers": "^2.0" }, "require-dev": { "wpscholar/phpcs-standards-wpscholar": "^1.0" }, "time": "2024-02-16T18:07:08+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\WPUpdateHandler\\": "includes/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A WordPress package for updating custom plugins and themes based on an API response from a custom update server.", "support": { "issues": "https://github.com/wp-forge/wp-update-handler/issues", "source": "https://github.com/wp-forge/wp-update-handler/tree/1.0.2" }, "install-path": "../wp-forge/wp-update-handler" }, { "name": "wp-forge/wp-upgrade-handler", "version": "1.0", "version_normalized": "1.0.0.0", "source": { "type": "git", "url": "https://github.com/wp-forge/wp-upgrade-handler.git", "reference": "b0a7f4c66710f95b4c5702fea3af505ea72fb215" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-forge/wp-upgrade-handler/zipball/b0a7f4c66710f95b4c5702fea3af505ea72fb215", "reference": "b0a7f4c66710f95b4c5702fea3af505ea72fb215", "shasum": "" }, "time": "2020-05-21T00:04:44+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "WP_Forge\\UpgradeHandler\\": "includes" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com" } ], "description": "A drop-in library for handling upgrade routines in WordPress plugins and themes.", "support": { "issues": "https://github.com/wp-forge/wp-upgrade-handler/issues", "source": "https://github.com/wp-forge/wp-upgrade-handler/tree/1.0" }, "install-path": "../wp-forge/wp-upgrade-handler" }, { "name": "wpscholar/url", "version": "1.2.5", "version_normalized": "1.2.5.0", "source": { "type": "git", "url": "https://github.com/wpscholar/url.git", "reference": "8a8fa6dc257d75353782a7acd9b1194a17d8eadd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wpscholar/url/zipball/8a8fa6dc257d75353782a7acd9b1194a17d8eadd", "reference": "8a8fa6dc257d75353782a7acd9b1194a17d8eadd", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "^8.5.36 || ^9.0" }, "time": "2024-12-13T17:40:54+00:00", "type": "library", "installation-source": "dist", "autoload": { "psr-4": { "wpscholar\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0+" ], "authors": [ { "name": "Micah Wood", "email": "micah@wpscholar.com", "homepage": "http://wpscholar.com" } ], "description": "A PHP class for parsing and manipulating URLs.", "support": { "issues": "https://github.com/wpscholar/url/issues", "source": "https://github.com/wpscholar/url/tree/1.2.5" }, "install-path": "../wpscholar/url" } ], "dev": false, "dev-package-names": [] }
Save
Cancel