OwlCyberSecurity - MANAGER
Edit File: installed.json
{ "packages": [ { "name": "berlindb/core", "version": "2.0.1", "version_normalized": "2.0.1.0", "source": { "type": "git", "url": "https://github.com/berlindb/core.git", "reference": "7dcddaddcffb69c58800d2fb3f6f169791cab1f7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/berlindb/core/zipball/7dcddaddcffb69c58800d2fb3f6f169791cab1f7", "reference": "7dcddaddcffb69c58800d2fb3f6f169791cab1f7", "shasum": "" }, "time": "2022-03-10T21:12:11+00:00", "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/2.0.1" }, "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.31.0", "version_normalized": "1.31.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { "php": ">=7.2" }, "time": "2024-09-09T11:45:10+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.31.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-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.4", "version_normalized": "1.0.4.0", "source": { "type": "git", "url": "https://github.com/wp-media/plugin-family.git", "reference": "83714bdfb7d98d4fe74781844c325be909db13a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wp-media/plugin-family/zipball/83714bdfb7d98d4fe74781844c325be909db13a4", "reference": "83714bdfb7d98d4fe74781844c325be909db13a4", "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": "2024-12-30T10:08:18+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.4" }, "install-path": "../wp-media/plugin-family" } ], "dev": false, "dev-package-names": [] }