File "installed.json"
Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/better-wp-security/vendor-prod/composer/installed.json
File size: 16.95 KB
MIME-type: text/plain
Charset: utf-8
{
"packages": [
{
"name": "bjeavons/zxcvbn-php",
"version": "1.3.1",
"version_normalized": "1.3.1.0",
"source": {
"type": "git",
"url": "https://github.com/bjeavons/zxcvbn-php.git",
"reference": "994928ae5b17ecff8baa2406832d37bdf01116c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/994928ae5b17ecff8baa2406832d37bdf01116c0",
"reference": "994928ae5b17ecff8baa2406832d37bdf01116c0",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.2 | ^8.0 | ^8.1",
"symfony/polyfill-mbstring": ">=1.3.1"
},
"require-dev": {
"php-coveralls/php-coveralls": "*",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "3.*"
},
"suggest": {
"ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)"
},
"time": "2021-12-21T18:37:02+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"ZxcvbnPhp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://github.com/bjeavons/zxcvbn-php"
}
],
"description": "Realistic password strength estimation PHP library based on Zxcvbn JS",
"homepage": "https://github.com/bjeavons/zxcvbn-php",
"keywords": [
"password",
"zxcvbn"
],
"support": {
"issues": "https://github.com/bjeavons/zxcvbn-php/issues",
"source": "https://github.com/bjeavons/zxcvbn-php/tree/1.3.1"
},
"install-path": "../bjeavons/zxcvbn-php"
},
{
"name": "deliciousbrains/wp-background-processing",
"version": "1.1.1",
"version_normalized": "1.1.1.0",
"source": {
"type": "git",
"url": "https://github.com/deliciousbrains/wp-background-processing.git",
"reference": "ebbed762c42e70e76573ffbd36e591378ba5f2ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/ebbed762c42e70e76573ffbd36e591378ba5f2ee",
"reference": "ebbed762c42e70e76573ffbd36e591378ba5f2ee",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/phpunit": "^8.0",
"spryker/code-sniffer": "^0.17.18",
"wp-coding-standards/wpcs": "^2.3",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
},
"time": "2023-07-18T10:22:06+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"classmap": [
"classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Delicious Brains",
"email": "[email protected]"
}
],
"description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
"support": {
"issues": "https://github.com/deliciousbrains/wp-background-processing/issues",
"source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.1.1"
},
"install-path": "../deliciousbrains/wp-background-processing"
},
{
"name": "patchstack/firewall",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://bitbucket.org/solid-wp/firewall-engine.git",
"reference": "525fe1adb710daf67c36789a076d5f8fcef01bd0"
},
"dist": {
"type": "zip",
"url": "https://bitbucket.org/solid-wp/firewall-engine/get/525fe1adb710daf67c36789a076d5f8fcef01bd0.zip",
"reference": "525fe1adb710daf67c36789a076d5f8fcef01bd0",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"time": "2024-01-24T21:20:34+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Patchstack\\": "src/"
}
},
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "Patchstack",
"email": "[email protected]"
}
],
"description": "The firewall engine of Patchstack.",
"homepage": "https://bitbucket.org/solid-wp/firewall-engine",
"support": {
"source": "https://bitbucket.org/solid-wp/firewall-engine/src/525fe1adb710daf67c36789a076d5f8fcef01bd0/?at=master"
},
"install-path": "../patchstack/firewall"
},
{
"name": "pimple/pimple",
"version": "v3.5.0",
"version_normalized": "3.5.0.0",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
"reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1 || ^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.4@dev"
},
"time": "2021-10-28T11:13:42+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev"
}
},
"installation-source": "dist",
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "[email protected]"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "https://pimple.symfony.com",
"keywords": [
"container",
"dependency injection"
],
"support": {
"source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
},
"install-path": "../pimple/pimple"
},
{
"name": "psr/container",
"version": "2.0.1",
"version_normalized": "2.0.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/2ae37329ee82f91efadc282cc2d527fd6065a5ef",
"reference": "2ae37329ee82f91efadc282cc2d527fd6065a5ef",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"time": "2021-03-24T13:40:57+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"installation-source": "dist",
"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/tree/2.0.1"
},
"install-path": "../psr/container"
},
{
"name": "stellarwp/container-contract",
"version": "1.1.1",
"version_normalized": "1.1.1.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/container-contract.git",
"reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/container-contract/zipball/b2c42c76681db314e4edbb2af0a312b6c06b495e",
"reference": "b2c42c76681db314e4edbb2af0a312b6c06b495e",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"time": "2023-09-05T20:08:29+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"StellarWP\\ContainerContract\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "StellarWP",
"homepage": "https://stellarwp.com"
}
],
"description": "StellarWP Container Interface",
"homepage": "https://github.com/stellarwp/container-contract",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop"
],
"support": {
"issues": "https://github.com/stellarwp/container-contract/issues",
"source": "https://github.com/stellarwp/container-contract/tree/1.1.1"
},
"install-path": "../stellarwp/container-contract"
},
{
"name": "stellarwp/telemetry",
"version": "2.3.2",
"version_normalized": "2.3.2.0",
"source": {
"type": "git",
"url": "https://github.com/stellarwp/telemetry.git",
"reference": "a4bc84f1b9539ae5418e76caab31355191273a9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stellarwp/telemetry/zipball/a4bc84f1b9539ae5418e76caab31355191273a9c",
"reference": "a4bc84f1b9539ae5418e76caab31355191273a9c",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=7.1",
"stellarwp/container-contract": "^1.0"
},
"require-dev": {
"automattic/vipwpcs": "^3.0.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"lucatume/di52": "3.0.0",
"lucatume/wp-browser": "^3.2.3",
"phpcompatibility/phpcompatibility-wp": "*",
"phpunit/php-code-coverage": "^9.2",
"szepeviktor/phpstan-wordpress": "^1.1",
"the-events-calendar/coding-standards": "dev-master",
"wp-coding-standards/wpcs": "^3.0.0"
},
"time": "2024-01-08T18:55:26+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"StellarWP\\Telemetry\\": "src/Telemetry",
"StellarWP\\Telemetry\\Views_Dir\\": "src/views",
"StellarWP\\Telemetry\\Assets_Dir\\": "src/resources"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Telemetry library for StellarWP plugins.",
"support": {
"issues": "https://github.com/stellarwp/telemetry/issues",
"source": "https://github.com/stellarwp/telemetry/tree/2.3.2"
},
"install-path": "../stellarwp/telemetry"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.26.0",
"version_normalized": "1.26.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"time": "2022-05-24T11:49:31+00:00",
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.26-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.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-mbstring"
}
],
"dev": false,
"dev-package-names": []
}