{ "_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": "f781e1fbdc80266eefc0f6fa48cf2840", "packages": [ { "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": "graham-campbell/result-type", "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", "reference": "3ba905c11371512af9d9bdd27d99b782216b6945" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945", "reference": "3ba905c11371512af9d9bdd27d99b782216b6945", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.3" }, "require-dev": { "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "autoload": { "psr-4": { "GrahamCampbell\\ResultType\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "description": "An Implementation Of The Result Type", "keywords": [ "Graham Campbell", "GrahamCampbell", "Result Type", "Result-Type", "result" ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type", "type": "tidelift" } ], "time": "2024-07-20T21:45:45+00:00" }, { "name": "oscarotero/env", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/oscarotero/env.git", "reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/env/zipball/9f7d85cc6890f06a65bad4fe0077c070d596e4a4", "reference": "9f7d85cc6890f06a65bad4fe0077c070d596e4a4", "shasum": "" }, "require": { "ext-ctype": "*", "php": ">=7.1" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": ">=7.0" }, "type": "library", "autoload": { "files": [ "src/env_function.php" ], "psr-4": { "Env\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "Simple library to consume environment variables", "homepage": "https://github.com/oscarotero/env", "keywords": [ "env" ], "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/env/issues", "source": "https://github.com/oscarotero/env/tree/v2.1.1" }, "time": "2024-12-03T01:02:28+00:00" }, { "name": "phpoption/phpoption", "version": "1.9.3", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54", "reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "PhpOption\\": "src/PhpOption/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com", "homepage": "https://github.com/schmittjoh" }, { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" } ], "description": "Option Type for PHP", "keywords": [ "language", "option", "php", "type" ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", "source": "https://github.com/schmittjoh/php-option/tree/1.9.3" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", "type": "tidelift" } ], "time": "2024-07-20T21:41:07+00:00" }, { "name": "roots/bedrock-autoloader", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/roots/bedrock-autoloader.git", "reference": "f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/bedrock-autoloader/zipball/f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f", "reference": "f508348a3365ab5ce7e045f5fd4ee9f0a30dd70f", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "10up/wp_mock": "^0.4.2", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "autoload": { "psr-4": { "Roots\\Bedrock\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nick Fox", "email": "nick@foxaii.com", "homepage": "https://github.com/foxaii" }, { "name": "Scott Walkinshaw", "email": "scott.walkinshaw@gmail.com", "homepage": "https://github.com/swalkinshaw" }, { "name": "Austin Pray", "email": "austin@austinpray.com", "homepage": "https://github.com/austinpray" } ], "description": "An autoloader that enables standard plugins to be required just like must-use plugins", "keywords": [ "autoloader", "bedrock", "mu-plugin", "must-use", "plugin", "wordpress" ], "funding": [ { "url": "https://github.com/roots", "type": "github" }, { "url": "https://www.patreon.com/rootsdev", "type": "patreon" } ], "time": "2020-12-04T15:59:12+00:00" }, { "name": "roots/bedrock-disallow-indexing", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/roots/bedrock-disallow-indexing.git", "reference": "6c28192e17cb9e02a5c0c99691a18552b85e1615" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/bedrock-disallow-indexing/zipball/6c28192e17cb9e02a5c0c99691a18552b85e1615", "reference": "6c28192e17cb9e02a5c0c99691a18552b85e1615", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "wordpress-muplugin", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Word", "email": "ben@benword.com", "homepage": "https://github.com/retlehs" }, { "name": "Scott Walkinshaw", "email": "scott.walkinshaw@gmail.com", "homepage": "https://github.com/swalkinshaw" }, { "name": "QWp6t", "email": "hi@qwp6t.me", "homepage": "https://github.com/qwp6t" } ], "description": "Disallow indexing of your site on non-production environments", "keywords": [ "wordpress" ], "funding": [ { "url": "https://github.com/roots", "type": "github" }, { "url": "https://www.patreon.com/rootsdev", "type": "patreon" } ], "time": "2020-05-20T01:25:07+00:00" }, { "name": "roots/wordpress", "version": "6.9", "source": { "type": "git", "url": "https://github.com/roots/wordpress.git", "reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wordpress/zipball/29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45", "reference": "29e4eb49b2f4c591e39d4eb6705a27cf1ea40e45", "shasum": "" }, "require": { "roots/wordpress-core-installer": "^3.0", "roots/wordpress-no-content": "self.version" }, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT", "GPL-2.0-or-later" ], "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": { "issues": "https://github.com/roots/wordpress/issues", "source": "https://github.com/roots/wordpress/tree/6.9" }, "funding": [ { "url": "https://github.com/roots", "type": "github" } ], "time": "2025-05-23T18:54:22+00:00" }, { "name": "roots/wordpress-core-installer", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/roots/wordpress-core-installer.git", "reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wordpress-core-installer/zipball/714d2e2a9e523f6e7bde4810d5a04aedf0ec217f", "reference": "714d2e2a9e523f6e7bde4810d5a04aedf0ec217f", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=7.2.24" }, "conflict": { "composer/installers": "<1.0.6" }, "replace": { "johnpbloch/wordpress-core-installer": "*" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": "^8.5" }, "type": "composer-plugin", "extra": { "class": "Roots\\Composer\\WordPressCorePlugin" }, "autoload": { "psr-4": { "Roots\\Composer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "John P. Bloch", "email": "me@johnpbloch.com" }, { "name": "Roots", "email": "team@roots.io" } ], "description": "A Composer custom installer to handle installing WordPress as a dependency", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/roots/wordpress-core-installer/issues", "source": "https://github.com/roots/wordpress-core-installer/tree/3.0.0" }, "funding": [ { "url": "https://github.com/roots", "type": "github" } ], "time": "2025-05-23T18:47:25+00:00" }, { "name": "roots/wordpress-no-content", "version": "6.9", "source": { "type": "git", "url": "https://github.com/WordPress/WordPress.git", "reference": "6.9" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip", "reference": "6.9", "shasum": "2d8cb4b253b690e255afde1d451e87380e6a5cb5" }, "require": { "php": ">= 7.2.24" }, "provide": { "wordpress/core-implementation": "6.9" }, "suggest": { "ext-curl": "Performs remote request operations.", "ext-dom": "Used to validate Text Widget content and to automatically configuring IIS7+.", "ext-exif": "Works with metadata stored in images.", "ext-fileinfo": "Used to detect mimetype of file uploads.", "ext-hash": "Used for hashing, including passwords and update packages.", "ext-imagick": "Provides better image quality for media uploads.", "ext-json": "Used for communications with other servers.", "ext-libsodium": "Validates Signatures and provides securely random bytes.", "ext-mbstring": "Used to properly handle UTF8 text.", "ext-mysqli": "Connects to MySQL for database interactions.", "ext-openssl": "Permits SSL-based connections to other hosts.", "ext-pcre": "Increases performance of pattern matching in code searches.", "ext-xml": "Used for XML parsing, such as from a third-party site.", "ext-zip": "Used for decompressing Plugins, Themes, and WordPress update packages." }, "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": { "docs": "https://developer.wordpress.org/", "forum": "https://wordpress.org/support/", "irc": "irc://irc.freenode.net/wordpress", "issues": "https://core.trac.wordpress.org/", "rss": "https://wordpress.org/news/feed/", "source": "https://core.trac.wordpress.org/browser", "wiki": "https://codex.wordpress.org/" }, "funding": [ { "url": "https://wordpressfoundation.org/donate/", "type": "other" } ], "time": "2025-12-02T19:09:36+00:00" }, { "name": "roots/wp-config", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/roots/wp-config.git", "reference": "37c38230796119fb487fa03346ab0706ce6d4962" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/roots/wp-config/zipball/37c38230796119fb487fa03346ab0706ce6d4962", "reference": "37c38230796119fb487fa03346ab0706ce6d4962", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5.7", "roave/security-advisories": "dev-master", "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "autoload": { "psr-4": { "Roots\\WPConfig\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Austin Pray", "email": "austin@austinpray.com" } ], "description": "Collect configuration values and safely define() them", "time": "2018-08-10T14:18:38+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "0424dff1c58f028c451efff2045f5d92410bd540" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", "reference": "0424dff1c58f028c451efff2045f5d92410bd540", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" }, "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" } ], "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "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.30.0" }, "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" } ], "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "thanks": { "url": "https://github.com/symfony/polyfill", "name": "symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "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" } ], "time": "2024-05-31T15:07:36+00:00" }, { "name": "vlucas/phpdotenv", "version": "v5.6.2", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af", "reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af", "shasum": "" }, "require": { "ext-pcre": "*", "graham-campbell/result-type": "^1.1.3", "php": "^7.2.5 || ^8.0", "phpoption/phpoption": "^1.9.3", "symfony/polyfill-ctype": "^1.24", "symfony/polyfill-mbstring": "^1.24", "symfony/polyfill-php80": "^1.24" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", "ext-filter": "*", "phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "5.6-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", "type": "tidelift" } ], "time": "2025-04-30T23:37:27+00:00" }, { "name": "wpackagist-plugin/contact-form-7", "version": "6.1.4", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/contact-form-7/", "reference": "tags/6.1.4" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/contact-form-7.6.1.4.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/contact-form-7/" }, { "name": "wpackagist-plugin/cookie-law-info", "version": "3.3.8", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/cookie-law-info/", "reference": "tags/3.3.8" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/cookie-law-info.3.3.8.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/cookie-law-info/" }, { "name": "wpackagist-plugin/duplicate-post", "version": "4.5", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/duplicate-post/", "reference": "tags/4.5" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/duplicate-post.4.5.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/duplicate-post/" }, { "name": "wpackagist-plugin/elementor", "version": "3.33.4", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/elementor/", "reference": "tags/3.33.4" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/elementor.3.33.4.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/elementor/" }, { "name": "wpackagist-plugin/fluent-smtp", "version": "2.2.92", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/fluent-smtp/", "reference": "tags/2.2.92" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/fluent-smtp.2.2.92.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/fluent-smtp/" }, { "name": "wpackagist-plugin/host-webfonts-local", "version": "6.0.11", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/host-webfonts-local/", "reference": "tags/6.0.11" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/host-webfonts-local.6.0.11.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/host-webfonts-local/" }, { "name": "wpackagist-plugin/matomo", "version": "5.6.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/matomo/", "reference": "trunk" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/matomo.zip?timestamp=1765178152" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/matomo/" }, { "name": "wpackagist-plugin/redis-cache", "version": "2.7.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/redis-cache/", "reference": "tags/2.7.0" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/redis-cache.2.7.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/redis-cache/" }, { "name": "wpackagist-plugin/seo-by-rank-math", "version": "1.0.259.1", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/seo-by-rank-math/", "reference": "tags/1.0.259.1" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.259.1.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/seo-by-rank-math/" }, { "name": "wpackagist-plugin/simple-cloudflare-turnstile", "version": "1.35.0", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/simple-cloudflare-turnstile/", "reference": "tags/1.35.0" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/plugin/simple-cloudflare-turnstile.1.35.0.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/simple-cloudflare-turnstile/" }, { "name": "wpackagist-theme/twentytwentyfive", "version": "1.3", "source": { "type": "svn", "url": "https://themes.svn.wordpress.org/twentytwentyfive/", "reference": "1.3" }, "dist": { "type": "zip", "url": "https://downloads.wordpress.org/theme/twentytwentyfive.1.3.zip" }, "require": { "composer/installers": "^1.0 || ^2.0" }, "type": "wordpress-theme", "homepage": "https://wordpress.org/themes/twentytwentyfive/" } ], "packages-dev": [ { "name": "laravel/pint", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laravel/pint/zipball/53072e8ea22213a7ed168a8a15b96fbb8b82d44b", "reference": "53072e8ea22213a7ed168a8a15b96fbb8b82d44b", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*", "php": "^8.1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.66.0", "illuminate/view": "^10.48.25", "larastan/larastan": "^2.9.12", "laravel-zero/framework": "^10.48.25", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^1.17.0", "pestphp/pest": "^2.36.0" }, "bin": [ "builds/pint" ], "type": "project", "autoload": { "psr-4": { "App\\": "app/", "Database\\Seeders\\": "database/seeders/", "Database\\Factories\\": "database/factories/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nuno Maduro", "email": "enunomaduro@gmail.com" } ], "description": "An opinionated code formatter for PHP.", "homepage": "https://laravel.com", "keywords": [ "format", "formatter", "lint", "linter", "php" ], "support": { "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, "time": "2025-01-14T16:20:53+00:00" } ], "aliases": [], "minimum-stability": "dev", "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=8.1" }, "platform-dev": {}, "plugin-api-version": "2.6.0" }