{
    "packages": [
        {
            "name": "jurosh/pdf-merge",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/jurosh/php-pdf-merge.git",
                "reference": "89ba3446c9f38c573e3b8bf577d2f22993494130"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/jurosh/php-pdf-merge/zipball/89ba3446c9f38c573e3b8bf577d2f22993494130",
                "reference": "89ba3446c9f38c573e3b8bf577d2f22993494130",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6.20",
                "setasign/fpdf": "^1.8",
                "setasign/fpdi": "^2.3"
            },
            "time": "2021-03-28T19:57:14+00:00",
            "default-branch": true,
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "classmap": [
                    "src/Jurosh/PDFMerge/PDFMerger.php",
                    "src/Jurosh/PDFMerge/PDFObject.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Juraj Husar",
                    "email": "jurosh@jurosh.com",
                    "homepage": "http://jurosh.com"
                }
            ],
            "description": "PHP PDF Merger",
            "homepage": "https://github.com/jurosh/php-pdf-merge",
            "keywords": [
                "merge",
                "pdf"
            ],
            "support": {
                "issues": "https://github.com/jurosh/php-pdf-merge/issues",
                "source": "https://github.com/jurosh/php-pdf-merge/tree/remove"
            },
            "install-path": "../jurosh/pdf-merge"
        },
        {
            "name": "setasign/fpdf",
            "version": "1.8.6",
            "version_normalized": "1.8.6.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDF.git",
                "reference": "0838e0ee4925716fcbbc50ad9e1799b5edfae0a0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDF/zipball/0838e0ee4925716fcbbc50ad9e1799b5edfae0a0",
                "reference": "0838e0ee4925716fcbbc50ad9e1799b5edfae0a0",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-zlib": "*"
            },
            "time": "2023-06-26T14:44:25+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "fpdf.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Olivier Plathey",
                    "email": "oliver@fpdf.org",
                    "homepage": "http://fpdf.org/"
                }
            ],
            "description": "FPDF is a PHP class which allows to generate PDF files with pure PHP. F from FPDF stands for Free: you may use it for any kind of usage and modify it to suit your needs.",
            "homepage": "http://www.fpdf.org",
            "keywords": [
                "fpdf",
                "pdf"
            ],
            "support": {
                "source": "https://github.com/Setasign/FPDF/tree/1.8.6"
            },
            "install-path": "../setasign/fpdf"
        },
        {
            "name": "setasign/fpdi",
            "version": "v2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Setasign/FPDI.git",
                "reference": "f4ba73e5bc053ccc90b81717c5df1cb2ea7bae7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Setasign/FPDI/zipball/f4ba73e5bc053ccc90b81717c5df1cb2ea7bae7b",
                "reference": "f4ba73e5bc053ccc90b81717c5df1cb2ea7bae7b",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": "^5.6 || ^7.0 || ^8.0"
            },
            "conflict": {
                "setasign/tfpdf": "<1.31"
            },
            "require-dev": {
                "phpunit/phpunit": "~5.7",
                "setasign/fpdf": "~1.8",
                "setasign/tfpdf": "~1.31",
                "squizlabs/php_codesniffer": "^3.5",
                "tecnickcom/tcpdf": "~6.2"
            },
            "suggest": {
                "setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured."
            },
            "time": "2023-07-27T08:12:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "setasign\\Fpdi\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jan Slabon",
                    "email": "jan.slabon@setasign.com",
                    "homepage": "https://www.setasign.com"
                },
                {
                    "name": "Maximilian Kresse",
                    "email": "maximilian.kresse@setasign.com",
                    "homepage": "https://www.setasign.com"
                }
            ],
            "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
            "homepage": "https://www.setasign.com/fpdi",
            "keywords": [
                "fpdf",
                "fpdi",
                "pdf"
            ],
            "support": {
                "issues": "https://github.com/Setasign/FPDI/issues",
                "source": "https://github.com/Setasign/FPDI/tree/v2.4.1"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/setasign/fpdi",
                    "type": "tidelift"
                }
            ],
            "install-path": "../setasign/fpdi"
        },
        {
            "name": "woosa/action-bulker",
            "version": "1.2.0",
            "version_normalized": "1.2.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/action-bulker.git",
                "reference": "17b50e83220a1a9e2a8b24ae7e207d3ab2433ac9"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26332794/packages/composer/archives/woosa/action-bulker.zip?sha=17b50e83220a1a9e2a8b24ae7e207d3ab2433ac9",
                "reference": "17b50e83220a1a9e2a8b24ae7e207d3ab2433ac9",
                "shasum": ""
            },
            "require": {
                "woosa/core": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/action-bulker"
        },
        {
            "name": "woosa/action-scheduler",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/action-scheduler.git",
                "reference": "69f4fed7ca4ba0097927baaa351012d47bdaf080"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26331960/packages/composer/archives/woosa/action-scheduler.zip?sha=69f4fed7ca4ba0097927baaa351012d47bdaf080",
                "reference": "69f4fed7ca4ba0097927baaa351012d47bdaf080",
                "shasum": ""
            },
            "require": {
                "woosa/interface": "1.*",
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/action-scheduler"
        },
        {
            "name": "woosa/authorization",
            "version": "2.1.3",
            "version_normalized": "2.1.3.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/authorization.git",
                "reference": "e44a31ba71c352726181f2603d80f142ccc12a3a"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/29545946/packages/composer/archives/woosa/authorization.zip?sha=e44a31ba71c352726181f2603d80f142ccc12a3a",
                "reference": "e44a31ba71c352726181f2603d80f142ccc12a3a",
                "shasum": ""
            },
            "require": {
                "woosa/interface": "1.*",
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/authorization"
        },
        {
            "name": "woosa/core",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/core.git",
                "reference": "5a4070ccea1daaa5f619829e497933556b3f8150"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26336044/packages/composer/archives/woosa/core.zip?sha=5a4070ccea1daaa5f619829e497933556b3f8150",
                "reference": "5a4070ccea1daaa5f619829e497933556b3f8150",
                "shasum": ""
            },
            "require": {
                "woosa/dependency": "1.*",
                "woosa/interface": "1.*",
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/core"
        },
        {
            "name": "woosa/dependency",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/dependency.git",
                "reference": "c8232febc01c784b7cf58011c203f18b70872964"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26335207/packages/composer/archives/woosa/dependency.zip?sha=c8232febc01c784b7cf58011c203f18b70872964",
                "reference": "c8232febc01c784b7cf58011c203f18b70872964",
                "shasum": ""
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/dependency"
        },
        {
            "name": "woosa/heartbeat",
            "version": "2.0.1",
            "version_normalized": "2.0.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/heartbeat.git",
                "reference": "aa9a3cadda5461452c2d51aea7ca38cd82485227"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/31319123/packages/composer/archives/woosa/heartbeat.zip?sha=aa9a3cadda5461452c2d51aea7ca38cd82485227",
                "reference": "aa9a3cadda5461452c2d51aea7ca38cd82485227",
                "shasum": ""
            },
            "require": {
                "woosa/action-scheduler": "1.*",
                "woosa/interface": "1.*",
                "woosa/option": "1.*",
                "woosa/util": "1.*",
                "woosa/worker": "2.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/heartbeat"
        },
        {
            "name": "woosa/intercom-chat",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/intercom-chat.git",
                "reference": "895230ba2ffce4da2731f187440e9c99d81391a9"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/44797258/packages/composer/archives/woosa/intercom-chat.zip?sha=895230ba2ffce4da2731f187440e9c99d81391a9",
                "reference": "895230ba2ffce4da2731f187440e9c99d81391a9",
                "shasum": ""
            },
            "require": {
                "woosa/core": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/intercom-chat"
        },
        {
            "name": "woosa/interface",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/interface.git",
                "reference": "22a7d937d52a4f75aad73d62377fe71b76f56d6a"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/40509279/packages/composer/archives/woosa/interface.zip?sha=22a7d937d52a4f75aad73d62377fe71b76f56d6a",
                "reference": "22a7d937d52a4f75aad73d62377fe71b76f56d6a",
                "shasum": ""
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/interface"
        },
        {
            "name": "woosa/logger",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/logger.git",
                "reference": "008da96ab69b4fb629ae78e910947238f0eece2a"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26295599/packages/composer/archives/woosa/logger.zip?sha=008da96ab69b4fb629ae78e910947238f0eece2a",
                "reference": "008da96ab69b4fb629ae78e910947238f0eece2a",
                "shasum": ""
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/logger"
        },
        {
            "name": "woosa/meta",
            "version": "1.0.5",
            "version_normalized": "1.0.5.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/meta.git",
                "reference": "faf36f7799b1254003ae77da48e34982f0cb9ab4"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/27129391/packages/composer/archives/woosa/meta.zip?sha=faf36f7799b1254003ae77da48e34982f0cb9ab4",
                "reference": "faf36f7799b1254003ae77da48e34982f0cb9ab4",
                "shasum": ""
            },
            "require": {
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/meta"
        },
        {
            "name": "woosa/option",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/option.git",
                "reference": "836ce99e5125cf82d2282b53963cf8f3b2769fb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/27128455/packages/composer/archives/woosa/option.zip?sha=836ce99e5125cf82d2282b53963cf8f3b2769fb1",
                "reference": "836ce99e5125cf82d2282b53963cf8f3b2769fb1",
                "shasum": ""
            },
            "require": {
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/option"
        },
        {
            "name": "woosa/request",
            "version": "1.4.0",
            "version_normalized": "1.4.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/request.git",
                "reference": "773876df18f72d4956fac3129d3c1ae13d7916d3"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26346009/packages/composer/archives/woosa/request.zip?sha=773876df18f72d4956fac3129d3c1ae13d7916d3",
                "reference": "773876df18f72d4956fac3129d3c1ae13d7916d3",
                "shasum": ""
            },
            "require": {
                "woosa/core": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/request"
        },
        {
            "name": "woosa/settings",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/settings.git",
                "reference": "e1ef44194c6c119b5c792d4f52e089220ed6ebfe"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26430000/packages/composer/archives/woosa/settings.zip?sha=e1ef44194c6c119b5c792d4f52e089220ed6ebfe",
                "reference": "e1ef44194c6c119b5c792d4f52e089220ed6ebfe",
                "shasum": ""
            },
            "require": {
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/settings"
        },
        {
            "name": "woosa/table-column",
            "version": "1.0.4",
            "version_normalized": "1.0.4.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/table-column.git",
                "reference": "c5925dd44fa71f968513d931d5325f1751c90f30"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26828797/packages/composer/archives/woosa/table-column.zip?sha=c5925dd44fa71f968513d931d5325f1751c90f30",
                "reference": "c5925dd44fa71f968513d931d5325f1751c90f30",
                "shasum": ""
            },
            "require": {
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/table-column"
        },
        {
            "name": "woosa/task",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/task.git",
                "reference": "cdaddd6c4d6543bcb0e4d01288e2b6f3c1f20958"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/40772794/packages/composer/archives/woosa/task.zip?sha=cdaddd6c4d6543bcb0e4d01288e2b6f3c1f20958",
                "reference": "cdaddd6c4d6543bcb0e4d01288e2b6f3c1f20958",
                "shasum": ""
            },
            "require": {
                "woosa/core": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/task"
        },
        {
            "name": "woosa/third-party",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/third-party.git",
                "reference": "4d2285f51bade491a3d0dca3111005d4869504b8"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26331882/packages/composer/archives/woosa/third-party.zip?sha=4d2285f51bade491a3d0dca3111005d4869504b8",
                "reference": "4d2285f51bade491a3d0dca3111005d4869504b8",
                "shasum": ""
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/third-party"
        },
        {
            "name": "woosa/tools",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/tools.git",
                "reference": "b085e77261e40826a6a1c415d1588374f00b41a7"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26330882/packages/composer/archives/woosa/tools.zip?sha=b085e77261e40826a6a1c415d1588374f00b41a7",
                "reference": "b085e77261e40826a6a1c415d1588374f00b41a7",
                "shasum": ""
            },
            "require": {
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/tools"
        },
        {
            "name": "woosa/util",
            "version": "1.11.0",
            "version_normalized": "1.11.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/util.git",
                "reference": "69245730eee24a32fca6f1b8c71c685c9bc1ea0d"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/26332117/packages/composer/archives/woosa/util.zip?sha=69245730eee24a32fca6f1b8c71c685c9bc1ea0d",
                "reference": "69245730eee24a32fca6f1b8c71c685c9bc1ea0d",
                "shasum": ""
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/util"
        },
        {
            "name": "woosa/validation",
            "version": "1.1.0",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/validation.git",
                "reference": "99af3e4c65e0c89e6b0dcb107b392b3de042ceed"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/27480276/packages/composer/archives/woosa/validation.zip?sha=99af3e4c65e0c89e6b0dcb107b392b3de042ceed",
                "reference": "99af3e4c65e0c89e6b0dcb107b392b3de042ceed",
                "shasum": ""
            },
            "require": {
                "woosa/meta": "1.*",
                "woosa/option": "1.*",
                "woosa/util": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/validation"
        },
        {
            "name": "woosa/worker",
            "version": "2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "git@gitlab.com:woosa/wp-plugin-modules/worker.git",
                "reference": "c375dbc7789f5203c34307a73fcef1f2b9ac0344"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/31816569/packages/composer/archives/woosa/worker.zip?sha=c375dbc7789f5203c34307a73fcef1f2b9ac0344",
                "reference": "c375dbc7789f5203c34307a73fcef1f2b9ac0344",
                "shasum": ""
            },
            "require": {
                "woosa/task": "1.*"
            },
            "type": "library",
            "installation-source": "dist",
            "install-path": "../woosa/worker"
        }
    ],
    "dev": false,
    "dev-package-names": []
}
