{
    "packages": [
        {
            "name": "blockify/framework",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/blockifywp/framework.git",
                "reference": "f1acddae64135f493f0e62fbfe0e5754af4b6b32"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/blockifywp/framework/zipball/f1acddae64135f493f0e62fbfe0e5754af4b6b32",
                "reference": "f1acddae64135f493f0e62fbfe0e5754af4b6b32",
                "shasum": ""
            },
            "require": {
                "blockify/utilities": "dev-main",
                "php": ">=7.4"
            },
            "time": "2024-03-12T14:59:05+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Blockify\\Framework\\": "src/"
                },
                "classmap": [
                    "src/Blockify.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Blockify",
                    "homepage": "https://blockifywp.com"
                }
            ],
            "description": "WordPress block theme framework.",
            "support": {
                "issues": "https://github.com/blockifywp/framework/issues",
                "source": "https://github.com/blockifywp/framework/tree/main"
            },
            "install-path": "../blockify/framework"
        },
        {
            "name": "blockify/utilities",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/blockifywp/utilities.git",
                "reference": "ad988d96a53d243d75eb65e89e4bd2011fc118a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/blockifywp/utilities/zipball/ad988d96a53d243d75eb65e89e4bd2011fc118a6",
                "reference": "ad988d96a53d243d75eb65e89e4bd2011fc118a6",
                "shasum": ""
            },
            "require": {
                "enshrined/svg-sanitize": "dev-master",
                "psr/container": "^2.0@dev"
            },
            "time": "2024-03-11T15:27:16+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Blockify\\Utilities\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Blockify",
                    "homepage": "https://blockifywp.com"
                }
            ],
            "description": "Blockify utilities package.",
            "support": {
                "issues": "https://github.com/blockifywp/utilities/issues",
                "source": "https://github.com/blockifywp/utilities/tree/main"
            },
            "install-path": "../blockify/utilities"
        },
        {
            "name": "enshrined/svg-sanitize",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/darylldoyle/svg-sanitizer.git",
                "reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/6a2c069dab3843ca4d887ff09c972fc7033888d0",
                "reference": "6a2c069dab3843ca4d887ff09c972fc7033888d0",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7 || ^6.5 || ^8.5"
            },
            "time": "2024-02-22T17:51:05+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "enshrined\\svgSanitize\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daryll Doyle",
                    "email": "daryll@enshrined.co.uk"
                }
            ],
            "description": "An SVG sanitizer for PHP",
            "support": {
                "issues": "https://github.com/darylldoyle/svg-sanitizer/issues",
                "source": "https://github.com/darylldoyle/svg-sanitizer/tree/0.18.0"
            },
            "install-path": "../enshrined/svg-sanitize"
        },
        {
            "name": "psr/container",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/container.git",
                "reference": "707984727bd5b2b670e59559d3ed2500240cf875"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/container/zipball/707984727bd5b2b670e59559d3ed2500240cf875",
                "reference": "707984727bd5b2b670e59559d3ed2500240cf875",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2023-09-22T11:11:30+00:00",
            "default-branch": true,
            "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"
            },
            "install-path": "../psr/container"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
