File: /home/h340499/public_html/wp-content/plugins/wp-rocket/vendor/composer/installed.json
{
"packages": [
{
"name": "berlindb/core",
"version": "dev-master",
"version_normalized": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/berlindb/core.git",
"reference": "cff87fafedda560dd4ad768d4dd1afb68a36b8c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/berlindb/core/zipball/cff87fafedda560dd4ad768d4dd1afb68a36b8c0",
"reference": "cff87fafedda560dd4ad768d4dd1afb68a36b8c0",
"shasum": ""
},
"time": "2025-10-31T03:22:40+00:00",
"default-branch": true,
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"BerlinDB\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A collection of PHP classes and functions that aims to provide an ORM-like experience and interface to WordPress database tables.",
"support": {
"issues": "https://github.com/berlindb/core/issues",
"source": "https://github.com/berlindb/core/tree/master"
},
"install-path": "../berlindb/core"
},
{
"name": "cloudflare/cf-ip-rewrite",
"version": "1.0.4",
"version_normalized": "1.0.4.0",
"source": {
"type": "git",
"url": "https://github.com/cloudflare/cf-ip-rewrite.git",
"reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cloudflare/cf-ip-rewrite/zipball/48e2ce52e87d3d27cdb662584fccf82efa898bf1",
"reference": "48e2ce52e87d3d27cdb662584fccf82efa898bf1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "2.*"
},
"time": "2017-10-10T15:44:33+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-0": {
"CloudFlare\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CloudFlare",
"homepage": "http://www.cloudflare.com/"
}
],
"description": "Library to rewrite CloudFlare IP Addresses to the end-user IP address",
"homepage": "https://github.com/cloudflare/cf-ip-rewrite",
"keywords": [
"cloudflare",
"ip rewrite"
],
"support": {
"issues": "https://github.com/cloudflare/cf-ip-rewrite/issues",
"source": "https://github.com/cloudflare/cf-ip-rewrite/tree/master"
},
"install-path": "../cloudflare/cf-ip-rewrite"
},
{
"name": "symfony/css-selector",
"version": "v5.4.45",
"version_normalized": "5.4.45.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097",
"reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"time": "2024-09-25T14:11:13+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.4.45"
},
"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/css-selector"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.33.0",
"version_normalized": "1.33.0.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"time": "2025-01-02T08:10:11+00:00",
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"installation-source": "dist",
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.33.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"
}
],
"install-path": "../symfony/polyfill-php80"
},
{
"name": "voku/simple_html_dom",
"version": "4.8.10",
"version_normalized": "4.8.10.0",
"source": {
"type": "git",
"url": "https://github.com/voku/simple_html_dom.git",
"reference": "716822ed52ed3a1881542be07a786270de390e99"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/simple_html_dom/zipball/716822ed52ed3a1881542be07a786270de390e99",
"reference": "716822ed52ed3a1881542be07a786270de390e99",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"php": ">=7.0.0",
"symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
},
"suggest": {
"voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
},
"time": "2024-07-03T16:05:14+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"voku\\helper\\": "src/voku/helper/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "dimabdc",
"email": "support@titor.ru",
"homepage": "https://github.com/dimabdc",
"role": "Developer"
},
{
"name": "Lars Moelleken",
"homepage": "https://www.moelleken.org/",
"role": "Fork-Maintainer"
}
],
"description": "Simple HTML DOM package.",
"homepage": "https://github.com/voku/simple_html_dom",
"keywords": [
"HTML Parser",
"dom",
"php dom"
],
"support": {
"issues": "https://github.com/voku/simple_html_dom/issues",
"source": "https://github.com/voku/simple_html_dom/tree/4.8.10"
},
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
"type": "tidelift"
}
],
"install-path": "../voku/simple_html_dom"
},
{
"name": "wp-media/apply-filters-typed",
"version": "v1.2",
"version_normalized": "1.2.0.0",
"source": {
"type": "git",
"url": "https://github.com/wp-media/apply-filters-typed.git",
"reference": "d8f5bca83e85196d1f01d92283b63ef6f886ac4d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-media/apply-filters-typed/zipball/d8f5bca83e85196d1f01d92283b63ef6f886ac4d",
"reference": "d8f5bca83e85196d1f01d92283b63ef6f886ac4d",
"shasum": ""
},
"require-dev": {
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/extension-installer": "^1.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3",
"wp-media/phpunit": "^3"
},
"time": "2024-09-16T12:21:47+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "WP Media",
"email": "contact@wp-media.me"
}
],
"description": "Library for usage of WordPress filters in a safe-type way",
"support": {
"issues": "https://github.com/wp-media/apply-filters-typed/issues",
"source": "https://github.com/wp-media/apply-filters-typed/tree/v1.2"
},
"install-path": "../wp-media/apply-filters-typed"
},
{
"name": "wp-media/plugin-family",
"version": "v1.0.6",
"version_normalized": "1.0.6.0",
"source": {
"type": "git",
"url": "https://github.com/wp-media/plugin-family.git",
"reference": "ab5067661eef2d04f645d74de797ae2193d8c58f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-media/plugin-family/zipball/ab5067661eef2d04f645d74de797ae2193d8c58f",
"reference": "ab5067661eef2d04f645d74de797ae2193d8c58f",
"shasum": ""
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/extension-installer": "^1.4",
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3",
"wp-media/phpunit": "^3"
},
"time": "2025-07-21T12:25:10+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"WPMedia\\PluginFamily\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "WP Media",
"email": "contact@wp-media.me",
"homepage": "https://wp-media.me"
}
],
"description": "Organizes and displays WP Media plugin family across other members.",
"support": {
"issues": "https://github.com/wp-media/plugin-family/issues",
"source": "https://github.com/wp-media/plugin-family/tree/v1.0.6"
},
"install-path": "../wp-media/plugin-family"
},
{
"name": "wp-media/wp-mixpanel",
"version": "v1.4.0",
"version_normalized": "1.4.0.0",
"source": {
"type": "git",
"url": "https://github.com/wp-media/wp-mixpanel.git",
"reference": "dfedab2014e816a1040c57d544a6180f1d446624"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-media/wp-mixpanel/zipball/dfedab2014e816a1040c57d544a6180f1d446624",
"reference": "dfedab2014e816a1040c57d544a6180f1d446624",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"php-stubs/wordpress-tests-stubs": "^6.5",
"phpcompatibility/phpcompatibility-wp": "^2.0",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"roave/security-advisories": "dev-master",
"szepeviktor/phpstan-wordpress": "^2.0",
"wp-coding-standards/wpcs": "^3",
"wp-media/phpunit": "^3"
},
"time": "2025-11-12T09:51:35+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
"psr-4": {
"WPMedia\\Mixpanel\\": "src/"
},
"classmap": [
"src/Classes/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-or-later"
],
"authors": [
{
"name": "WP Media",
"homepage": "https://github.com/wp-media/wp-mixpanel",
"role": "Developer"
}
],
"description": "WordPress Mixpanel Integration",
"support": {
"issues": "https://github.com/wp-media/wp-mixpanel/issues",
"source": "https://github.com/wp-media/wp-mixpanel/tree/v1.4.0"
},
"install-path": "../wp-media/wp-mixpanel"
}
],
"dev": false,
"dev-package-names": []
}