{
    "packages": [
        {
            "name": "laravel\/serializable-closure",
            "version": "v1.3.7",
            "version_normalized": "1.3.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/laravel\/serializable-closure.git",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/4f48ade902b94323ca3be7646db16209ec76be3d",
                "reference": "4f48ade902b94323ca3be7646db16209ec76be3d",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "illuminate\/support": "^8.0|^9.0|^10.0|^11.0",
                "nesbot\/carbon": "^2.61|^3.0",
                "pestphp\/pest": "^1.21.3",
                "phpstan\/phpstan": "^1.8.2",
                "symfony\/var-dumper": "^5.4.11|^6.2.0|^7.0.0"
            },
            "time": "2024-11-14T18:34:49+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Laravel\\SerializableClosure\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Taylor Otwell",
                    "email": "taylor@laravel.com"
                },
                {
                    "name": "Nuno Maduro",
                    "email": "nuno@laravel.com"
                }
            ],
            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
            "keywords": [
                "closure",
                "laravel",
                "serializable"
            ],
            "support": {
                "issues": "https:\/\/github.com\/laravel\/serializable-closure\/issues",
                "source": "https:\/\/github.com\/laravel\/serializable-closure"
            },
            "install-path": "..\/laravel\/serializable-closure"
        },
        {
            "name": "php-di\/invoker",
            "version": "2.3.4",
            "version_normalized": "2.3.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/Invoker.git",
                "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/Invoker\/zipball\/33234b32dafa8eb69202f950a1fc92055ed76a86",
                "reference": "33234b32dafa8eb69202f950a1fc92055ed76a86",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3",
                "psr\/container": "^1.0|^2.0"
            },
            "require-dev": {
                "athletic\/athletic": "~0.1.8",
                "mnapoli\/hard-mode": "~0.3.0",
                "phpunit\/phpunit": "^9.0"
            },
            "time": "2023-09-08T09:24:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Invoker\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Generic and extensible callable invoker",
            "homepage": "https:\/\/github.com\/PHP-DI\/Invoker",
            "keywords": [
                "callable",
                "dependency",
                "dependency-injection",
                "injection",
                "invoke",
                "invoker"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/Invoker\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/Invoker\/tree\/2.3.4"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/mnapoli",
                    "type": "github"
                }
            ],
            "install-path": "..\/php-di\/invoker"
        },
        {
            "name": "php-di\/php-di",
            "version": "7.0.7",
            "version_normalized": "7.0.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git",
                "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
                "reference": "e87435e3c0e8f22977adc5af0d5cdcc467e15cf1",
                "shasum": ""
            },
            "require": {
                "laravel\/serializable-closure": "^1.0",
                "php": ">=8.0",
                "php-di\/invoker": "^2.0",
                "psr\/container": "^1.1 || ^2.0"
            },
            "provide": {
                "psr\/container-implementation": "^1.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^3",
                "friendsofphp\/proxy-manager-lts": "^1",
                "mnapoli\/phpunit-easymock": "^1.3",
                "phpunit\/phpunit": "^9.5",
                "vimeo\/psalm": "^4.6"
            },
            "suggest": {
                "friendsofphp\/proxy-manager-lts": "Install it if you want to use lazy injection (version ^1)"
            },
            "time": "2024-07-21T15:55:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\DI\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "The dependency injection container for humans",
            "homepage": "https:\/\/php-di.org\/",
            "keywords": [
                "PSR-11",
                "container",
                "container-interop",
                "dependency injection",
                "di",
                "ioc",
                "psr11"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/PHP-DI\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/PHP-DI\/tree\/7.0.7"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/php-di\/php-di",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/php-di\/php-di"
        },
        {
            "name": "psr\/container",
            "version": "2.0.2",
            "version_normalized": "2.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:47:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\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\/tree\/2.0.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v3.5.1",
            "version_normalized": "3.5.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-09-25T14:20:29+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "3.5-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v3.5.1"
            },
            "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\/deprecation-contracts"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/a3cc8b044a6ea513310cbd48ef7333b384945638",
                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\Symfony\\Polyfill\\Ctype\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gert de Pagter",
                    "email": "BackEndTea@gmail.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for ctype functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "ctype",
                "polyfill",
                "portable"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-ctype\/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-ctype"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\Symfony\\Polyfill\\Mbstring\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-mbstring\/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-mbstring"
        },
        {
            "name": "symfony\/polyfill-php81",
            "version": "v1.31.0",
            "version_normalized": "1.31.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php81\/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-php81"
        },
        {
            "name": "twig\/twig",
            "version": "v3.15.0",
            "version_normalized": "3.15.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/twigphp\/Twig.git",
                "reference": "2d5b3964cc21d0188633d7ddce732dc8e874db02"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/twigphp\/Twig\/zipball\/2d5b3964cc21d0188633d7ddce732dc8e874db02",
                "reference": "2d5b3964cc21d0188633d7ddce732dc8e874db02",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.2",
                "symfony\/deprecation-contracts": "^2.5|^3",
                "symfony\/polyfill-ctype": "^1.8",
                "symfony\/polyfill-mbstring": "^1.3",
                "symfony\/polyfill-php81": "^1.29"
            },
            "require-dev": {
                "psr\/container": "^1.0|^2.0",
                "symfony\/phpunit-bridge": "^5.4.9|^6.4|^7.0"
            },
            "time": "2024-11-17T15:59:19+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/Resources\/core.php",
                    "src\/Resources\/debug.php",
                    "src\/Resources\/escaper.php",
                    "src\/Resources\/string_loader.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\Twig\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http:\/\/fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https:\/\/twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "support": {
                "issues": "https:\/\/github.com\/twigphp\/Twig\/issues",
                "source": "https:\/\/github.com\/twigphp\/Twig\/tree\/v3.15.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/twig\/twig",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/twig\/twig"
        },
        {
            "name": "wpify\/asset",
            "version": "1.3.0",
            "version_normalized": "1.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/asset.git",
                "reference": "faf957af650b441b49f03cb7ffa42abfe157b43b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/asset\/zipball\/faf957af650b441b49f03cb7ffa42abfe157b43b",
                "reference": "faf957af650b441b49f03cb7ffa42abfe157b43b",
                "shasum": ""
            },
            "time": "2024-07-29T15:25:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Wpify\\Asset\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WPify",
                    "email": "info@wpify.io"
                }
            ],
            "support": {
                "issues": "https:\/\/github.com\/wpify\/asset\/issues",
                "source": "https:\/\/github.com\/wpify\/asset\/tree\/1.3.0"
            },
            "install-path": "..\/wpify\/asset"
        },
        {
            "name": "wpify\/custom-fields",
            "version": "4.0.12",
            "version_normalized": "4.0.12.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/custom-fields.git",
                "reference": "d854aa265e55c3d90e66dcfa99a9f36bd4e96267"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/custom-fields\/zipball\/d854aa265e55c3d90e66dcfa99a9f36bd4e96267",
                "reference": "d854aa265e55c3d90e66dcfa99a9f36bd4e96267",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^8.1"
            },
            "require-dev": {
                "dealerdirect\/phpcodesniffer-composer-installer": "^0.7",
                "phpcompatibility\/phpcompatibility-wp": "*",
                "squizlabs\/php_codesniffer": "^3.10",
                "wp-coding-standards\/wpcs": "^3.0"
            },
            "time": "2024-11-28T11:42:27+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "custom-fields.php"
                ],
                "psr-4": {
                    "WpifyMapyCzDeps\\Wpify\\CustomFields\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-3.0-or-later"
            ],
            "description": "WPify Custom Fields",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/custom-fields\/issues",
                "source": "https:\/\/github.com\/wpify\/custom-fields\/tree\/4.0.12"
            },
            "install-path": "..\/wpify\/custom-fields"
        },
        {
            "name": "wpify\/model",
            "version": "4.1.18",
            "version_normalized": "4.1.18.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/model.git",
                "reference": "7d687968dbbf144a0aef393288945dd7e5de1ef8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/model\/zipball\/7d687968dbbf144a0aef393288945dd7e5de1ef8",
                "reference": "7d687968dbbf144a0aef393288945dd7e5de1ef8",
                "shasum": ""
            },
            "require": {
                "php": ">=8.0.0"
            },
            "time": "2024-10-15T10:54:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Wpify\\Model\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "Daniel Mejta",
                    "email": "daniel@mejta.net"
                }
            ],
            "description": "WPify Model",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/model\/issues",
                "source": "https:\/\/github.com\/wpify\/model\/tree\/4.1.18"
            },
            "install-path": "..\/wpify\/model"
        },
        {
            "name": "wpify\/plugin-utils",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/plugin-utils.git",
                "reference": "0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/plugin-utils\/zipball\/0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a",
                "reference": "0ace7f3a23bdfe3e2b2b05c72af79fa034c7e77a",
                "shasum": ""
            },
            "time": "2021-09-10T10:09:45+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Wpify\\PluginUtils\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WPify",
                    "email": "info@wpify.io"
                }
            ],
            "description": "WPify Plugin Utilities",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/plugin-utils\/issues",
                "source": "https:\/\/github.com\/wpify\/plugin-utils\/tree\/1.0.1"
            },
            "install-path": "..\/wpify\/plugin-utils"
        },
        {
            "name": "wpify\/templates",
            "version": "3.2.1",
            "version_normalized": "3.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/templates.git",
                "reference": "4192e0262179347faf1ba7108381280c8ba789c1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/templates\/zipball\/4192e0262179347faf1ba7108381280c8ba789c1",
                "reference": "4192e0262179347faf1ba7108381280c8ba789c1",
                "shasum": ""
            },
            "require": {
                "twig\/twig": "^3.4"
            },
            "time": "2024-06-13T15:23:20+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "WpifyMapyCzDeps\\Wpify\\Templates\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WPify",
                    "email": "info@wpify.io"
                }
            ],
            "description": "WPify Templates",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/templates\/issues",
                "source": "https:\/\/github.com\/wpify\/templates\/tree\/3.2.1"
            },
            "install-path": "..\/wpify\/templates"
        }
    ],
    "dev": true,
    "dev-package-names": []
}