{ "_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": "fe3c272d76017ec66d9600bf104ddfe6", "packages": [ { "name": "krokedil/settings-page", "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/krokedil/settings-page.git", "reference": "2ebd903fc608206cf6fdd414a74c760a282e8159" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/krokedil/settings-page/zipball/2ebd903fc608206cf6fdd414a74c760a282e8159", "reference": "2ebd903fc608206cf6fdd414a74c760a282e8159", "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.4", "issues": "https://github.com/krokedil/settings-page/issues" }, "time": "2026-04-23T19:14:17+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": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "ramsey/uuid", "version": "3.9.7", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178", "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178", "shasum": "" }, "require": { "ext-json": "*", "paragonie/random_compat": "^1 | ^2 | ^9.99.99", "php": "^5.4 | ^7.0 | ^8.0", "symfony/polyfill-ctype": "^1.8" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "codeception/aspect-mock": "^1 | ^2", "doctrine/annotations": "^1.2", "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2", "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", "nikic/php-parser": "<=4.5.0", "paragonie/random-lib": "^2", "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6", "php-parallel-lint/php-parallel-lint": "^1.3", "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0", "squizlabs/php_codesniffer": "^3.5", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "ext-ctype": "Provides support for PHP Ctype functions", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" }, { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "rss": "https://github.com/ramsey/uuid/releases.atom", "source": "https://github.com/ramsey/uuid", "wiki": "https://github.com/ramsey/uuid/wiki" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", "type": "tidelift" } ], "time": "2022-12-19T21:55:10+00:00" }, { "name": "swedbank-pay/swedbank-pay-sdk-php", "version": "6.3.0", "source": { "type": "git", "url": "https://github.com/SwedbankPay/swedbank-pay-sdk-php.git", "reference": "1a85aa5d724954f6b8852a982f8f7cb02c68ebca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/SwedbankPay/swedbank-pay-sdk-php/zipball/1a85aa5d724954f6b8852a982f8f7cb02c68ebca", "reference": "1a85aa5d724954f6b8852a982f8f7cb02c68ebca", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*" }, "require-dev": { "codeception/codeception": "^4.1", "codeception/module-asserts": "^2.0.1", "codeception/module-phpbrowser": "^2.0.3", "codeception/module-webdriver": "^2.0.4", "phpmd/phpmd": "^2.6", "phpunit/php-code-coverage": "^9.2", "phpunit/phpunit": "~9.6", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "SwedbankPay\\": "src/SwedbankPay/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sammy Nordström", "email": "sammy.nordstrom@visma.com" }, { "name": "Md Shahriar Siraj", "email": "shahriar.siraj@visma.com" }, { "name": "Richard Birnik", "email": "richard@aait.se" }, { "name": "Asbjørn Ulsberg", "email": "asbjorn.ulsberg@payex.com" }, { "name": "Michael Bengtsson", "email": "michael@krokedil.se" } ], "description": "The Swedbank Pay SDK for PHP simplifies integrations against Swedbank Pay's API Platform by providing native PHP interface towards the REST API.", "homepage": "https://github.com/SwedbankPay/swedbank-pay-sdk-php", "keywords": [ "SwedbankPay", "ecommerce", "payments", "sdk" ], "support": { "issues": "https://github.com/SwedbankPay/swedbank-pay-sdk-php/issues", "source": "https://github.com/SwedbankPay/swedbank-pay-sdk-php/tree/v6.3.0" }, "time": "2026-06-03T09:12:40+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "141046a8f9477948ff284fa65be2095baafb94f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", "reference": "141046a8f9477948ff284fa65be2095baafb94f2", "shasum": "" }, "require": { "php": ">=7.2" }, "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.37.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2026-04-10T16:19:22+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "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" }