{
    "packages": [
        {
            "name": "oblak/transliterator",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oblakstudio/transliterator.git",
                "reference": "5a3fa706dc3190748e3b76db1cbacc158031ec11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oblakstudio/transliterator/zipball/5a3fa706dc3190748e3b76db1cbacc158031ec11",
                "reference": "5a3fa706dc3190748e3b76db1cbacc158031ec11",
                "shasum": ""
            },
            "require": {
                "php": ">= 7.4"
            },
            "replace": {
                "sgi/transliterator": "*"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "phpunit/phpunit": "^9"
            },
            "time": "2023-08-11T19:01:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Oblak\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Sibin Grasic",
                    "email": "sibin.grasic@oblak.studio"
                }
            ],
            "description": "This Module Transliterates Cyrillic to Latin script",
            "support": {
                "issues": "https://github.com/oblakstudio/transliterator/issues",
                "source": "https://github.com/oblakstudio/transliterator/tree/v2.0.2"
            },
            "install-path": "../oblak/transliterator"
        },
        {
            "name": "oblak/wp-plugin-settings-manager",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/oblakstudio/wp-plugin-settings-manager.git",
                "reference": "fbef76110a520cb96902c2d3b0c2a1247910edc2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oblakstudio/wp-plugin-settings-manager/zipball/fbef76110a520cb96902c2d3b0c2a1247910edc2",
                "reference": "fbef76110a520cb96902c2d3b0c2a1247910edc2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4"
            },
            "require-dev": {
                "oblak/wordpress-coding-standard": "*"
            },
            "time": "2023-08-22T17:07:05+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Oblak\\WP\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "WordPress plugin settings manager",
            "support": {
                "issues": "https://github.com/oblakstudio/wp-plugin-settings-manager/issues",
                "source": "https://github.com/oblakstudio/wp-plugin-settings-manager/tree/v1.1.1"
            },
            "install-path": "../oblak/wp-plugin-settings-manager"
        },
        {
            "name": "symfony/css-selector",
            "version": "v5.4.26",
            "version_normalized": "5.4.26.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/css-selector.git",
                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/css-selector/zipball/0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
                "reference": "0ad3f7e9a1ab492c5b4214cf22a9dc55dcf8600a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/polyfill-php80": "^1.16"
            },
            "time": "2023-07-07T06:10:25+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.26"
            },
            "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.27.0",
            "version_normalized": "1.27.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php80.git",
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "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\\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.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-php80"
        },
        {
            "name": "voku/simple_html_dom",
            "version": "4.8.8",
            "version_normalized": "4.8.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/voku/simple_html_dom.git",
                "reference": "9ef90f0280fe16054c117e04ea86617ce0fcdd35"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/9ef90f0280fe16054c117e04ea86617ce0fcdd35",
                "reference": "9ef90f0280fe16054c117e04ea86617ce0fcdd35",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "php": ">=7.0.0",
                "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.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": "2023-02-12T16:15:15+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.8"
            },
            "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"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
