{
    "packages": [
        {
            "name": "composer/ca-bundle",
            "version": "1.5.14",
            "version_normalized": "1.5.14.0",
            "source": {
                "type": "git",
                "url": "https://github.com/composer/ca-bundle.git",
                "reference": "0c8abba0634f637bd78c4e451981da368d403463"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c8abba0634f637bd78c4e451981da368d403463",
                "reference": "0c8abba0634f637bd78c4e451981da368d403463",
                "shasum": ""
            },
            "require": {
                "ext-openssl": "*",
                "ext-pcre": "*",
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpstan/phpstan": "^1.10",
                "phpunit/phpunit": "^8 || ^9",
                "psr/log": "^1.0 || ^2.0 || ^3.0",
                "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "time": "2026-08-21T14:57:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Composer\\CaBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "http://seld.be"
                }
            ],
            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
            "keywords": [
                "cabundle",
                "cacert",
                "certificate",
                "ssl",
                "tls"
            ],
            "support": {
                "irc": "irc://irc.freenode.org/composer",
                "issues": "https://github.com/composer/ca-bundle/issues",
                "source": "https://github.com/composer/ca-bundle/tree/1.5.14"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                }
            ],
            "install-path": "./ca-bundle"
        },
        {
            "name": "dev4press/library",
            "version": "5.6.2",
            "version_normalized": "5.6.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/dev4press/library.git",
                "reference": "8ab0b8d2d2978ff3e8e4caacf7b54094fbfa9612"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/dev4press/library/zipball/8ab0b8d2d2978ff3e8e4caacf7b54094fbfa9612",
                "reference": "8ab0b8d2d2978ff3e8e4caacf7b54094fbfa9612",
                "shasum": ""
            },
            "require": {
                "composer/ca-bundle": "^1.5",
                "erusev/parsedown-extra": "^0.9",
                "ext-curl": "*",
                "ext-fileinfo": "*",
                "ext-json": "*",
                "php": ">=8.0"
            },
            "time": "2026-08-20T10:56:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "core.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Milan Petrovic",
                    "email": "support@dev4press.com",
                    "homepage": "https://www.dev4press.com/",
                    "role": "Developer"
                }
            ],
            "description": "Dev4Press Shared Code Library used in WordPress plugins developed on Dev4Press.com",
            "homepage": "https://www.dev4press.com/",
            "support": {
                "forum": "https://support.dev4press.com/",
                "issues": "https://github.com/dev4press/library/issues",
                "source": "https://github.com/dev4press/library"
            },
            "funding": [
                {
                    "url": "https://www.buymeacoffee.com/millan",
                    "type": "buy_me_a_coffee"
                },
                {
                    "url": "https://ko-fi.com/milanpetrovic",
                    "type": "ko_fi"
                }
            ],
            "install-path": "../dev4press/library"
        },
        {
            "name": "erusev/parsedown",
            "version": "1.8.0",
            "version_normalized": "1.8.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown.git",
                "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown/zipball/96baaad00f71ba04d76e45b4620f54d3beabd6f7",
                "reference": "96baaad00f71ba04d76e45b4620f54d3beabd6f7",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5|^8.5|^9.6"
            },
            "time": "2026-02-16T11:41:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "Parsedown": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "http://erusev.com"
                }
            ],
            "description": "Parser for Markdown.",
            "homepage": "http://parsedown.org",
            "keywords": [
                "markdown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown/issues",
                "source": "https://github.com/erusev/parsedown/tree/1.8.0"
            },
            "funding": [
                {
                    "url": "https://github.com/erusev",
                    "type": "github"
                }
            ],
            "install-path": "../erusev/parsedown"
        },
        {
            "name": "erusev/parsedown-extra",
            "version": "0.9.0",
            "version_normalized": "0.9.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/erusev/parsedown-extra.git",
                "reference": "5b5b9b9d000792c7ac631aec23a6688e0b6d3dc5"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/5b5b9b9d000792c7ac631aec23a6688e0b6d3dc5",
                "reference": "5b5b9b9d000792c7ac631aec23a6688e0b6d3dc5",
                "shasum": ""
            },
            "require": {
                "erusev/parsedown": "^1.8",
                "ext-dom": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit/phpunit": "^7.5|^8.5|^9.6"
            },
            "time": "2026-02-16T13:06:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-0": {
                    "ParsedownExtra": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Emanuil Rusev",
                    "email": "hello@erusev.com",
                    "homepage": "https://erusev.com"
                }
            ],
            "description": "An extension of Parsedown that adds support for Markdown Extra.",
            "homepage": "https://github.com/erusev/parsedown-extra",
            "keywords": [
                "markdown",
                "markdown extra",
                "parsedown",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/erusev/parsedown-extra/issues",
                "source": "https://github.com/erusev/parsedown-extra/tree/0.9.0"
            },
            "funding": [
                {
                    "url": "https://github.com/erusev",
                    "type": "github"
                }
            ],
            "install-path": "../erusev/parsedown-extra"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
