{ "_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": "0c6ea7f068bf96382305ff8d259451d6", "packages": [ { "name": "composer/installers", "version": "v1.12.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19", "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "1.x-dev" } }, "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": [ "Craft", "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "miaoxing", "modulework", "modx", "moodle", "osclass", "pantheon", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "tastyigniter", "typo3", "wordpress", "yawik", "zend", "zikula" ], "support": { "issues": "https://github.com/composer/installers/issues", "source": "https://github.com/composer/installers/tree/v1.12.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": "2021-09-13T08:19:44+00:00" }, { "name": "inpsyde/assets", "version": "2.8.3", "source": { "type": "git", "url": "https://github.com/inpsyde/assets.git", "reference": "f198d7d8b726132851413a6a9b4918e02c077a4b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/inpsyde/assets/zipball/f198d7d8b726132851413a6a9b4918e02c077a4b", "reference": "f198d7d8b726132851413a6a9b4918e02c077a4b", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "inpsyde/wp-context": "^1.3", "php": ">=7.2" }, "require-dev": { "brain/monkey": "^2.5.0", "inpsyde/php-coding-standards": "^1", "johnpbloch/wordpress-core": ">=6.0", "mikey179/vfsstream": "^1.6.8", "php-stubs/wordpress-stubs": ">=6.0@stable", "phpunit/phpunit": "^8.5.14 || ^9.0", "vimeo/psalm": "@stable" }, "type": "library", "extra": { "wordpress-install-dir": "vendor/wordpress/wordpress" }, "autoload": { "files": [ "inc/functions.php", "inc/bootstrap.php" ], "psr-4": { "Inpsyde\\Assets\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Inpsyde", "email": "hello@inpsyde.com", "homepage": "https://inpsyde.com", "role": "Company" }, { "name": "Christian Leucht", "email": "c.leucht@inpsyde.com", "homepage": "https://www.chrico.info", "role": "Developer" } ], "description": "Package to manage assets in WordPress.", "support": { "issues": "https://github.com/inpsyde/assets/issues", "source": "https://github.com/inpsyde/assets/tree/2.8.3" }, "time": "2022-12-16T13:23:02+00:00" }, { "name": "inpsyde/wp-context", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/inpsyde/wp-context.git", "reference": "d41b3b5d6fc8f5b9de3e832f7a79922d6446583c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/inpsyde/wp-context/zipball/d41b3b5d6fc8f5b9de3e832f7a79922d6446583c", "reference": "d41b3b5d6fc8f5b9de3e832f7a79922d6446583c", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "brain/monkey": "^2.4.2", "inpsyde/php-coding-standards": "^1", "johnpbloch/wordpress-core": "@stable", "mockery/mockery": "~1.3.3", "phpunit/phpunit": "~7.5.20 || ^8", "vimeo/psalm": "@stable" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Inpsyde\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "gpl-2.0-or-later" ], "authors": [ { "name": "Inpsyde GmbH", "email": "hello@inpsyde.com", "homepage": "https://inpsyde.com/", "role": "Company" }, { "name": "Giuseppe Mazzapica", "email": "g.mazzapica@inpsyde.com", "role": "Developer" } ], "description": "A single-class utility to check the running context in WordPress sites.", "support": { "issues": "https://github.com/inpsyde/wp-context/issues", "source": "https://github.com/inpsyde/wp-context/tree/1.3.1" }, "time": "2021-10-19T12:40:19+00:00" }, { "name": "micropackage/internationalization", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/micropackage/internationalization.git", "reference": "cb140d4c4cbf9828bfcb20242b202517379381df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/micropackage/internationalization/zipball/cb140d4c4cbf9828bfcb20242b202517379381df", "reference": "cb140d4c4cbf9828bfcb20242b202517379381df", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "phpcompatibility/php-compatibility": "^9.1", "wp-coding-standards/wpcs": "^2.0" }, "type": "library", "autoload": { "psr-4": { "Micropackage\\Internationalization\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Jakub Mikita", "email": "jakub@bracketspace.com" } ], "description": "Internationalization (i18n) wrapper for WordPress plugins, themes or libraries", "support": { "issues": "https://github.com/micropackage/internationalization/issues", "source": "https://github.com/micropackage/internationalization/tree/1.0.2" }, "time": "2023-06-23T08:54:05+00:00" }, { "name": "micropackage/requirements", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/micropackage/requirements.git", "reference": "c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/micropackage/requirements/zipball/c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519", "reference": "c2fa8c2df7cefa3c7016a6e0ad755b8bdc73f519", "shasum": "" }, "require": { "micropackage/internationalization": "^1.0", "php": ">=5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", "php-mock/php-mock-phpunit": "^2.5", "phpcompatibility/php-compatibility": "^9.1", "phpunit/phpunit": "^6.5.5", "wp-coding-standards/wpcs": "^2.0" }, "type": "library", "autoload": { "psr-4": { "Micropackage\\Requirements\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Jakub Mikita", "email": "jakub@bracketspace.com" } ], "description": "Requirements checker for WordPress plugins", "support": { "issues": "https://github.com/micropackage/requirements/issues", "source": "https://github.com/micropackage/requirements/tree/1.2.2" }, "time": "2023-06-23T09:01:05+00:00" }, { "name": "wpbp/cronplus", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/WPBP/CronPlus.git", "reference": "9c5e0f82d35713c337643bf938d4356bce56536b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WPBP/CronPlus/zipball/9c5e0f82d35713c337643bf938d4356bce56536b", "reference": "9c5e0f82d35713c337643bf938d4356bce56536b", "shasum": "" }, "type": "library", "autoload": { "files": [ "cronplus.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Daniele Scasciafratte", "email": "mte90net@gmail.com", "homepage": "http://mte90.net" } ], "description": "Add/Remove a WordPress Cron job easily", "homepage": "https://github.com/WPBP/CronPlus", "keywords": [ "cron", "wordpress" ], "support": { "issues": "https://github.com/WPBP/CronPlus/issues", "source": "https://github.com/WPBP/CronPlus/tree/1.0.6" }, "time": "2023-04-25T12:35:11+00:00" }, { "name": "wpbp/i18n-notice", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/WPBP/i18n-notice.git", "reference": "0ef6a2c84e91e8583fcb90769b965c88116a839a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/WPBP/i18n-notice/zipball/0ef6a2c84e91e8583fcb90769b965c88116a839a", "reference": "0ef6a2c84e91e8583fcb90769b965c88116a839a", "shasum": "" }, "require": { "php": ">=7.1" }, "default-branch": true, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Team Yoast", "email": "support@yoast.com", "homepage": "https://yoast.com" } ], "description": "Handle i18n for plugins, based on Yoast i18n-module ", "homepage": "https://github.com/WPBP/i18n-notice", "keywords": [ "wordpress" ], "support": { "issues": "https://github.com/WPBP/i18n-notice/issues", "source": "https://github.com/WPBP/i18n-notice" }, "time": "2023-01-18T15:42:53+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { "wpbp/i18n-notice": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.4" }, "platform-dev": [], "platform-overrides": { "php": "7.4" }, "plugin-api-version": "2.2.0" }