{ "_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": "436a49ab090b295979368efe582b35be", "packages": [ { "name": "krokedil/settings-page", "version": "1.3.6", "source": { "type": "git", "url": "https://github.com/krokedil/settings-page.git", "reference": "9269cc7fd1ab62acb2ba2ca459e53ca34dfad21f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/settings-page/zipball/9269cc7fd1ab62acb2ba2ca459e53ca34dfad21f", "reference": "9269cc7fd1ab62acb2ba2ca459e53ca34dfad21f", "shasum": "" }, "require-dev": { "composer/installers": "^2.0", "lucatume/wp-browser": "^4.5", "php-stubs/woocommerce-stubs": "^8.4", "szepeviktor/phpstan-wordpress": "^2.0", "wp-coding-standards/wpcs": "^3.0", "wpackagist-plugin/woocommerce": "10.8.1", "wpackagist-theme/storefront": "4.6.2" }, "type": "library", "extra": { "installer-paths": { "tests/_plugins/{$name}/": [ "type:wordpress-plugin" ], "tests/_themes/{$name}/": [ "type:wordpress-theme" ] } }, "autoload": { "psr-4": { "Krokedil\\SettingsPage\\": "src/" } }, "scripts": { "test": [ "codecept run Integration" ], "test:debug": [ "codecept run Integration --debug" ], "test:reset-db": [ "@php -r \"is_file('tests/_wordpress/data/db.sqlite') && unlink('tests/_wordpress/data/db.sqlite');\"" ], "makepot": [ "wp --allow-root i18n make-pot ./src ./languages/krokedil-settings.pot --domain=krokedil-settings" ], "phpstan": [ "./vendor/bin/phpstan analyse --memory-limit=2G" ], "lint": [ "vendor/bin/phpcs . --standard=phpcs.xml --extensions=php -q -s" ], "lint:fix": [ "vendor/bin/phpcbf . --standard=phpcs.xml --extensions=php -q -s" ], "lint:changes": [ "git diff --name-only HEAD~1 | grep '\\.php$' | xargs vendor/bin/phpcs --standard=phpcs.xml --extensions=php -q -s" ], "lint:fix:changes": [ "git diff --name-only HEAD~1 | grep '\\.php$' | xargs vendor/bin/phpcbf --standard=phpcs.xml --extensions=php -q -s" ] }, "license": [ "GPL-V3-or-later" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "A package to help setup settings pages in WordPress and WooCommerce for Krokedil plugins to add the Addons and Support tabs", "support": { "source": "https://github.com/krokedil/settings-page/tree/1.3.6", "issues": "https://github.com/krokedil/settings-page/issues" }, "time": "2026-08-14T11:07:15+00:00" }, { "name": "krokedil/shipping", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/krokedil/shipping.git", "reference": "12c7e30742725174ae8cdb2839b873aa40a29817" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/shipping/zipball/12c7e30742725174ae8cdb2839b873aa40a29817", "reference": "12c7e30742725174ae8cdb2839b873aa40a29817", "shasum": "" }, "require": { "php": "~7.4 || ~8.0", "psr/container": "2.0.x-dev" }, "require-dev": { "10up/wp_mock": "dev-trunk", "clean/phpdoc-md": "dev-master", "php-stubs/woocommerce-stubs": "dev-master", "php-stubs/wordpress-stubs": "*", "phpunit/phpunit": "^9.6", "wp-coding-standards/wpcs": "dev-develop" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\Shipping\\": "src/" } }, "autoload-dev": { "psr-4": { "Krokedil\\Shipping\\Tests\\": "tests/" } }, "archive": { "exclude": [ "tests/*", "docs/*", "phpunit.xml", "phpcs.xml", ".phpdoc-md", "composer-lock.json", ".gitignore", ".gitattributes" ] }, "scripts": { "phpunit": [ "./vendor/bin/phpunit --bootstrap tests/bootstrap.php" ], "createdocs": [ "./vendor/bin/phpdoc-md" ] }, "description": "Shipping method extensions from Krokedil", "support": { "source": "https://github.com/krokedil/shipping/tree/2.4.0", "issues": "https://github.com/krokedil/shipping/issues" }, "time": "2026-04-29T09:59:08+00:00" }, { "name": "krokedil/support", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/krokedil/support.git", "reference": "96da75792434a2553c6af9e891e646705fd33e7c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/support/zipball/96da75792434a2553c6af9e891e646705fd33e7c", "reference": "96da75792434a2553c6af9e891e646705fd33e7c", "shasum": "" }, "require": { "php": "~7.4 || ~8.0" }, "require-dev": { "php-stubs/woocommerce-stubs": "^8.1", "phpcompatibility/php-compatibility": "^9.3", "phpunit/phpunit": "^9.6", "wp-coding-standards/wpcs": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\Support\\": "src/" } }, "scripts": { "phpcs": [ "phpcs --extensions=php -s -p" ], "phpcbf": [ "phpcbf -p" ], "phpunit": [ "phpunit --configuration phpunit.xml" ] }, "license": [ "GPL-3.0-or-later" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "The support library allows you to extend your plugin with logging that can be optionally toggled through your plugin settings, generate an entry in the system report from your plugin settings, and report issues to the system report.", "support": { "source": "https://github.com/krokedil/support/tree/1.0.4", "issues": "https://github.com/krokedil/support/issues" }, "time": "2026-04-20T16:27:59+00:00" }, { "name": "krokedil/woocommerce", "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/krokedil/woocommerce.git", "reference": "6c38cf569df5eeb3598f206d449eca86ae9ac402" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/woocommerce/zipball/6c38cf569df5eeb3598f206d449eca86ae9ac402", "reference": "6c38cf569df5eeb3598f206d449eca86ae9ac402", "shasum": "" }, "require-dev": { "10up/wp_mock": "^1.0", "php": "~7.4 || ~8.0", "php-stubs/woocommerce-stubs": "^7.2", "php-stubs/wordpress-stubs": "^6.1" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\WooCommerce\\": "src/" } }, "autoload-dev": { "psr-4": { "Krokedil\\WooCommerce\\Tests\\": "tests/" } }, "license": [ "GPL-V2" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "A library package for Krokedils plugins that contains helper methods when working with WooCommerce.", "support": { "source": "https://github.com/krokedil/woocommerce/tree/1.9.2", "issues": "https://github.com/krokedil/woocommerce/issues" }, "time": "2026-08-14T09:23:09+00:00" }, { "name": "psr/container", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "707984727bd5b2b670e59559d3ed2500240cf875" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875", "reference": "707984727bd5b2b670e59559d3ed2500240cf875", "shasum": "" }, "require": { "php": ">=7.4.0" }, "default-branch": true, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container" }, "time": "2023-09-22T11:11:30+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": {}, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": ">=7.4" }, "platform-dev": {}, "platform-overrides": { "php": "7.4" }, "plugin-api-version": "2.9.0" }