{
    "packages": [
        {
            "name": "heureka\/overeno-zakazniky",
            "version": "v4.0.2",
            "version_normalized": "4.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/heureka\/overeno-zakazniky.git",
                "reference": "30eb6f7ab47ee3068f71efbdbde4a0d4b019a0a2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/heureka\/overeno-zakazniky\/zipball\/30eb6f7ab47ee3068f71efbdbde4a0d4b019a0a2",
                "reference": "30eb6f7ab47ee3068f71efbdbde4a0d4b019a0a2",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3"
            },
            "require-dev": {
                "mockery\/mockery": "~1.4.3",
                "phpunit\/phpunit": "~9.5.0"
            },
            "suggest": {
                "ext-curl": "Simplifies the library usage (you don't have to provide your own requester)"
            },
            "time": "2023-10-16T07:06:56+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Heureka\\": [
                        "src\/",
                        "tests"
                    ]
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Heureka.cz",
                    "email": "podpora@heureka.cz"
                }
            ],
            "description": "Heureka 'Ov\u011b\u0159eno z\u00e1kazn\u00edky' (ShopCertification) service API implementation",
            "support": {
                "issues": "https:\/\/github.com\/heureka\/overeno-zakazniky\/issues",
                "source": "https:\/\/github.com\/heureka\/overeno-zakazniky\/tree\/v4.0.2"
            },
            "install-path": "..\/heureka\/overeno-zakazniky"
        },
        {
            "name": "laravel\/serializable-closure",
            "version": "v1.3.3",
            "version_normalized": "1.3.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/laravel\/serializable-closure.git",
                "reference": "3dbf8a8e914634c48d389c1234552666b3d43754"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/laravel\/serializable-closure\/zipball\/3dbf8a8e914634c48d389c1234552666b3d43754",
                "reference": "3dbf8a8e914634c48d389c1234552666b3d43754",
                "shasum": ""
            },
            "require": {
                "php": "^7.3|^8.0"
            },
            "require-dev": {
                "nesbot\/carbon": "^2.61",
                "pestphp\/pest": "^1.21.3",
                "phpstan\/phpstan": "^1.8.2",
                "symfony\/var-dumper": "^5.4.11"
            },
            "time": "2023-11-08T14:08:06+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\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": "monolog\/monolog",
            "version": "2.9.2",
            "version_normalized": "2.9.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Seldaek\/monolog.git",
                "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Seldaek\/monolog\/zipball\/437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
                "reference": "437cb3628f4cf6042cc10ae97fc2b8472e48ca1f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2",
                "psr\/log": "^1.0.1 || ^2.0 || ^3.0"
            },
            "provide": {
                "psr\/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
            },
            "require-dev": {
                "aws\/aws-sdk-php": "^2.4.9 || ^3.0",
                "doctrine\/couchdb": "~1.0@dev",
                "elasticsearch\/elasticsearch": "^7 || ^8",
                "ext-json": "*",
                "graylog2\/gelf-php": "^1.4.2 || ^2@dev",
                "guzzlehttp\/guzzle": "^7.4",
                "guzzlehttp\/psr7": "^2.2",
                "mongodb\/mongodb": "^1.8",
                "php-amqplib\/php-amqplib": "~2.4 || ^3",
                "phpspec\/prophecy": "^1.15",
                "phpstan\/phpstan": "^0.12.91",
                "phpunit\/phpunit": "^8.5.14",
                "predis\/predis": "^1.1 || ^2.0",
                "rollbar\/rollbar": "^1.3 || ^2 || ^3",
                "ruflin\/elastica": "^7",
                "swiftmailer\/swiftmailer": "^5.3|^6.0",
                "symfony\/mailer": "^5.4 || ^6",
                "symfony\/mime": "^5.4 || ^6"
            },
            "suggest": {
                "aws\/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                "doctrine\/couchdb": "Allow sending log messages to a CouchDB server",
                "elasticsearch\/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
                "ext-mbstring": "Allow to work properly with unicode symbols",
                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
                "ext-openssl": "Required to send log messages using SSL",
                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
                "graylog2\/gelf-php": "Allow sending log messages to a GrayLog2 server",
                "mongodb\/mongodb": "Allow sending log messages to a MongoDB server (via library)",
                "php-amqplib\/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                "rollbar\/rollbar": "Allow sending log messages to Rollbar",
                "ruflin\/elastica": "Allow sending log messages to an Elastic Search server"
            },
            "time": "2023-10-27T15:25:26+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Monolog\\": "src\/Monolog"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be",
                    "homepage": "https:\/\/seld.be"
                }
            ],
            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
            "homepage": "https:\/\/github.com\/Seldaek\/monolog",
            "keywords": [
                "log",
                "logging",
                "psr-3"
            ],
            "support": {
                "issues": "https:\/\/github.com\/Seldaek\/monolog\/issues",
                "source": "https:\/\/github.com\/Seldaek\/monolog\/tree\/2.9.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/Seldaek",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/monolog\/monolog",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/monolog\/monolog"
        },
        {
            "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": {
                    "HeurekaDeps\\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": "6.4.0",
            "version_normalized": "6.4.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/PHP-DI.git",
                "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PHP-DI\/zipball\/ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
                "reference": "ae0f1b3b03d8b29dff81747063cbfd6276246cc4",
                "shasum": ""
            },
            "require": {
                "laravel\/serializable-closure": "^1.0",
                "php": ">=7.4.0",
                "php-di\/invoker": "^2.0",
                "php-di\/phpdoc-reader": "^2.0.1",
                "psr\/container": "^1.0"
            },
            "provide": {
                "psr\/container-implementation": "^1.0"
            },
            "require-dev": {
                "doctrine\/annotations": "~1.10",
                "friendsofphp\/php-cs-fixer": "^2.4",
                "mnapoli\/phpunit-easymock": "^1.2",
                "ocramius\/proxy-manager": "^2.11.2",
                "phpstan\/phpstan": "^0.12",
                "phpunit\/phpunit": "^9.5"
            },
            "suggest": {
                "doctrine\/annotations": "Install it if you want to use annotations (version ~1.2)",
                "ocramius\/proxy-manager": "Install it if you want to use lazy injection (version ~2.0)"
            },
            "time": "2022-04-09T16:46:38+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "HeurekaDeps\\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\/6.4.0"
            },
            "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": "php-di\/phpdoc-reader",
            "version": "2.2.1",
            "version_normalized": "2.2.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PHP-DI\/PhpDocReader.git",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PHP-DI\/PhpDocReader\/zipball\/66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "reference": "66daff34cbd2627740ffec9469ffbac9f8c8185c",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "require-dev": {
                "mnapoli\/hard-mode": "~0.3.0",
                "phpunit\/phpunit": "^8.5|^9.0"
            },
            "time": "2020-10-12T12:39:22+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\PhpDocReader\\": "src\/PhpDocReader"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
            "keywords": [
                "phpdoc",
                "reflection"
            ],
            "support": {
                "issues": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/issues",
                "source": "https:\/\/github.com\/PHP-DI\/PhpDocReader\/tree\/2.2.1"
            },
            "install-path": "..\/php-di\/phpdoc-reader"
        },
        {
            "name": "phpstan\/phpdoc-parser",
            "version": "0.5.7",
            "version_normalized": "0.5.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/phpstan\/phpdoc-parser.git",
                "reference": "816e826ce0b7fb32098d8cb6de62511ce6021cea"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/phpstan\/phpdoc-parser\/zipball\/816e826ce0b7fb32098d8cb6de62511ce6021cea",
                "reference": "816e826ce0b7fb32098d8cb6de62511ce6021cea",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "php-parallel-lint\/php-parallel-lint": "^1.2",
                "phpstan\/extension-installer": "^1.0",
                "phpstan\/phpstan": "^0.12.87",
                "phpstan\/phpstan-strict-rules": "^0.12.5",
                "phpunit\/phpunit": "^9.5",
                "symfony\/process": "^5.2"
            },
            "time": "2021-09-12T11:52:00+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\PHPStan\\PhpDocParser\\": [
                        "src\/"
                    ]
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "PHPDoc parser with support for nullable, intersection and generic types",
            "support": {
                "issues": "https:\/\/github.com\/phpstan\/phpdoc-parser\/issues",
                "source": "https:\/\/github.com\/phpstan\/phpdoc-parser\/tree\/0.5.7"
            },
            "install-path": "..\/phpstan\/phpdoc-parser"
        },
        {
            "name": "psr\/container",
            "version": "1.1.2",
            "version_normalized": "1.1.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/513e0666f7216c7459170d56df27dfcefe1689ea",
                "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
                "shasum": ""
            },
            "require": {
                "php": ">=7.4.0"
            },
            "time": "2021-11-05T16:50:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\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\/1.1.2"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "psr\/log",
            "version": "1.1.4",
            "version_normalized": "1.1.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/log\/zipball\/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2021-05-03T11:20:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Psr\\Log\\": "Psr\/Log\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https:\/\/github.com\/php-fig\/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/log\/tree\/1.1.4"
            },
            "install-path": "..\/psr\/log"
        },
        {
            "name": "spatie\/array-to-xml",
            "version": "2.17.1",
            "version_normalized": "2.17.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/array-to-xml.git",
                "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/array-to-xml\/zipball\/5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
                "reference": "5cbec9c6ab17e320c58a259f0cebe88bde4a7c46",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "php": "^7.4|^8.0"
            },
            "require-dev": {
                "mockery\/mockery": "^1.2",
                "pestphp\/pest": "^1.21",
                "phpunit\/phpunit": "^9.0",
                "spatie\/pest-plugin-snapshots": "^1.1"
            },
            "time": "2022-12-26T08:22:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Spatie\\ArrayToXml\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Freek Van der Herten",
                    "email": "freek@spatie.be",
                    "homepage": "https:\/\/freek.dev",
                    "role": "Developer"
                }
            ],
            "description": "Convert an array to xml",
            "homepage": "https:\/\/github.com\/spatie\/array-to-xml",
            "keywords": [
                "array",
                "convert",
                "xml"
            ],
            "support": {
                "source": "https:\/\/github.com\/spatie\/array-to-xml\/tree\/2.17.1"
            },
            "funding": [
                {
                    "url": "https:\/\/spatie.be\/open-source\/support-us",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/spatie",
                    "type": "github"
                }
            ],
            "install-path": "..\/spatie\/array-to-xml"
        },
        {
            "name": "wpify\/custom-fields",
            "version": "3.12.14",
            "version_normalized": "3.12.14.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/custom-fields.git",
                "reference": "55708e872e5bced5e60c43b3dbb9fb3763f9edef"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/custom-fields\/zipball\/55708e872e5bced5e60c43b3dbb9fb3763f9edef",
                "reference": "55708e872e5bced5e60c43b3dbb9fb3763f9edef",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.4.33"
            },
            "time": "2024-03-08T09:46:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "functions.php"
                ],
                "psr-4": {
                    "HeurekaDeps\\Wpify\\CustomFields\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "description": "WPify Custom Fields",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/custom-fields\/issues",
                "source": "https:\/\/github.com\/wpify\/custom-fields\/tree\/3.12.14"
            },
            "install-path": "..\/wpify\/custom-fields"
        },
        {
            "name": "wpify\/heureka-hcapi",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/heureka-hcapi.git",
                "reference": "b44c4bf56b4c87f695cff7e924da4da40dc86bda"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/heureka-hcapi\/zipball\/b44c4bf56b4c87f695cff7e924da4da40dc86bda",
                "reference": "b44c4bf56b4c87f695cff7e924da4da40dc86bda",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0"
            },
            "require-dev": {
                "mockery\/mockery": "^0.9.4",
                "phpunit\/phpunit": "5.0.*"
            },
            "time": "2023-08-03T14:19:32+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Hcapi\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Heureka shopping cart API",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/heureka-hcapi\/issues",
                "source": "https:\/\/github.com\/wpify\/heureka-hcapi\/tree\/master"
            },
            "install-path": "..\/wpify\/heureka-hcapi"
        },
        {
            "name": "wpify\/log",
            "version": "1.0.10",
            "version_normalized": "1.0.10.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/log.git",
                "reference": "43bb35f12babe33b0343bb3d3f85239248c48701"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/log\/zipball\/43bb35f12babe33b0343bb3d3f85239248c48701",
                "reference": "43bb35f12babe33b0343bb3d3f85239248c48701",
                "shasum": ""
            },
            "require": {
                "monolog\/monolog": "^2.3",
                "psr\/log": "1.1.4"
            },
            "time": "2022-11-15T20:50:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Wpify\\Log\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WPify",
                    "email": "info@wpify.io"
                }
            ],
            "description": "WPify Log",
            "support": {
                "issues": "https:\/\/github.com\/wpify\/log\/issues",
                "source": "https:\/\/github.com\/wpify\/log\/tree\/1.0.10"
            },
            "install-path": "..\/wpify\/log"
        },
        {
            "name": "wpify\/model",
            "version": "3.1.10",
            "version_normalized": "3.1.10.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/wpify\/model.git",
                "reference": "4c661078ed8768b9bfb75a5b8ba1cd245f62d320"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/wpify\/model\/zipball\/4c661078ed8768b9bfb75a5b8ba1cd245f62d320",
                "reference": "4c661078ed8768b9bfb75a5b8ba1cd245f62d320",
                "shasum": ""
            },
            "require": {
                "php": ">=7.3.0||^8.0.0",
                "phpstan\/phpdoc-parser": "^0.5.6"
            },
            "require-dev": {
                "brain\/monkey": "^2.6",
                "codeception\/codeception": "^4.1",
                "codeception\/module-asserts": "^1.0.0",
                "codeception\/module-phpbrowser": "^1.0.0"
            },
            "time": "2023-03-23T16:21:04+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\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\/3.1.10"
            },
            "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": {
                    "HeurekaDeps\\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\/post-type",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/gitlab.com\/wpify\/post-type.git",
                "reference": "42b8a3d70075b7060a68598314eaf87f9b630602"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/gitlab.com\/api\/v4\/projects\/wpify%2Fpost-type\/repository\/archive.zip?sha=42b8a3d70075b7060a68598314eaf87f9b630602",
                "reference": "42b8a3d70075b7060a68598314eaf87f9b630602",
                "shasum": ""
            },
            "time": "2021-09-08T14:23:01+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "HeurekaDeps\\Wpify\\PostType\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-or-later"
            ],
            "authors": [
                {
                    "name": "WPify",
                    "email": "info@wpify.io"
                }
            ],
            "description": "WPify Post Type",
            "support": {
                "issues": "https:\/\/gitlab.com\/api\/v4\/projects\/29454510\/issues"
            },
            "abandoned": true,
            "install-path": "..\/wpify\/post-type"
        }
    ],
    "dev": true,
    "dev-package-names": []
}