{ "_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": "e8942bdc72982da6a140f91c7311fb32", "packages": [ { "name": "firebase/php-jwt", "version": "v6.10.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "a49db6f0a5033aef5143295342f1c95521b075ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/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" }, "type": "library", "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/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.10.0" }, "time": "2023-12-01T16:26:39+00:00" }, { "name": "krokedil/klarna-express-checkout", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/krokedil/klarna-express-checkout.git", "reference": "b66f5a1790764ec7542f2012d7e840e7545535d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/klarna-express-checkout/zipball/b66f5a1790764ec7542f2012d7e840e7545535d4", "reference": "b66f5a1790764ec7542f2012d7e840e7545535d4", "shasum": "" }, "require": { "firebase/php-jwt": "6.10.0", "php": "~7.4 || ~8.0" }, "require-dev": { "10up/wp_mock": "^1.0", "php-stubs/woocommerce-stubs": "^8.3", "wp-coding-standards/wpcs": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\KlarnaExpressCheckout\\": "src/" } }, "archive": { "exclude": [ "tests/*", "phpunit.xml", "composer-lock.json", ".github/*", ".gitignore", ".gitattributes" ] }, "scripts": { "phpcs": [ "phpcs --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "phpcbf": [ "phpcbf --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "test": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml" ], "test-coverage-html": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html coverage" ], "test-coverage-clover": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-clover coverage.xml" ] }, "license": [ "GPL-v3" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "A Klarna Express Checkout solution for WooCommerce", "support": { "source": "https://github.com/krokedil/klarna-express-checkout/tree/2.1.1", "issues": "https://github.com/krokedil/klarna-express-checkout/issues" }, "time": "2026-02-03T08:32:54+00:00" }, { "name": "krokedil/klarna-onsite-messaging", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/krokedil/klarna-onsite-messaging.git", "reference": "a874e5253f1ee4949a76cdbe413cd2738ee8500c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/klarna-onsite-messaging/zipball/a874e5253f1ee4949a76cdbe413cd2738ee8500c", "reference": "a874e5253f1ee4949a76cdbe413cd2738ee8500c", "shasum": "" }, "require": { "php": "~7.4 || ~8.0" }, "require-dev": { "10up/wp_mock": "^1.0", "php-stubs/woocommerce-stubs": "^8.3", "wp-coding-standards/wpcs": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\KlarnaOnsiteMessaging\\": "src/" } }, "archive": { "exclude": [ "tests/*", "phpunit.xml", "composer-lock.json", ".github/*", ".gitignore", ".gitattributes" ] }, "scripts": { "phpcs": [ "phpcs --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "phpcbf": [ "phpcbf --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "test": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml" ], "test-coverage-html": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html coverage" ], "test-coverage-clover": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-clover coverage.xml" ] }, "license": [ "GPL-v3" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "Klarna On-Site Messaging for WooCommerce", "support": { "source": "https://github.com/krokedil/klarna-onsite-messaging/tree/2.1.0", "issues": "https://github.com/krokedil/klarna-onsite-messaging/issues" }, "time": "2026-02-02T13:15:26+00:00" }, { "name": "krokedil/klarna-order-management", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/krokedil/klarna-order-management.git", "reference": "e84acb97600dc2c7bf20fa158f73860a6578b2e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/klarna-order-management/zipball/e84acb97600dc2c7bf20fa158f73860a6578b2e8", "reference": "e84acb97600dc2c7bf20fa158f73860a6578b2e8", "shasum": "" }, "require": { "krokedil/woocommerce": "^1.8.0", "php": "~7.4 || ~8.0" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\KlarnaOrderManagement\\": "src/" } }, "archive": { "exclude": [ "tests/*", "phpunit.xml", "composer-lock.json", ".github/*", ".gitignore", ".gitattributes" ] }, "scripts": { "phpcs": [ "phpcs --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "phpcbf": [ "phpcbf --standard=phpcs.xml --extensions=php --ignore=vendor/,tests/" ], "test": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml" ], "test-coverage-html": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-html coverage" ], "test-coverage-clover": [ "@php ./vendor/bin/phpunit --configuration phpunit.xml --coverage-clover coverage.xml" ] }, "license": [ "GPL-v3" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "Klarna Order Management", "support": { "source": "https://github.com/krokedil/klarna-order-management/tree/1.1.0", "issues": "https://github.com/krokedil/klarna-order-management/issues" }, "time": "2025-10-20T13:42:38+00:00" }, { "name": "krokedil/settings-page", "version": "1.3.2", "source": { "type": "git", "url": "https://github.com/krokedil/settings-page.git", "reference": "2d50b3b3d539d9418a3e2d699d3829e9a5c0566c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/settings-page/zipball/2d50b3b3d539d9418a3e2d699d3829e9a5c0566c", "reference": "2d50b3b3d539d9418a3e2d699d3829e9a5c0566c", "shasum": "" }, "require-dev": { "php-stubs/woocommerce-stubs": "dev-master", "wp-coding-standards/wpcs": "dev-develop" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\SettingsPage\\": "src/" } }, "scripts": { "makepot": [ "wp --allow-root i18n make-pot ./src ./languages/krokedil-settings.pot --domain=krokedil-settings" ] }, "license": [ "GPL-V2" ], "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.2", "issues": "https://github.com/krokedil/settings-page/issues" }, "time": "2026-01-23T10:41:25+00:00" }, { "name": "krokedil/sign-in-with-klarna", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/krokedil/sign-in-with-klarna.git", "reference": "8db60d9294dace1a6d1bce0a03e86afa26f0590b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/sign-in-with-klarna/zipball/8db60d9294dace1a6d1bce0a03e86afa26f0590b", "reference": "8db60d9294dace1a6d1bce0a03e86afa26f0590b", "shasum": "" }, "require": { "firebase/php-jwt": "^6.0.0" }, "require-dev": { "php-stubs/woocommerce-stubs": "^8.3", "php-stubs/wordpress-stubs": "^6.0", "wp-coding-standards/wpcs": "^3.0" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\SignInWithKlarna\\": "src/" } }, "description": "Add \"Sign in with Klarna\" compatibility with your WooCommerce plugin.", "support": { "source": "https://github.com/krokedil/sign-in-with-klarna/tree/2.0.0", "issues": "https://github.com/krokedil/sign-in-with-klarna/issues" }, "time": "2025-12-03T10:55:56+00:00" }, { "name": "krokedil/support", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/krokedil/support.git", "reference": "99059b1b27cc4ed7667c1d04968aec45413fe533" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/support/zipball/99059b1b27cc4ed7667c1d04968aec45413fe533", "reference": "99059b1b27cc4ed7667c1d04968aec45413fe533", "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.2", "issues": "https://github.com/krokedil/support/issues" }, "time": "2025-10-08T12:47:46+00:00" }, { "name": "krokedil/woocommerce", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/krokedil/woocommerce.git", "reference": "4f87f20eaa89ebdba21868011e395dacdecd06df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/woocommerce/zipball/4f87f20eaa89ebdba21868011e395dacdecd06df", "reference": "4f87f20eaa89ebdba21868011e395dacdecd06df", "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.1", "issues": "https://github.com/krokedil/woocommerce/issues" }, "time": "2025-12-18T12:51:08+00:00" }, { "name": "krokedil/wp-api", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/krokedil/wp-api.git", "reference": "a3ba33f7ac640456dad36a33d711d20091c71aea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/wp-api/zipball/a3ba33f7ac640456dad36a33d711d20091c71aea", "reference": "a3ba33f7ac640456dad36a33d711d20091c71aea", "shasum": "" }, "require-dev": { "php": "~7.1 || ~8.0", "php-stubs/woocommerce-stubs": "^7.2", "php-stubs/wordpress-stubs": "^6.1" }, "type": "library", "autoload": { "psr-4": { "Krokedil\\WpApi\\": "src/" } }, "license": [ "GPL-V2" ], "authors": [ { "name": "Krokedil AB", "email": "info@krokedil.se" } ], "description": "A composer library for Krokedil WordPress plugins that contains classes for working with wp_remote_request to setup request classes. Also uses the WooCommerce logger to log request reponses.", "support": { "source": "https://github.com/krokedil/wp-api/tree/1.1.1", "issues": "https://github.com/krokedil/wp-api/issues" }, "time": "2024-04-22T09:03:39+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.6.0" }