{
    "packages": [
        {
            "name": "dompdf\/dompdf",
            "version": "v0.8.3",
            "version_normalized": "0.8.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/dompdf\/dompdf.git",
                "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/dompdf\/dompdf\/zipball\/75f13c700009be21a1965dc2c5b68a8708c22ba2",
                "reference": "75f13c700009be21a1965dc2c5b68a8708c22ba2",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-mbstring": "*",
                "phenx\/php-font-lib": "0.5.*",
                "phenx\/php-svg-lib": "0.3.*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^4.8|^5.5|^6.5",
                "squizlabs\/php_codesniffer": "2.*"
            },
            "suggest": {
                "ext-gd": "Needed to process images",
                "ext-gmagick": "Improves image processing performance",
                "ext-imagick": "Improves image processing performance"
            },
            "time": "2018-12-14T02:40:31+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Dompdf\\": "src\/"
                },
                "classmap": [
                    "lib\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Fabien M\u00e9nager",
                    "email": "fabien.menager@gmail.com"
                },
                {
                    "name": "Brian Sweeney",
                    "email": "eclecticgeek@gmail.com"
                },
                {
                    "name": "Gabriel Bull",
                    "email": "me@gabrielbull.com"
                }
            ],
            "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
            "homepage": "https:\/\/github.com\/dompdf\/dompdf",
            "support": {
                "issues": "https:\/\/github.com\/dompdf\/dompdf\/issues",
                "source": "https:\/\/github.com\/dompdf\/dompdf\/tree\/master"
            },
            "install-path": "..\/dompdf\/dompdf"
        },
        {
            "name": "guzzlehttp\/guzzle",
            "version": "7.8.2",
            "version_normalized": "7.8.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/guzzle.git",
                "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/guzzle\/zipball\/f4152d9eb85c445fe1f992001d1748e8bec070d2",
                "reference": "f4152d9eb85c445fe1f992001d1748e8bec070d2",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "guzzlehttp\/promises": "^1.5.3 || ^2.0.3",
                "guzzlehttp\/psr7": "^1.9.1 || ^2.6.3",
                "php": "^7.2.5 || ^8.0",
                "psr\/http-client": "^1.0",
                "symfony\/deprecation-contracts": "^2.2 || ^3.0"
            },
            "provide": {
                "psr\/http-client-implementation": "1.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "ext-curl": "*",
                "guzzle\/client-integration-tests": "3.0.2",
                "php-http\/message-factory": "^1.1",
                "phpunit\/phpunit": "^8.5.39 || ^9.6.20",
                "psr\/log": "^1.1 || ^2.0 || ^3.0"
            },
            "suggest": {
                "ext-curl": "Required for CURL handler support",
                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
                "psr\/log": "Required for using the Log middleware"
            },
            "time": "2024-07-18T11:12:18+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\GuzzleHttp\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "Jeremy Lindblom",
                    "email": "jeremeamia@gmail.com",
                    "homepage": "https:\/\/github.com\/jeremeamia"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https:\/\/github.com\/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                }
            ],
            "description": "Guzzle is a PHP HTTP client library",
            "keywords": [
                "client",
                "curl",
                "framework",
                "http",
                "http client",
                "psr-18",
                "psr-7",
                "rest",
                "web service"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/guzzle\/issues",
                "source": "https:\/\/github.com\/guzzle\/guzzle\/tree\/7.8.2"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/guzzle",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/guzzle"
        },
        {
            "name": "guzzlehttp\/promises",
            "version": "2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/promises.git",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/promises\/zipball\/481557b130ef3790cf82b713667b43030dc9c957",
                "reference": "481557b130ef3790cf82b713667b43030dc9c957",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5 || ^8.0"
            },
            "require-dev": {
                "bamarni\/composer-bin-plugin": "^1.8.2",
                "phpunit\/phpunit": "^8.5.44 || ^9.6.25"
            },
            "time": "2025-08-22T14:34:08+00:00",
            "type": "library",
            "extra": {
                "bamarni-bin": {
                    "bin-links": true,
                    "forward-command": false
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\GuzzleHttp\\Promise\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                }
            ],
            "description": "Guzzle promises library",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/promises\/issues",
                "source": "https:\/\/github.com\/guzzle\/promises\/tree\/2.3.0"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/promises",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/promises"
        },
        {
            "name": "guzzlehttp\/psr7",
            "version": "1.9.1",
            "version_normalized": "1.9.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/guzzle\/psr7.git",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/guzzle\/psr7\/zipball\/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.0",
                "psr\/http-message": "~1.0",
                "ralouphie\/getallheaders": "^2.0.5 || ^3.0.0"
            },
            "provide": {
                "psr\/http-message-implementation": "1.0"
            },
            "require-dev": {
                "ext-zlib": "*",
                "phpunit\/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
            },
            "suggest": {
                "laminas\/laminas-httphandlerrunner": "Emit PSR-7 responses"
            },
            "time": "2023-04-17T16:00:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions_include.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\GuzzleHttp\\Psr7\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Graham Campbell",
                    "email": "hello@gjcampbell.co.uk",
                    "homepage": "https:\/\/github.com\/GrahamCampbell"
                },
                {
                    "name": "Michael Dowling",
                    "email": "mtdowling@gmail.com",
                    "homepage": "https:\/\/github.com\/mtdowling"
                },
                {
                    "name": "George Mponos",
                    "email": "gmponos@gmail.com",
                    "homepage": "https:\/\/github.com\/gmponos"
                },
                {
                    "name": "Tobias Nyholm",
                    "email": "tobias.nyholm@gmail.com",
                    "homepage": "https:\/\/github.com\/Nyholm"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/github.com\/sagikazarmark"
                },
                {
                    "name": "Tobias Schultze",
                    "email": "webmaster@tubo-world.de",
                    "homepage": "https:\/\/github.com\/Tobion"
                }
            ],
            "description": "PSR-7 message implementation that also provides common utility methods",
            "keywords": [
                "http",
                "message",
                "psr-7",
                "request",
                "response",
                "stream",
                "uri",
                "url"
            ],
            "support": {
                "issues": "https:\/\/github.com\/guzzle\/psr7\/issues",
                "source": "https:\/\/github.com\/guzzle\/psr7\/tree\/1.9.1"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/GrahamCampbell",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/Nyholm",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/guzzlehttp\/psr7",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/guzzlehttp\/psr7"
        },
        {
            "name": "jlawrence\/eos",
            "version": "v3.2.2",
            "version_normalized": "3.2.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/jlawrence11\/eos.git",
                "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/jlawrence11\/eos\/zipball\/25e3d0f2316cb4636000f452a8e7dcc83725a32a",
                "reference": "25e3d0f2316cb4636000f452a8e7dcc83725a32a",
                "shasum": ""
            },
            "require-dev": {
                "codeclimate\/php-test-reporter": "dev-master",
                "phpunit\/phpunit": "4.*"
            },
            "time": "2016-03-02T22:35:41+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\jlawrence\\eos\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-2.1+"
            ],
            "authors": [
                {
                    "name": "Jon Lawrence",
                    "email": "jon@jon-lawrence.com"
                }
            ],
            "description": "Parse and solve math equations without using 'eval()'.",
            "keywords": [
                "eos",
                "equations",
                "math",
                "solve"
            ],
            "support": {
                "issues": "https:\/\/github.com\/jlawrence11\/eos\/issues",
                "source": "https:\/\/github.com\/jlawrence11\/eos\/tree\/master"
            },
            "install-path": "..\/jlawrence\/eos"
        },
        {
            "name": "matthiasmullie\/path-converter",
            "version": "1.1.3",
            "version_normalized": "1.1.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/matthiasmullie\/path-converter.git",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/matthiasmullie\/path-converter\/zipball\/e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "~4.8"
            },
            "time": "2019-02-05T23:41:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\MatthiasMullie\\PathConverter\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http:\/\/www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http:\/\/github.com\/matthiasmullie\/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
            "support": {
                "issues": "https:\/\/github.com\/matthiasmullie\/path-converter\/issues",
                "source": "https:\/\/github.com\/matthiasmullie\/path-converter\/tree\/1.1.3"
            },
            "install-path": "..\/matthiasmullie\/path-converter"
        },
        {
            "name": "mcaskill\/composer-exclude-files",
            "version": "v2.1.0",
            "version_normalized": "2.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mcaskill\/composer-plugin-exclude-files.git",
                "reference": "0d481db018d5849e87f87cc3145a2cbf0135e428"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mcaskill\/composer-plugin-exclude-files\/zipball\/0d481db018d5849e87f87cc3145a2cbf0135e428",
                "reference": "0d481db018d5849e87f87cc3145a2cbf0135e428",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.0 || ^2.0",
                "php": "^5.3.2 || ^7.0 || ^8.0"
            },
            "require-dev": {
                "composer\/composer": "^1.0 || ^2.0",
                "symfony\/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
            },
            "time": "2022-04-01T04:35:29+00:00",
            "type": "composer-plugin",
            "extra": {
                "class": "McAskill\\Composer\\ExcludeFilePlugin",
                "branch-alias": {
                    "dev-main": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\McAskill\\Composer\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Chauncey McAskill",
                    "email": "chauncey@mcaskill.ca"
                }
            ],
            "description": "Exclude files from autoload_files.php",
            "support": {
                "issues": "https:\/\/github.com\/mcaskill\/composer-plugin-exclude-files\/issues",
                "source": "https:\/\/github.com\/mcaskill\/composer-plugin-exclude-files\/tree\/v2.1.0"
            },
            "install-path": "..\/mcaskill\/composer-exclude-files"
        },
        {
            "name": "mpdf\/mpdf",
            "version": "v8.2.2",
            "version_normalized": "8.2.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/mpdf.git",
                "reference": "596a87b876d7793be7be060a8ac13424de120dd5"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/mpdf\/zipball\/596a87b876d7793be7be060a8ac13424de120dd5",
                "reference": "596a87b876d7793be7be060a8ac13424de120dd5",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "ext-mbstring": "*",
                "mpdf\/psr-http-message-shim": "^1.0 || ^2.0",
                "mpdf\/psr-log-aware-trait": "^2.0 || ^3.0",
                "myclabs\/deep-copy": "^1.7",
                "paragonie\/random_compat": "^1.4|^2.0|^9.99.99",
                "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
                "psr\/http-message": "^1.0 || ^2.0",
                "psr\/log": "^1.0 || ^2.0 || ^3.0",
                "setasign\/fpdi": "^2.1"
            },
            "require-dev": {
                "mockery\/mockery": "^1.3.0",
                "mpdf\/qrcode": "^1.1.0",
                "squizlabs\/php_codesniffer": "^3.5.0",
                "tracy\/tracy": "~2.5",
                "yoast\/phpunit-polyfills": "^1.0"
            },
            "suggest": {
                "ext-bcmath": "Needed for generation of some types of barcodes",
                "ext-xml": "Needed mainly for SVG manipulation",
                "ext-zlib": "Needed for compression of embedded resources, such as fonts"
            },
            "time": "2023-11-07T13:52:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/functions.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\Mpdf\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "GPL-2.0-only"
            ],
            "authors": [
                {
                    "name": "Mat\u011bj Hump\u00e1l",
                    "role": "Developer, maintainer"
                },
                {
                    "name": "Ian Back",
                    "role": "Developer (retired)"
                }
            ],
            "description": "PHP library generating PDF files from UTF-8 encoded HTML",
            "homepage": "https:\/\/mpdf.github.io",
            "keywords": [
                "pdf",
                "php",
                "utf-8"
            ],
            "support": {
                "docs": "http:\/\/mpdf.github.io",
                "issues": "https:\/\/github.com\/mpdf\/mpdf\/issues",
                "source": "https:\/\/github.com\/mpdf\/mpdf"
            },
            "funding": [
                {
                    "url": "https:\/\/www.paypal.me\/mpdf",
                    "type": "custom"
                }
            ],
            "install-path": "..\/mpdf\/mpdf"
        },
        {
            "name": "mpdf\/psr-http-message-shim",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/psr-http-message-shim.git",
                "reference": "3206e6b80b6d2479e148ee497e9f2bebadc919db"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/psr-http-message-shim\/zipball\/3206e6b80b6d2479e148ee497e9f2bebadc919db",
                "reference": "3206e6b80b6d2479e148ee497e9f2bebadc919db",
                "shasum": ""
            },
            "require": {
                "psr\/http-message": "^1.0"
            },
            "time": "2023-09-01T05:59:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Mpdf\\PsrHttpMessageShim\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                },
                {
                    "name": "Nigel Cunningham",
                    "email": "nigel.cunningham@technocrat.com.au"
                }
            ],
            "description": "Shim to allow support of different psr\/message versions.",
            "support": {
                "issues": "https:\/\/github.com\/mpdf\/psr-http-message-shim\/issues",
                "source": "https:\/\/github.com\/mpdf\/psr-http-message-shim\/tree\/1.0.0"
            },
            "install-path": "..\/mpdf\/psr-http-message-shim"
        },
        {
            "name": "mpdf\/psr-log-aware-trait",
            "version": "v2.0.0",
            "version_normalized": "2.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/mpdf\/psr-log-aware-trait.git",
                "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/mpdf\/psr-log-aware-trait\/zipball\/7a077416e8f39eb626dee4246e0af99dd9ace275",
                "reference": "7a077416e8f39eb626dee4246e0af99dd9ace275",
                "shasum": ""
            },
            "require": {
                "psr\/log": "^1.0 || ^2.0"
            },
            "time": "2023-05-03T06:18:28+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Mpdf\\PsrLogAwareTrait\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Dorison",
                    "email": "mark@chromatichq.com"
                },
                {
                    "name": "Kristofer Widholm",
                    "email": "kristofer@chromatichq.com"
                }
            ],
            "description": "Trait to allow support of different psr\/log versions.",
            "support": {
                "issues": "https:\/\/github.com\/mpdf\/psr-log-aware-trait\/issues",
                "source": "https:\/\/github.com\/mpdf\/psr-log-aware-trait\/tree\/v2.0.0"
            },
            "install-path": "..\/mpdf\/psr-log-aware-trait"
        },
        {
            "name": "myclabs\/deep-copy",
            "version": "1.13.4",
            "version_normalized": "1.13.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/DeepCopy.git",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/DeepCopy\/zipball\/07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "doctrine\/collections": "<1.6.8",
                "doctrine\/common": "<2.13.3 || >=3 <3.2.2"
            },
            "require-dev": {
                "doctrine\/collections": "^1.6.8",
                "doctrine\/common": "^2.13.3 || ^3.2.2",
                "phpspec\/prophecy": "^1.10",
                "phpunit\/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
            },
            "time": "2025-08-01T08:46:24+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/DeepCopy\/deep_copy.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\DeepCopy\\": "src\/DeepCopy\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "description": "Create deep copies (clones) of your objects",
            "keywords": [
                "clone",
                "copy",
                "duplicate",
                "object",
                "object graph"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/DeepCopy\/issues",
                "source": "https:\/\/github.com\/myclabs\/DeepCopy\/tree\/1.13.4"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/deep-copy",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/deep-copy"
        },
        {
            "name": "myclabs\/php-enum",
            "version": "1.8.5",
            "version_normalized": "1.8.5.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/myclabs\/php-enum.git",
                "reference": "e7be26966b7398204a234f8673fdad5ac6277802"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/myclabs\/php-enum\/zipball\/e7be26966b7398204a234f8673fdad5ac6277802",
                "reference": "e7be26966b7398204a234f8673fdad5ac6277802",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.3 || ^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.5",
                "squizlabs\/php_codesniffer": "1.*",
                "vimeo\/psalm": "^4.6.2 || ^5.2"
            },
            "time": "2025-01-14T11:49:03+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\MyCLabs\\Enum\\": "src\/"
                },
                "classmap": [
                    "stubs\/Stringable.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP Enum contributors",
                    "homepage": "https:\/\/github.com\/myclabs\/php-enum\/graphs\/contributors"
                }
            ],
            "description": "PHP Enum implementation",
            "homepage": "https:\/\/github.com\/myclabs\/php-enum",
            "keywords": [
                "enum"
            ],
            "support": {
                "issues": "https:\/\/github.com\/myclabs\/php-enum\/issues",
                "source": "https:\/\/github.com\/myclabs\/php-enum\/tree\/1.8.5"
            },
            "funding": [
                {
                    "url": "https:\/\/github.com\/mnapoli",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/php-enum",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/myclabs\/php-enum"
        },
        {
            "name": "paquettg\/php-html-parser",
            "version": "3.1.1",
            "version_normalized": "3.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paquettg\/php-html-parser.git",
                "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paquettg\/php-html-parser\/zipball\/4e01a438ad5961cc2d7427eb9798d213c8a12629",
                "reference": "4e01a438ad5961cc2d7427eb9798d213c8a12629",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-mbstring": "*",
                "ext-zlib": "*",
                "guzzlehttp\/guzzle": "^7.0",
                "guzzlehttp\/psr7": "^1.6",
                "myclabs\/php-enum": "^1.7",
                "paquettg\/string-encode": "~1.0.0",
                "php": ">=7.2",
                "php-http\/httplug": "^2.1"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^2.16",
                "infection\/infection": "^0.13.4",
                "mockery\/mockery": "^1.2",
                "phan\/phan": "^2.4",
                "phpunit\/phpunit": "^7.5.1"
            },
            "time": "2020-11-01T20:34:43+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\PHPHtmlParser\\": "src\/PHPHtmlParser"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gilles Paquette",
                    "email": "paquettg@gmail.com",
                    "homepage": "http:\/\/gillespaquette.ca"
                }
            ],
            "description": "An HTML DOM parser. It allows you to manipulate HTML. Find tags on an HTML page with selectors just like jQuery.",
            "homepage": "https:\/\/github.com\/paquettg\/php-html-parser",
            "keywords": [
                "dom",
                "html",
                "parser"
            ],
            "support": {
                "issues": "https:\/\/github.com\/paquettg\/php-html-parser\/issues",
                "source": "https:\/\/github.com\/paquettg\/php-html-parser\/tree\/3.1.1"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/paquettg\/php-html-parser",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/paquettg\/php-html-parser"
        },
        {
            "name": "paquettg\/string-encode",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paquettg\/string-encoder.git",
                "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paquettg\/string-encoder\/zipball\/a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
                "reference": "a8708e9fac9d5ddfc8fc2aac6004e2cd05d80fee",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "require-dev": {
                "phpunit\/phpunit": "^7.5.1"
            },
            "time": "2018-12-21T02:25:09+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\stringEncode\\": "src\/stringEncode\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Gilles Paquette",
                    "email": "paquettg@gmail.com",
                    "homepage": "http:\/\/gillespaquette.ca"
                }
            ],
            "description": "Facilitating the process of altering string encoding in PHP.",
            "homepage": "https:\/\/github.com\/paquettg\/string-encoder",
            "keywords": [
                "charset",
                "encoding",
                "string"
            ],
            "support": {
                "issues": "https:\/\/github.com\/paquettg\/string-encoder\/issues",
                "source": "https:\/\/github.com\/paquettg\/string-encoder\/tree\/1.0.1"
            },
            "install-path": "..\/paquettg\/string-encode"
        },
        {
            "name": "paragonie\/random_compat",
            "version": "v9.99.100",
            "version_normalized": "9.99.100.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paragonie\/random_compat.git",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paragonie\/random_compat\/zipball\/996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
                "shasum": ""
            },
            "require": {
                "php": ">= 7"
            },
            "require-dev": {
                "phpunit\/phpunit": "4.*|5.*",
                "vimeo\/psalm": "^1"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "time": "2020-10-15T08:29:30+00:00",
            "type": "library",
            "installation-source": "dist",
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https:\/\/paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "polyfill",
                "pseudorandom",
                "random"
            ],
            "support": {
                "email": "info@paragonie.com",
                "issues": "https:\/\/github.com\/paragonie\/random_compat\/issues",
                "source": "https:\/\/github.com\/paragonie\/random_compat"
            },
            "install-path": "..\/paragonie\/random_compat"
        },
        {
            "name": "paypal\/paypal-checkout-sdk",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paypal\/Checkout-PHP-SDK.git",
                "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paypal\/Checkout-PHP-SDK\/zipball\/ed6a55075448308b87a8b59dcb7fedf04a048cb1",
                "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1",
                "shasum": ""
            },
            "require": {
                "paypal\/paypalhttp": "1.0.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^5.7"
            },
            "time": "2019-11-07T23:16:44+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Sample\\": "samples\/",
                    "DynamicOOOS\\PayPalCheckoutSdk\\": "lib\/PayPalCheckoutSdk"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "https:\/\/github.com\/paypal\/Checkout-PHP-SDK\/blob\/master\/LICENSE"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https:\/\/github.com\/paypal\/Checkout-PHP-SDK\/contributors"
                }
            ],
            "description": "PayPal's PHP SDK for Checkout REST APIs",
            "homepage": "http:\/\/github.com\/paypal\/Checkout-PHP-SDK\/",
            "keywords": [
                "checkout",
                "orders",
                "payments",
                "paypal",
                "rest",
                "sdk"
            ],
            "support": {
                "issues": "https:\/\/github.com\/paypal\/Checkout-PHP-SDK\/issues",
                "source": "https:\/\/github.com\/paypal\/Checkout-PHP-SDK\/tree\/1.0.1"
            },
            "abandoned": "paypal\/paypal-server-sdk",
            "install-path": "..\/paypal\/paypal-checkout-sdk"
        },
        {
            "name": "paypal\/paypalhttp",
            "version": "1.0.0",
            "version_normalized": "1.0.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/paypal\/paypalhttp_php.git",
                "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/paypal\/paypalhttp_php\/zipball\/1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
                "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*"
            },
            "require-dev": {
                "phpunit\/phpunit": "^5.7",
                "wiremock-php\/wiremock-php": "1.43.2"
            },
            "time": "2019-11-06T21:27:12+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\PayPalHttp\\": "lib\/PayPalHttp"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https:\/\/github.com\/paypal\/paypalhttp_php\/contributors"
                }
            ],
            "support": {
                "issues": "https:\/\/github.com\/paypal\/paypalhttp_php\/issues",
                "source": "https:\/\/github.com\/paypal\/paypalhttp_php\/tree\/1.0.0"
            },
            "abandoned": true,
            "install-path": "..\/paypal\/paypalhttp"
        },
        {
            "name": "payum\/iso4217",
            "version": "1.0.2",
            "version_normalized": "1.0.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Payum\/iso4217.git",
                "reference": "faafdd2c5e799c673d7aa576aaf26fa2fb631014"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Payum\/iso4217\/zipball\/faafdd2c5e799c673d7aa576aaf26fa2fb631014",
                "reference": "faafdd2c5e799c673d7aa576aaf26fa2fb631014",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "~4.0"
            },
            "time": "2022-02-27T10:14:23+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Payum\\ISO4217\\": "."
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Rob Bast",
                    "email": "rob.bast@gmail.com"
                },
                {
                    "name": "Kotlyar Maksim",
                    "email": "kotlyar.maksim@gmail.com"
                },
                {
                    "name": "Payum project",
                    "homepage": "http:\/\/payum.org\/"
                },
                {
                    "name": "Community contributions",
                    "homepage": "https:\/\/github.com\/Payum\/Payum\/contributors"
                }
            ],
            "description": "ISO 4217 PHP Library",
            "homepage": "https:\/\/payum.forma-pro.com\/",
            "keywords": [
                "4217",
                "ISO 4217",
                "currencies",
                "iso",
                "library"
            ],
            "support": {
                "issues": "https:\/\/github.com\/payum\/iso4217\/issues",
                "source": "https:\/\/github.com\/payum\/iso4217"
            },
            "install-path": "..\/payum\/iso4217"
        },
        {
            "name": "phenx\/php-font-lib",
            "version": "0.5.6",
            "version_normalized": "0.5.6.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/dompdf\/php-font-lib.git",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/dompdf\/php-font-lib\/zipball\/a1681e9793040740a405ac5b189275059e2a9863",
                "reference": "a1681e9793040740a405ac5b189275059e2a9863",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*"
            },
            "require-dev": {
                "symfony\/phpunit-bridge": "^3 || ^4 || ^5 || ^6"
            },
            "time": "2024-01-29T14:45:26+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\FontLib\\": "src\/FontLib"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-2.1-or-later"
            ],
            "authors": [
                {
                    "name": "Fabien M\u00e9nager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse, export and make subsets of different types of font files.",
            "homepage": "https:\/\/github.com\/PhenX\/php-font-lib",
            "support": {
                "issues": "https:\/\/github.com\/dompdf\/php-font-lib\/issues",
                "source": "https:\/\/github.com\/dompdf\/php-font-lib\/tree\/0.5.6"
            },
            "install-path": "..\/phenx\/php-font-lib"
        },
        {
            "name": "phenx\/php-svg-lib",
            "version": "0.3.4",
            "version_normalized": "0.3.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/PhenX\/php-svg-lib.git",
                "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/PhenX\/php-svg-lib\/zipball\/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0",
                "sabberworm\/php-css-parser": "^8.3"
            },
            "require-dev": {
                "phpunit\/phpunit": "^9.5"
            },
            "time": "2021-10-18T02:13:32+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Svg\\": "src\/Svg"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Fabien M\u00e9nager",
                    "email": "fabien.menager@gmail.com"
                }
            ],
            "description": "A library to read, parse and export to PDF SVG files.",
            "homepage": "https:\/\/github.com\/PhenX\/php-svg-lib",
            "support": {
                "issues": "https:\/\/github.com\/PhenX\/php-svg-lib\/issues",
                "source": "https:\/\/github.com\/PhenX\/php-svg-lib\/tree\/0.3.4"
            },
            "install-path": "..\/phenx\/php-svg-lib"
        },
        {
            "name": "php-http\/httplug",
            "version": "2.4.1",
            "version_normalized": "2.4.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/httplug.git",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/httplug\/zipball\/5cad731844891a4c282f3f3e1b582c46839d22f4",
                "reference": "5cad731844891a4c282f3f3e1b582c46839d22f4",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0",
                "php-http\/promise": "^1.1",
                "psr\/http-client": "^1.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "require-dev": {
                "friends-of-phpspec\/phpspec-code-coverage": "^4.1 || ^5.0 || ^6.0",
                "phpspec\/phpspec": "^5.1 || ^6.0 || ^7.0"
            },
            "time": "2024-09-23T11:39:58+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Http\\Client\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Eric GELOEN",
                    "email": "geloen.eric@gmail.com"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com",
                    "homepage": "https:\/\/sagikazarmark.hu"
                }
            ],
            "description": "HTTPlug, the HTTP client abstraction for PHP",
            "homepage": "http:\/\/httplug.io",
            "keywords": [
                "client",
                "http"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/httplug\/issues",
                "source": "https:\/\/github.com\/php-http\/httplug\/tree\/2.4.1"
            },
            "install-path": "..\/php-http\/httplug"
        },
        {
            "name": "php-http\/promise",
            "version": "1.3.1",
            "version_normalized": "1.3.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-http\/promise.git",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-http\/promise\/zipball\/fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "reference": "fc85b1fba37c169a69a07ef0d5a8075770cc1f83",
                "shasum": ""
            },
            "require": {
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "friends-of-phpspec\/phpspec-code-coverage": "^4.3.2 || ^6.3",
                "phpspec\/phpspec": "^5.1.2 || ^6.2 || ^7.4"
            },
            "time": "2024-03-15T13:55:21+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Http\\Promise\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Joel Wurtz",
                    "email": "joel.wurtz@gmail.com"
                },
                {
                    "name": "M\u00e1rk S\u00e1gi-Kaz\u00e1r",
                    "email": "mark.sagikazar@gmail.com"
                }
            ],
            "description": "Promise used for asynchronous HTTP requests",
            "homepage": "http:\/\/httplug.io",
            "keywords": [
                "promise"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-http\/promise\/issues",
                "source": "https:\/\/github.com\/php-http\/promise\/tree\/1.3.1"
            },
            "install-path": "..\/php-http\/promise"
        },
        {
            "name": "psr\/cache",
            "version": "1.0.1",
            "version_normalized": "1.0.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/cache.git",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/cache\/zipball\/d11b50ad223250cf17b86e38383413f5a6764bf8",
                "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "time": "2016-08-06T20:24:11+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Psr\\Cache\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for caching libraries",
            "keywords": [
                "cache",
                "psr",
                "psr-6"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/cache\/tree\/master"
            },
            "install-path": "..\/psr\/cache"
        },
        {
            "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": {
                    "DynamicOOOS\\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\/http-client",
            "version": "1.0.3",
            "version_normalized": "1.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-client.git",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-client\/zipball\/bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
                "shasum": ""
            },
            "require": {
                "php": "^7.0 || ^8.0",
                "psr\/http-message": "^1.0 || ^2.0"
            },
            "time": "2023-09-23T14:17:50+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Psr\\Http\\Client\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for HTTP clients",
            "homepage": "https:\/\/github.com\/php-fig\/http-client",
            "keywords": [
                "http",
                "http-client",
                "psr",
                "psr-18"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-client"
            },
            "install-path": "..\/psr\/http-client"
        },
        {
            "name": "psr\/http-message",
            "version": "1.1",
            "version_normalized": "1.1.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/http-message.git",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/http-message\/zipball\/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "time": "2023-04-04T09:50:52+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Psr\\Http\\Message\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "http:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common interface for HTTP messages",
            "homepage": "https:\/\/github.com\/php-fig\/http-message",
            "keywords": [
                "http",
                "http-message",
                "psr",
                "psr-7",
                "request",
                "response"
            ],
            "support": {
                "source": "https:\/\/github.com\/php-fig\/http-message\/tree\/1.1"
            },
            "install-path": "..\/psr\/http-message"
        },
        {
            "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": {
                    "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": "ralouphie\/getallheaders",
            "version": "3.0.3",
            "version_normalized": "3.0.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/ralouphie\/getallheaders.git",
                "reference": "120b605dfeb996808c31b6477290a714d356e822"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/ralouphie\/getallheaders\/zipball\/120b605dfeb996808c31b6477290a714d356e822",
                "reference": "120b605dfeb996808c31b6477290a714d356e822",
                "shasum": ""
            },
            "require": {
                "php": ">=5.6"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "^2.1",
                "phpunit\/phpunit": "^5 || ^6.5"
            },
            "time": "2019-03-08T08:55:37+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "src\/getallheaders.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ralph Khattar",
                    "email": "ralph.khattar@gmail.com"
                }
            ],
            "description": "A polyfill for getallheaders.",
            "support": {
                "issues": "https:\/\/github.com\/ralouphie\/getallheaders\/issues",
                "source": "https:\/\/github.com\/ralouphie\/getallheaders\/tree\/develop"
            },
            "install-path": "..\/ralouphie\/getallheaders"
        },
        {
            "name": "sabberworm\/php-css-parser",
            "version": "v8.9.0",
            "version_normalized": "8.9.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/MyIntervals\/PHP-CSS-Parser.git",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/MyIntervals\/PHP-CSS-Parser\/zipball\/d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "reference": "d8e916507b88e389e26d4ab03c904a082aa66bb9",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": "^5.6.20 || ^7.0.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.41",
                "rawr\/cross-data-providers": "^2.0.0"
            },
            "suggest": {
                "ext-mbstring": "for parsing UTF-8 CSS"
            },
            "time": "2025-07-11T13:20:48+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "9.0.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Sabberworm\\CSS\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Raphael Schweikert"
                },
                {
                    "name": "Oliver Klee",
                    "email": "github@oliverklee.de"
                },
                {
                    "name": "Jake Hotson",
                    "email": "jake.github@qzdesign.co.uk"
                }
            ],
            "description": "Parser for CSS Files written in PHP",
            "homepage": "https:\/\/www.sabberworm.com\/blog\/2010\/6\/10\/php-css-parser",
            "keywords": [
                "css",
                "parser",
                "stylesheet"
            ],
            "support": {
                "issues": "https:\/\/github.com\/MyIntervals\/PHP-CSS-Parser\/issues",
                "source": "https:\/\/github.com\/MyIntervals\/PHP-CSS-Parser\/tree\/v8.9.0"
            },
            "install-path": "..\/sabberworm\/php-css-parser"
        },
        {
            "name": "setasign\/fpdi",
            "version": "v2.6.4",
            "version_normalized": "2.6.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/Setasign\/FPDI.git",
                "reference": "4b53852fde2734ec6a07e458a085db627c60eada"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/Setasign\/FPDI\/zipball\/4b53852fde2734ec6a07e458a085db627c60eada",
                "reference": "4b53852fde2734ec6a07e458a085db627c60eada",
                "shasum": ""
            },
            "require": {
                "ext-zlib": "*",
                "php": "^7.1 || ^8.0"
            },
            "conflict": {
                "setasign\/tfpdf": "<1.31"
            },
            "require-dev": {
                "phpunit\/phpunit": "^7",
                "setasign\/fpdf": "~1.8.6",
                "setasign\/tfpdf": "~1.33",
                "squizlabs\/php_codesniffer": "^3.5",
                "tecnickcom\/tcpdf": "^6.8"
            },
            "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": "2025-08-05T09:57:14+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\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.6.4"
            },
            "funding": [
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/setasign\/fpdi",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/setasign\/fpdi"
        },
        {
            "name": "spatie\/calendar-links",
            "version": "1.5.0",
            "version_normalized": "1.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/spatie\/calendar-links.git",
                "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/spatie\/calendar-links\/zipball\/fe4b566b6f47c1fac54e393ae72b44808ae48fa7",
                "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "require-dev": {
                "phpunit\/phpunit": "^8.5 || ^9.0",
                "spatie\/phpunit-snapshot-assertions": "^3.0|^4.0",
                "vimeo\/psalm": "^4.1"
            },
            "time": "2021-04-22T15:06:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Spatie\\CalendarLinks\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sebastian De Deyne",
                    "email": "sebastian@spatie.be",
                    "homepage": "https:\/\/spatie.be",
                    "role": "Developer"
                }
            ],
            "description": "Generate add to calendar links for Google, iCal and other calendar systems",
            "homepage": "https:\/\/github.com\/spatie\/calendar-links",
            "keywords": [
                "calendar-links",
                "spatie"
            ],
            "support": {
                "issues": "https:\/\/github.com\/spatie\/calendar-links\/issues",
                "source": "https:\/\/github.com\/spatie\/calendar-links\/tree\/1.5.0"
            },
            "funding": [
                {
                    "url": "https:\/\/spatie.be\/open-source\/support-us",
                    "type": "custom"
                }
            ],
            "install-path": "..\/spatie\/calendar-links"
        },
        {
            "name": "stripe\/stripe-php",
            "version": "v12.5.0",
            "version_normalized": "12.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/stripe\/stripe-php.git",
                "reference": "a4249b4a90437844f6c35e8701f8c68acd206f56"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/stripe\/stripe-php\/zipball\/a4249b4a90437844f6c35e8701f8c68acd206f56",
                "reference": "a4249b4a90437844f6c35e8701f8c68acd206f56",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "ext-mbstring": "*",
                "php": ">=5.6.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "3.5.0",
                "php-coveralls\/php-coveralls": "^2.5",
                "phpstan\/phpstan": "^1.2",
                "phpunit\/phpunit": "^5.7 || ^9.0"
            },
            "time": "2023-09-28T23:06:27+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Stripe\\": "lib\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Stripe and contributors",
                    "homepage": "https:\/\/github.com\/stripe\/stripe-php\/contributors"
                }
            ],
            "description": "Stripe PHP Library",
            "homepage": "https:\/\/stripe.com\/",
            "keywords": [
                "api",
                "payment processing",
                "stripe"
            ],
            "support": {
                "issues": "https:\/\/github.com\/stripe\/stripe-php\/issues",
                "source": "https:\/\/github.com\/stripe\/stripe-php\/tree\/v12.5.0"
            },
            "install-path": "..\/stripe\/stripe-php"
        },
        {
            "name": "sunra\/php-simple-html-dom-parser",
            "version": "v1.5.2",
            "version_normalized": "1.5.2.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/sunra\/php-simple-html-dom-parser.git",
                "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/sunra\/php-simple-html-dom-parser\/zipball\/75b9b1cb64502d8f8c04dc11b5906b969af247c6",
                "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": ">=5.3.2"
            },
            "time": "2016-11-22T22:57:47+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Sunra\\PhpSimple\\HtmlDomParser\\": "Src\/Sunra\/PhpSimple\/HtmlDomParser\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Sunra",
                    "email": "sunra@yandex.ru",
                    "homepage": "https:\/\/github.com\/sunra"
                },
                {
                    "name": "S.C. Chen",
                    "homepage": "http:\/\/sourceforge.net\/projects\/simplehtmldom\/"
                }
            ],
            "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.",
            "homepage": "https:\/\/github.com\/sunra\/php-simple-html-dom-parser",
            "keywords": [
                "dom",
                "html",
                "parser"
            ],
            "support": {
                "issues": "https:\/\/github.com\/sunra\/php-simple-html-dom-parser\/issues",
                "source": "https:\/\/github.com\/sunra\/php-simple-html-dom-parser\/tree\/master"
            },
            "install-path": "..\/sunra\/php-simple-html-dom-parser"
        },
        {
            "name": "symfony\/cache",
            "version": "v5.4.46",
            "version_normalized": "5.4.46.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache.git",
                "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache\/zipball\/0fe08ee32cec2748fbfea10c52d3ee02049e0f6b",
                "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/cache": "^1.0|^2.0",
                "psr\/log": "^1.1|^2|^3",
                "symfony\/cache-contracts": "^1.1.7|^2",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php73": "^1.9",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/var-exporter": "^4.4|^5.0|^6.0"
            },
            "conflict": {
                "doctrine\/dbal": "<2.13.1",
                "symfony\/dependency-injection": "<4.4",
                "symfony\/http-kernel": "<4.4",
                "symfony\/var-dumper": "<4.4"
            },
            "provide": {
                "psr\/cache-implementation": "1.0|2.0",
                "psr\/simple-cache-implementation": "1.0|2.0",
                "symfony\/cache-implementation": "1.0|2.0"
            },
            "require-dev": {
                "cache\/integration-tests": "dev-master",
                "doctrine\/cache": "^1.6|^2.0",
                "doctrine\/dbal": "^2.13.1|^3|^4",
                "predis\/predis": "^1.1|^2.0",
                "psr\/simple-cache": "^1.0|^2.0",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/dependency-injection": "^4.4|^5.0|^6.0",
                "symfony\/filesystem": "^4.4|^5.0|^6.0",
                "symfony\/http-kernel": "^4.4|^5.0|^6.0",
                "symfony\/messenger": "^4.4|^5.0|^6.0",
                "symfony\/var-dumper": "^4.4|^5.0|^6.0"
            },
            "time": "2024-11-04T11:43:55+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Component\\Cache\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "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": "Provides extended PSR-6, PSR-16 (and tags) implementations",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "caching",
                "psr6"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache\/tree\/v5.4.46"
            },
            "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\/cache"
        },
        {
            "name": "symfony\/cache-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/cache-contracts.git",
                "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/cache-contracts\/zipball\/517c3a3619dadfa6952c4651767fcadffb4df65e",
                "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/cache": "^1.0|^2.0|^3.0"
            },
            "suggest": {
                "symfony\/cache-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Contracts\\Cache\\": ""
                }
            },
            "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": "Generic abstractions related to caching",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/cache-contracts\/tree\/v2.5.4"
            },
            "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\/cache-contracts"
        },
        {
            "name": "symfony\/css-selector",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/css-selector.git",
                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/css-selector\/zipball\/4f7f3c35fba88146b56d0025d20ace3f3901f097",
                "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-php80": "^1.16"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Component\\CssSelector\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Jean-Fran\u00e7ois Simon",
                    "email": "jeanfrancois.simon@sensiolabs.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Converts CSS selectors to XPath expressions",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/css-selector\/tree\/v5.4.45"
            },
            "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\/css-selector"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/605389f2a7e5625f273b53960dc46aeaf9c62918",
                "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "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\/v2.5.4"
            },
            "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\/dom-crawler",
            "version": "v3.4.47",
            "version_normalized": "3.4.47.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/dom-crawler.git",
                "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/dom-crawler\/zipball\/ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
                "reference": "ef97bcfbae5b384b4ca6c8d57b617722f15241a6",
                "shasum": ""
            },
            "require": {
                "php": "^5.5.9|>=7.0.8",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "symfony\/css-selector": "~2.8|~3.0|~4.0"
            },
            "suggest": {
                "symfony\/css-selector": ""
            },
            "time": "2020-10-24T10:57:07+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Component\\DomCrawler\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony DomCrawler Component",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/dom-crawler\/tree\/v3.4.47"
            },
            "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\/dom-crawler"
        },
        {
            "name": "symfony\/expression-language",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/expression-language.git",
                "reference": "a784b66edc4c151eb05076d04707906ee2c209a9"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/expression-language\/zipball\/a784b66edc4c151eb05076d04707906ee2c209a9",
                "reference": "a784b66edc4c151eb05076d04707906ee2c209a9",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/cache": "^4.4|^5.0|^6.0",
                "symfony\/service-contracts": "^1.1|^2|^3"
            },
            "time": "2024-10-04T14:55:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Component\\ExpressionLanguage\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides an engine that can compile and evaluate expressions",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/expression-language\/tree\/v5.4.45"
            },
            "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\/expression-language"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.33.0",
            "version_normalized": "1.33.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": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\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.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-ctype"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
                "shasum": ""
            },
            "require": {
                "ext-iconv": "*",
                "php": ">=7.2"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-12-23T08:48:59+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\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.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "symfony\/polyfill-php73",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php73.git",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php73\/zipball\/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2024-09-09T11:45:10+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Polyfill\\Php73\\": ""
                },
                "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 7.3+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php73\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php73"
        },
        {
            "name": "symfony\/polyfill-php80",
            "version": "v1.33.0",
            "version_normalized": "1.33.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2"
            },
            "time": "2025-01-02T08:10:11+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/polyfill",
                    "name": "symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Polyfill\\Php80\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ion Bazan",
                    "email": "ion.bazan@gmail.com"
                },
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php80\/tree\/v1.33.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/github.com\/nicolas-grekas",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php80"
        },
        {
            "name": "symfony\/service-contracts",
            "version": "v2.5.4",
            "version_normalized": "2.5.4.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/f37b419f7aea2e9abf10abd261832cace12e3300",
                "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/container": "^1.1",
                "symfony\/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony\/service-implementation": ""
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "url": "https:\/\/github.com\/symfony\/contracts",
                    "name": "symfony\/contracts"
                },
                "branch-alias": {
                    "dev-main": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Contracts\\Service\\": ""
                }
            },
            "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": "Generic abstractions related to writing services",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.4"
            },
            "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\/service-contracts"
        },
        {
            "name": "symfony\/var-exporter",
            "version": "v5.4.45",
            "version_normalized": "5.4.45.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/var-exporter.git",
                "reference": "862700068db0ddfd8c5b850671e029a90246ec75"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/var-exporter\/zipball\/862700068db0ddfd8c5b850671e029a90246ec75",
                "reference": "862700068db0ddfd8c5b850671e029a90246ec75",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-php80": "^1.16"
            },
            "require-dev": {
                "symfony\/var-dumper": "^4.4.9|^5.0.9|^6.0"
            },
            "time": "2024-09-25T14:11:13+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\Symfony\\Component\\VarExporter\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "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": "Allows exporting any serializable PHP data structure to plain PHP code",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "clone",
                "construct",
                "export",
                "hydrate",
                "instantiate",
                "serialize"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/var-exporter\/tree\/v5.4.45"
            },
            "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\/var-exporter"
        },
        {
            "name": "tecnickcom\/tcpdf",
            "version": "6.7.8",
            "version_normalized": "6.7.8.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/tecnickcom\/TCPDF.git",
                "reference": "7956f5e37863c6a569d5ccfae826f353a12a2493"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/tecnickcom\/TCPDF\/zipball\/7956f5e37863c6a569d5ccfae826f353a12a2493",
                "reference": "7956f5e37863c6a569d5ccfae826f353a12a2493",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.0"
            },
            "time": "2024-12-13T19:31:40+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "classmap": [
                    "config",
                    "include",
                    "tcpdf.php",
                    "tcpdf_parser.php",
                    "tcpdf_import.php",
                    "tcpdf_barcodes_1d.php",
                    "tcpdf_barcodes_2d.php",
                    "include\/tcpdf_colors.php",
                    "include\/tcpdf_filters.php",
                    "include\/tcpdf_font_data.php",
                    "include\/tcpdf_fonts.php",
                    "include\/tcpdf_images.php",
                    "include\/tcpdf_static.php",
                    "include\/barcodes\/datamatrix.php",
                    "include\/barcodes\/pdf417.php",
                    "include\/barcodes\/qrcode.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "LGPL-3.0-or-later"
            ],
            "authors": [
                {
                    "name": "Nicola Asuni",
                    "email": "info@tecnick.com",
                    "role": "lead"
                }
            ],
            "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
            "homepage": "http:\/\/www.tcpdf.org\/",
            "keywords": [
                "PDFD32000-2008",
                "TCPDF",
                "barcodes",
                "datamatrix",
                "pdf",
                "pdf417",
                "qrcode"
            ],
            "support": {
                "issues": "https:\/\/github.com\/tecnickcom\/TCPDF\/issues",
                "source": "https:\/\/github.com\/tecnickcom\/TCPDF\/tree\/6.7.8"
            },
            "funding": [
                {
                    "url": "https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&currency_code=GBP&business=paypal@tecnick.com&item_name=donation%20for%20tcpdf%20project",
                    "type": "custom"
                }
            ],
            "install-path": "..\/tecnickcom\/tcpdf"
        },
        {
            "name": "telegram-bot\/api",
            "version": "v2.5.0",
            "version_normalized": "2.5.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/TelegramBot\/Api.git",
                "reference": "eaae3526223db49a1bad76a2dfa501dc287979cf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/TelegramBot\/Api\/zipball\/eaae3526223db49a1bad76a2dfa501dc287979cf",
                "reference": "eaae3526223db49a1bad76a2dfa501dc287979cf",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "ext-json": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "friendsofphp\/php-cs-fixer": "^3.16",
                "symfony\/phpunit-bridge": "*",
                "vimeo\/psalm": "^5.9"
            },
            "time": "2023-08-09T13:53:12+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\TelegramBot\\Api\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ilya Gusev",
                    "email": "mail@igusev.ru",
                    "homepage": "https:\/\/php-cat.com",
                    "role": "Developer"
                }
            ],
            "description": "PHP Wrapper for Telegram Bot API",
            "homepage": "https:\/\/github.com\/TelegramBot\/Api",
            "keywords": [
                "bot",
                "bot api",
                "php",
                "telegram"
            ],
            "support": {
                "issues": "https:\/\/github.com\/TelegramBot\/Api\/issues",
                "source": "https:\/\/github.com\/TelegramBot\/Api\/tree\/v2.5.0"
            },
            "install-path": "..\/telegram-bot\/api"
        },
        {
            "name": "tijsverkoyen\/css-to-inline-styles",
            "version": "v2.3.0",
            "version_normalized": "2.3.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/tijsverkoyen\/CssToInlineStyles.git",
                "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/tijsverkoyen\/CssToInlineStyles\/zipball\/0d72ac1c00084279c1816675284073c5a337c20d",
                "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
                "shasum": ""
            },
            "require": {
                "ext-dom": "*",
                "ext-libxml": "*",
                "php": "^7.4 || ^8.0",
                "symfony\/css-selector": "^5.4 || ^6.0 || ^7.0"
            },
            "require-dev": {
                "phpstan\/phpstan": "^2.0",
                "phpstan\/phpstan-phpunit": "^2.0",
                "phpunit\/phpunit": "^8.5.21 || ^9.5.10"
            },
            "time": "2024-12-21T16:25:41+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.x-dev"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "DynamicOOOS\\TijsVerkoyen\\CssToInlineStyles\\": "src"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Tijs Verkoyen",
                    "email": "css_to_inline_styles@verkoyen.eu",
                    "role": "Developer"
                }
            ],
            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages\/files into HTML-pages\/files with inline styles. This is very useful when you're sending emails.",
            "homepage": "https:\/\/github.com\/tijsverkoyen\/CssToInlineStyles",
            "support": {
                "issues": "https:\/\/github.com\/tijsverkoyen\/CssToInlineStyles\/issues",
                "source": "https:\/\/github.com\/tijsverkoyen\/CssToInlineStyles\/tree\/v2.3.0"
            },
            "install-path": "..\/tijsverkoyen\/css-to-inline-styles"
        }
    ],
    "dev": false,
    "dev-package-names": []
}