File "installed.json"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/swedbank-pay-checkout/vendor/composer/installed.json
File size: 18.79 KB
MIME-type: text/plain
Charset: utf-8
{
"packages": [
{
"name": "adci/full-name-parser",
"version": "0.2.4",
"version_normalized": "0.2.4.0",
"source": {
"type": "git",
"url": "https://github.com/ADCI/full-name-parser.git",
"reference": "2c59942d97195bbdc101e3d1a0ad01519577edb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ADCI/full-name-parser/zipball/2c59942d97195bbdc101e3d1a0ad01519577edb0",
"reference": "2c59942d97195bbdc101e3d1a0ad01519577edb0",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": ">=4.8.28 <5"
},
"time": "2019-11-05T05:32:16+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"ADCI\\FullNameParser\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "ADCI Solutions",
"homepage": "https://www.adcisolutions.com"
}
],
"description": "Parses a human name",
"keywords": [
"full name",
"name",
"parse",
"parser",
"php"
],
"support": {
"issues": "https://github.com/adci/full-name-parser/issues",
"source": "https://github.com/adci/full-name-parser"
},
"install-path": "../adci/full-name-parser"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"version_normalized": "9.99.100.0",
"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."
},
"time": "2020-10-15T08:29:30+00:00",
"type": "library",
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "[email protected]",
"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": "[email protected]",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"install-path": "../paragonie/random_compat"
},
{
"name": "ramsey/uuid",
"version": "3.9.7",
"version_normalized": "3.9.7.0",
"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."
},
"time": "2022-12-19T21:55:10+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "[email protected]",
"homepage": "https://benramsey.com"
},
{
"name": "Marijn Huizendveld",
"email": "[email protected]"
},
{
"name": "Thibaud Fabre",
"email": "[email protected]"
}
],
"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"
}
],
"install-path": "../ramsey/uuid"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.7.2",
"version_normalized": "3.7.2.0",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879",
"reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"time": "2023-02-22T23:07:41+00:00",
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"installation-source": "dist",
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"install-path": "../squizlabs/php_codesniffer"
},
{
"name": "swedbank-pay/swedbank-pay-sdk-php",
"version": "5.6.0",
"version_normalized": "5.6.0.0",
"source": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-sdk-php.git",
"reference": "30dfed2e76883695ab2f7c5588009f60d3c5db4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SwedbankPay/swedbank-pay-sdk-php/zipball/30dfed2e76883695ab2f7c5588009f60d3c5db4f",
"reference": "30dfed2e76883695ab2f7c5588009f60d3c5db4f",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*"
},
"require-dev": {
"codeception/codeception": "^4.1",
"codeception/module-asserts": "^1.0.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-webdriver": "^1.4",
"phpmd/phpmd": "^2.6",
"phpunit/php-code-coverage": "^6.1 || ^7.0",
"phpunit/phpunit": "~8.5",
"sebastian/phpcpd": "^4.1 || ^5.0",
"squizlabs/php_codesniffer": "^3.4"
},
"time": "2023-04-08T08:56:31+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"SwedbankPay\\": "src/SwedbankPay/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sammy Nordström",
"email": "[email protected]"
},
{
"name": "Md Shahriar Siraj",
"email": "[email protected]"
},
{
"name": "Richard Birnik",
"email": "[email protected]"
},
{
"name": "Asbjørn Ulsberg",
"email": "[email protected]"
}
],
"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/v5.6.0"
},
"install-path": "../swedbank-pay/swedbank-pay-sdk-php"
},
{
"name": "swedbank-pay/swedbank-pay-woocommerce-core",
"version": "6.1.0",
"version_normalized": "6.1.0.0",
"source": {
"type": "git",
"url": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-core.git",
"reference": "cacd41ca7f9f72aa98ce743fbfd80c3e7457bf87"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/SwedbankPay/swedbank-pay-woocommerce-core/zipball/cacd41ca7f9f72aa98ce743fbfd80c3e7457bf87",
"reference": "cacd41ca7f9f72aa98ce743fbfd80c3e7457bf87",
"shasum": ""
},
"require": {
"ext-bcmath": "*",
"ext-json": "*",
"php": ">=7.0",
"squizlabs/php_codesniffer": "^3.5",
"swedbank-pay/swedbank-pay-sdk-php": "~5.5"
},
"require-dev": {
"phpmd/phpmd": "^2.6",
"phpunit/php-code-coverage": "^6.1 || ^7.0",
"phpunit/phpunit": "~7.5 | ~8.0",
"sebastian/phpcpd": "^4.1 || ^5.0"
},
"time": "2023-03-25T10:36:53+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"SwedbankPay\\": "src/SwedbankPay/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Richard Birnik",
"email": "[email protected]"
},
{
"name": "Asbjørn Ulsberg",
"email": "[email protected]"
}
],
"description": "The Core of Swedbank Pay WooCommerce plugins",
"homepage": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-core",
"keywords": [
"SwedbankPay",
"core",
"ecommerce",
"payments"
],
"support": {
"issues": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-core/issues",
"source": "https://github.com/SwedbankPay/swedbank-pay-woocommerce-core/tree/v6.1.0"
},
"install-path": "../swedbank-pay/swedbank-pay-woocommerce-core"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.27.0",
"version_normalized": "1.27.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"time": "2022-11-03T14:55:06+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.27-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "[email protected]"
},
{
"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.27.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"
}
],
"install-path": "../symfony/polyfill-ctype"
}
],
"dev": false,
"dev-package-names": []
}