{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "9108492ca60e6b9960f74bbd4f82b419", "packages": [ { "name": "afragen/git-updater", "version": "dev-fair", "source": { "type": "git", "url": "https://github.com/afragen/git-updater.git", "reference": "e403b869d4fc6deecffea39c2713a159622c0fc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/afragen/git-updater/zipball/e403b869d4fc6deecffea39c2713a159622c0fc4", "reference": "e403b869d4fc6deecffea39c2713a159622c0fc4", "shasum": "" }, "require": { "afragen/singleton": "^1.0", "afragen/wordpress-plugin-readme-parser": "^1", "afragen/wp-dismiss-notice": "*", "php": ">=8.0" }, "require-dev": { "wp-coding-standards/wpcs": "^3.0.0" }, "type": "wordpress-plugin", "autoload": { "psr-4": { "Fragen\\Git_Updater\\": "src/Git_Updater/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andy Fragen", "email": "andy@thefragens.com", "homepage": "https://thefragens.com", "role": "Developer" } ], "description": "A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.", "keywords": [ "plugin", "theme", "updater", "wordpress" ], "support": { "issues": "https://github.com/afragen/git-updater/issues", "source": "https://github.com/afragen/git-updater" }, "funding": [ { "url": "https://github.com/afragen", "type": "github" } ], "time": "2025-07-14T18:06:53+00:00" }, { "name": "afragen/singleton", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/afragen/singleton.git", "reference": "c93d90651dcf027bcd365d81bccf1eda73fe2f2d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/afragen/singleton/zipball/c93d90651dcf027bcd365d81bccf1eda73fe2f2d", "reference": "c93d90651dcf027bcd365d81bccf1eda73fe2f2d", "shasum": "" }, "require": { "php": ">=5.6.5" }, "type": "library", "autoload": { "classmap": [ "Singleton.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andy Fragen", "email": "andy@thefragens.com", "homepage": "https://github.com/afragen/singleton", "role": "Developer" } ], "description": "A singleton static proxy generator.", "keywords": [ "singleton", "wordpress" ], "support": { "issues": "https://github.com/afragen/singleton/issues", "source": "https://github.com/afragen/singleton/tree/1.0.5" }, "time": "2024-11-19T17:40:31+00:00" }, { "name": "afragen/wordpress-plugin-readme-parser", "version": "1.2024.12.10", "source": { "type": "git", "url": "https://github.com/afragen/wordpress-plugin-readme-parser.git", "reference": "803ccfc442d956aa04d69f4b234eda5d7f03afc4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/afragen/wordpress-plugin-readme-parser/zipball/803ccfc442d956aa04d69f4b234eda5d7f03afc4", "reference": "803ccfc442d956aa04d69f4b234eda5d7f03afc4", "shasum": "" }, "require": { "erusev/parsedown": "^1.7", "php": ">=5.4" }, "type": "library", "autoload": { "classmap": [ "class-parser.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "WordPress.org", "homepage": "https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme" } ], "description": "A clone of the current WordPress.org Plugin Readme Parser, class-parser.php", "keywords": [ "parser", "readme", "wordpress" ], "support": { "issues": "https://github.com/afragen/wordpress-plugin-readme-parser/issues", "source": "https://github.com/afragen/wordpress-plugin-readme-parser/tree/1.2024.12.10" }, "time": "2024-12-10T23:43:17+00:00" }, { "name": "afragen/wp-dismiss-notice", "version": "0.3.7", "source": { "type": "git", "url": "https://github.com/afragen/wp-dismiss-notice.git", "reference": "3e2c694ca891fe94771457f54a3a5457a70c0aec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/afragen/wp-dismiss-notice/zipball/3e2c694ca891fe94771457f54a3a5457a70c0aec", "reference": "3e2c694ca891fe94771457f54a3a5457a70c0aec", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "autoload": { "classmap": [ "wp-dismiss-notice.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Andy Fragen", "email": "andy@thefragens.com", "homepage": "https://thefragens.com", "role": "Developer" } ], "description": "Library for time dismissible WordPress admin notices.", "support": { "issues": "https://github.com/afragen/wp-dismiss-notice/issues", "source": "https://github.com/afragen/wp-dismiss-notice" }, "time": "2023-05-30T21:45:15+00:00" }, { "name": "composer/installers", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e", "reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^7.2 || ^8.0" }, "require-dev": { "composer/composer": "^1.10.27 || ^2.7", "composer/semver": "^1.7.2 || ^3.4.0", "phpstan/phpstan": "^1.11", "phpstan/phpstan-phpunit": "^1", "symfony/phpunit-bridge": "^7.1.1", "symfony/process": "^5 || ^6 || ^7" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "2.x-dev" }, "plugin-modifies-install-path": true }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "concreteCMS", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "matomo", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "tastyigniter", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v2.3.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2024-06-24T20:46:46+00:00" }, { "name": "erusev/parsedown", "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "support": { "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/1.7.x" }, "time": "2019-12-30T22:54:17+00:00" }, { "name": "fairpm/fair-parent-theme", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/fairpm/fair-parent-theme.git", "reference": "a985d33328399851042530760eb8c65585154690" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fairpm/fair-parent-theme/zipball/a985d33328399851042530760eb8c65585154690", "reference": "a985d33328399851042530760eb8c65585154690", "shasum": "" }, "require": { "php": ">=8.1" }, "type": "wordpress-theme", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Contributors", "homepage": "https://github.com/fairpm/fair-parent-theme/graphs/contributors" } ], "description": "FAIR Package Manager network theme.", "homepage": "https://github.com/fairpm/fair-parent-theme/", "keywords": [ "fairpm", "theme" ], "support": { "issues": "https://github.com/fairpm/fair-parent-theme/issues", "source": "https://github.com/fairpm/fair-parent-theme/tree/1.0.0" }, "time": "2025-07-24T18:34:16+00:00" }, { "name": "glotpress/glotpress-wp", "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/GlotPress/GlotPress.git", "reference": "84cfcee8fec4de400469c901185fe1d65f7af797" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GlotPress/GlotPress/zipball/84cfcee8fec4de400469c901185fe1d65f7af797", "reference": "84cfcee8fec4de400469c901185fe1d65f7af797", "shasum": "" }, "require": { "php": ">=7.4" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^1.0.0", "gettext/languages": "^2.6", "phpcompatibility/phpcompatibility-wp": "^2.1", "phpunit/phpunit": "^9.6.15", "wp-coding-standards/wpcs": "^2.2", "yoast/phpunit-polyfills": "^2.0" }, "type": "wordpress-plugin", "scripts": { "format": [ "@php ./vendor/bin/phpcbf --report=summary,source" ], "lint": [ "@php ./vendor/bin/phpcs --report=summary,source" ], "test": [ "@php ./vendor/bin/phpunit" ], "test:locales": [ "@test --group locales" ] }, "license": [ "GPL-2.0-or-later" ], "description": "GlotPress is a collaborative, web-based software translation tool.", "homepage": "https://glotpress.blog/", "keywords": [ "i18n", "translations", "wordpress" ], "support": { "issues": "https://github.com/GlotPress/GlotPress/issues", "forum": "https://wordpress.org/support/plugin/glotpress/", "source": "https://github.com/GlotPress/GlotPress", "docs": "https://glotpress.blog/the-manual/" }, "time": "2024-04-03T14:29:59+00:00" }, { "name": "humanmade/php-basic-auth", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/humanmade/PHPBasicAuth.git", "reference": "83e598d79df68054dc7b90cb171faaf95b601883" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/humanmade/PHPBasicAuth/zipball/83e598d79df68054dc7b90cb171faaf95b601883", "reference": "83e598d79df68054dc7b90cb171faaf95b601883", "shasum": "" }, "require-dev": { "humanmade/coding-standards": "^0.7.0", "phpunit/phpunit": "^7.5" }, "type": "wordpress-muplugin", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Chris Reynolds", "email": "chris@humanmade.com" } ], "description": "Basic PHP authentication for HM Dev and Staging environments.", "homepage": "https://github.com/humanmade/PHPBasicAuth", "support": { "issues": "https://github.com/humanmade/PHPBasicAuth/issues", "source": "https://github.com/humanmade/PHPBasicAuth/tree/1.1.1" }, "time": "2020-01-10T21:55:59+00:00" }, { "name": "humanmade/wp-redis-predis-client", "version": "0.1.2", "source": { "type": "git", "url": "https://github.com/humanmade/wp-redis-predis-client.git", "reference": "4fef0721054a756f3f2300c2227f565acea391bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/humanmade/wp-redis-predis-client/zipball/4fef0721054a756f3f2300c2227f565acea391bd", "reference": "4fef0721054a756f3f2300c2227f565acea391bd", "shasum": "" }, "require": { "predis/predis": "~1.1" }, "require-dev": { "phpunit/phpunit": "^7.1.4" }, "type": "library", "autoload": { "files": [ "functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "support": { "issues": "https://github.com/humanmade/wp-redis-predis-client/issues", "source": "https://github.com/humanmade/wp-redis-predis-client/tree/0.1.2" }, "time": "2025-01-24T17:01:53+00:00" }, { "name": "johnbillion/query-monitor", "version": "3.19.0", "source": { "type": "git", "url": "https://github.com/johnbillion/query-monitor.git", "reference": "dabf626190fa20d8b9f95a8f8131c27a81c9d177" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnbillion/query-monitor/zipball/dabf626190fa20d8b9f95a8f8131c27a81c9d177", "reference": "dabf626190fa20d8b9f95a8f8131c27a81c9d177", "shasum": "" }, "require": { "composer/installers": "^1.0 || ^2.0", "php": ">=7.4.0" }, "require-dev": { "behat/gherkin": "< 4.13.0", "codeception/module-asserts": "^1.0", "codeception/module-db": "^1.0", "codeception/module-webdriver": "^1.0", "codeception/util-universalframework": "^1.0", "dealerdirect/phpcodesniffer-composer-installer": "0.7.2", "guzzlehttp/guzzle": "^7.0", "johnbillion/plugin-infrastructure": "dev-trunk", "johnbillion/wp-compat": "0.3.1", "lucatume/wp-browser": "3.2.3", "phpcompatibility/phpcompatibility-wp": "2.1.5", "phpstan/phpstan": "1.12.11", "phpstan/phpstan-deprecation-rules": "1.2.1", "phpstan/phpstan-phpunit": "1.4.1", "roots/wordpress-core-installer": "1.100.0", "roots/wordpress-full": "*", "squizlabs/php_codesniffer": "3.11.1", "szepeviktor/phpstan-wordpress": "1.3.5", "wp-coding-standards/wpcs": "2.3.0" }, "type": "wordpress-plugin", "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress" }, "autoload": { "classmap": [ "classes", "data", "output" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John Blackbourn", "homepage": "https://johnblackbourn.com/" } ], "description": "The Developer Tools panel for WordPress.", "homepage": "https://querymonitor.com/", "support": { "forum": "https://wordpress.org/support/plugin/query-monitor", "issues": "https://github.com/johnbillion/query-monitor/issues", "security": "https://patchstack.com/database/vdp/query-monitor", "source": "https://github.com/johnbillion/query-monitor" }, "funding": [ { "url": "https://github.com/sponsors/johnbillion", "type": "github" } ], "time": "2025-07-23T17:19:30+00:00" }, { "name": "johnpbloch/wordpress", "version": "6.8.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress.git", "reference": "f224d9b28c88048312f3fe635cb65ba66a936950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/f224d9b28c88048312f3fe635cb65ba66a936950", "reference": "f224d9b28c88048312f3fe635cb65ba66a936950", "shasum": "" }, "require": { "johnpbloch/wordpress-core": "6.8.2", "johnpbloch/wordpress-core-installer": "^1.0 || ^2.0", "php": ">=7.0.0" }, "type": "package", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "support": { "docs": "https://developer.wordpress.org/", "forum": "https://wordpress.org/support/", "irc": "irc://irc.freenode.net/wordpress", "issues": "https://core.trac.wordpress.org/", "source": "https://core.trac.wordpress.org/browser" }, "time": "2025-07-15T15:33:05+00:00" }, { "name": "johnpbloch/wordpress-core", "version": "6.8.2", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core.git", "reference": "316a8fe38b6dde4e4f399946809f040462038403" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/316a8fe38b6dde4e4f399946809f040462038403", "reference": "316a8fe38b6dde4e4f399946809f040462038403", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.2.24" }, "provide": { "wordpress/core-implementation": "6.8.2" }, "type": "wordpress-core", "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "WordPress Community", "homepage": "https://wordpress.org/about/" } ], "description": "WordPress is open source software you can use to create a beautiful website, blog, or app.", "homepage": "https://wordpress.org/", "keywords": [ "blog", "cms", "wordpress" ], "support": { "forum": "https://wordpress.org/support/", "irc": "irc://irc.freenode.net/wordpress", "issues": "https://core.trac.wordpress.org/", "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, "time": "2025-07-15T15:32:59+00:00" }, { "name": "johnpbloch/wordpress-core-installer", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/johnpbloch/wordpress-core-installer.git", "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/johnpbloch/wordpress-core-installer/zipball/237faae9a60a4a2e1d45dce1a5836ffa616de63e", "reference": "237faae9a60a4a2e1d45dce1a5836ffa616de63e", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.6.0" }, "conflict": { "composer/installers": "<1.0.6" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": ">=5.7.27" }, "type": "composer-plugin", "extra": { "class": "johnpbloch\\Composer\\WordPressCorePlugin" }, "autoload": { "psr-0": { "johnpbloch\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" } ], "description": "A custom installer to handle deploying WordPress with composer", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/johnpbloch/wordpress-core-installer/issues", "source": "https://github.com/johnpbloch/wordpress-core-installer/tree/master" }, "time": "2020-04-16T21:44:57+00:00" }, { "name": "pantheon-systems/wp-redis", "version": "1.4.6", "source": { "type": "git", "url": "https://github.com/pantheon-systems/wp-redis.git", "reference": "bf76694482b2ef45f92bf4df136bf649ec3a5715" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pantheon-systems/wp-redis/zipball/bf76694482b2ef45f92bf4df136bf649ec3a5715", "reference": "bf76694482b2ef45f92bf4df136bf649ec3a5715", "shasum": "" }, "require-dev": { "behat/behat": "^3.1", "behat/mink-extension": "^2.2", "behat/mink-goutte-driver": "^1.2", "pantheon-systems/pantheon-wordpress-upstream-tests": "dev-master", "pantheon-systems/pantheon-wp-coding-standards": "^2.0", "pantheon-systems/wpunit-helpers": "^2.0", "phpunit/phpunit": "^9", "yoast/phpunit-polyfills": "^4.0" }, "type": "wordpress-plugin", "autoload": { "psr-4": { "behat\\features\\bootstrap\\": "tests/behat/features/bootstrap/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Pantheon", "email": "noreply@pantheon.io" } ], "support": { "issues": "https://github.com/pantheon-systems/wp-redis/issues", "source": "https://github.com/pantheon-systems/wp-redis/tree/1.4.6" }, "time": "2025-06-17T23:17:31+00:00" }, { "name": "predis/predis", "version": "v1.1.10", "source": { "type": "git", "url": "https://github.com/predis/predis.git", "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "suggest": { "ext-curl": "Allows access to Webdis when paired with phpiredis", "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" }, "type": "library", "autoload": { "psr-4": { "Predis\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Daniele Alessandri", "email": "suppakilla@gmail.com", "homepage": "http://clorophilla.net", "role": "Creator & Maintainer" }, { "name": "Till Krüss", "homepage": "https://till.im", "role": "Maintainer" } ], "description": "Flexible and feature-complete Redis client for PHP and HHVM", "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/v1.1.10" }, "funding": [ { "url": "https://github.com/sponsors/tillkruss", "type": "github" } ], "time": "2022-01-05T17:46:08+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "afragen/git-updater": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": {}, "platform-dev": {}, "plugin-api-version": "2.6.0" }