{
        "packages": [
                {
                        "name": "bacon/bacon-qr-code",
                        "version": "2.0.8",
                        "version_normalized": "2.0.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Bacon/BaconQrCode.git",
                                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
                                "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
                                "shasum": ""
                        },
                        "require": {
                                "dasprid/enum": "^1.0.3",
                                "ext-iconv": "*",
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "phly/keep-a-changelog": "^2.1",
                                "phpunit/phpunit": "^7 | ^8 | ^9",
                                "spatie/phpunit-snapshot-assertions": "^4.2.9",
                                "squizlabs/php_codesniffer": "^3.4"
                        },
                        "suggest": {
                                "ext-imagick": "to generate QR code images"
                        },
                        "time": "2022-12-07T17:46:57+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "BaconQrCode\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-2-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Ben Scholzen 'DASPRiD'",
                                        "email": "mail@dasprids.de",
                                        "homepage": "https://dasprids.de/",
                                        "role": "Developer"
                                }
                        ],
                        "description": "BaconQrCode is a QR code generator for PHP.",
                        "homepage": "https://github.com/Bacon/BaconQrCode",
                        "support": {
                                "issues": "https://github.com/Bacon/BaconQrCode/issues",
                                "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8"
                        },
                        "install-path": "../bacon/bacon-qr-code"
                },
                {
                        "name": "brick/math",
                        "version": "0.12.1",
                        "version_normalized": "0.12.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/brick/math.git",
                                "reference": "f510c0a40911935b77b86859eb5223d58d660df1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/brick/math/zipball/f510c0a40911935b77b86859eb5223d58d660df1",
                                "reference": "f510c0a40911935b77b86859eb5223d58d660df1",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^8.1"
                        },
                        "require-dev": {
                                "php-coveralls/php-coveralls": "^2.2",
                                "phpunit/phpunit": "^10.1",
                                "vimeo/psalm": "5.16.0"
                        },
                        "time": "2023-11-29T23:19:16+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Brick\\Math\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "Arbitrary-precision arithmetic library",
                        "keywords": [
                                "Arbitrary-precision",
                                "BigInteger",
                                "BigRational",
                                "arithmetic",
                                "bigdecimal",
                                "bignum",
                                "bignumber",
                                "brick",
                                "decimal",
                                "integer",
                                "math",
                                "mathematics",
                                "rational"
                        ],
                        "support": {
                                "issues": "https://github.com/brick/math/issues",
                                "source": "https://github.com/brick/math/tree/0.12.1"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/BenMorel",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../brick/math"
                },
                {
                        "name": "dasprid/enum",
                        "version": "1.0.6",
                        "version_normalized": "1.0.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/DASPRiD/Enum.git",
                                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                                "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1 <9.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
                                "squizlabs/php_codesniffer": "*"
                        },
                        "time": "2024-08-09T14:30:48+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "DASPRiD\\Enum\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-2-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Ben Scholzen 'DASPRiD'",
                                        "email": "mail@dasprids.de",
                                        "homepage": "https://dasprids.de/",
                                        "role": "Developer"
                                }
                        ],
                        "description": "PHP 7.1 enum implementation",
                        "keywords": [
                                "enum",
                                "map"
                        ],
                        "support": {
                                "issues": "https://github.com/DASPRiD/Enum/issues",
                                "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
                        },
                        "install-path": "../dasprid/enum"
                },
                {
                        "name": "endroid/qr-code",
                        "version": "3.9.7",
                        "version_normalized": "3.9.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/endroid/qr-code.git",
                                "reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/endroid/qr-code/zipball/94563d7b3105288e6ac53a67ae720e3669fac1f6",
                                "reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6",
                                "shasum": ""
                        },
                        "require": {
                                "bacon/bacon-qr-code": "^2.0",
                                "khanamiryan/qrcode-detector-decoder": "^1.0.5",
                                "myclabs/php-enum": "^1.5",
                                "php": "^7.3||^8.0",
                                "symfony/options-resolver": "^3.4||^4.4||^5.0",
                                "symfony/property-access": "^3.4||^4.4||^5.0"
                        },
                        "require-dev": {
                                "endroid/quality": "^1.5.2",
                                "setasign/fpdf": "^1.8"
                        },
                        "suggest": {
                                "ext-gd": "Required for generating PNG images",
                                "roave/security-advisories": "Avoids installation of package versions with vulnerabilities",
                                "setasign/fpdf": "Required to use the FPDF writer.",
                                "symfony/security-checker": "Checks your composer.lock for vulnerabilities"
                        },
                        "time": "2021-04-20T19:10:54+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Endroid\\QrCode\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jeroen van den Enden",
                                        "email": "info@endroid.nl"
                                }
                        ],
                        "description": "Endroid QR Code",
                        "homepage": "https://github.com/endroid/qr-code",
                        "keywords": [
                                "bundle",
                                "code",
                                "endroid",
                                "php",
                                "qr",
                                "qrcode"
                        ],
                        "support": {
                                "issues": "https://github.com/endroid/qr-code/issues",
                                "source": "https://github.com/endroid/qr-code/tree/3.9.7"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/endroid",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../endroid/qr-code"
                },
                {
                        "name": "khanamiryan/qrcode-detector-decoder",
                        "version": "1.0.6",
                        "version_normalized": "1.0.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/khanamiryan/php-qrcode-detector-decoder.git",
                                "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/khanamiryan/php-qrcode-detector-decoder/zipball/45326fb83a2a375065dbb3a134b5b8a5872da569",
                                "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.6"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",
                                "rector/rector": "^0.13.6",
                                "symplify/easy-coding-standard": "^11.0"
                        },
                        "time": "2022-06-29T09:25:13+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "lib/Common/customFunctions.php"
                                ],
                                "psr-4": {
                                        "Zxing\\": "lib/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT",
                                "Apache-2.0"
                        ],
                        "authors": [
                                {
                                        "name": "Ashot Khanamiryan",
                                        "email": "a.khanamiryan@gmail.com",
                                        "homepage": "https://github.com/khanamiryan",
                                        "role": "Developer"
                                }
                        ],
                        "description": "QR code decoder / reader",
                        "homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder/",
                        "keywords": [
                                "barcode",
                                "qr",
                                "zxing"
                        ],
                        "support": {
                                "issues": "https://github.com/khanamiryan/php-qrcode-detector-decoder/issues",
                                "source": "https://github.com/khanamiryan/php-qrcode-detector-decoder/tree/1.0.6"
                        },
                        "install-path": "../khanamiryan/qrcode-detector-decoder"
                },
                {
                        "name": "myclabs/php-enum",
                        "version": "1.8.4",
                        "version_normalized": "1.8.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/myclabs/php-enum.git",
                                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/myclabs/php-enum/zipball/a867478eae49c9f59ece437ae7f9506bfaa27483",
                                "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "php": "^7.3 || ^8.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^9.5",
                                "squizlabs/php_codesniffer": "1.*",
                                "vimeo/psalm": "^4.6.2"
                        },
                        "time": "2022-08-04T09:53:51+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "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": "http://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.4"
                        },
                        "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": "phpmailer/phpmailer",
                        "version": "v6.9.2",
                        "version_normalized": "6.9.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/PHPMailer/PHPMailer.git",
                                "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a7b17b42fa4887c92146243f3d2f4ccb962af17c",
                                "reference": "a7b17b42fa4887c92146243f3d2f4ccb962af17c",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "ext-filter": "*",
                                "ext-hash": "*",
                                "php": ">=5.5.0"
                        },
                        "require-dev": {
                                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                                "phpcompatibility/php-compatibility": "^9.3.5",
                                "roave/security-advisories": "dev-latest",
                                "squizlabs/php_codesniffer": "^3.7.2",
                                "yoast/phpunit-polyfills": "^1.0.4"
                        },
                        "suggest": {
                                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                                "psr/log": "For optional PSR-3 debug logging",
                                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
                        },
                        "time": "2024-10-09T10:07:50+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PHPMailer\\PHPMailer\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-2.1-only"
                        ],
                        "authors": [
                                {
                                        "name": "Marcus Bointon",
                                        "email": "phpmailer@synchromedia.co.uk"
                                },
                                {
                                        "name": "Jim Jagielski",
                                        "email": "jimjag@gmail.com"
                                },
                                {
                                        "name": "Andy Prevost",
                                        "email": "codeworxtech@users.sourceforge.net"
                                },
                                {
                                        "name": "Brent R. Matzelle"
                                }
                        ],
                        "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
                        "support": {
                                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.2"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/Synchro",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../phpmailer/phpmailer"
                },
                {
                        "name": "picqer/php-barcode-generator",
                        "version": "v2.4.2",
                        "version_normalized": "2.4.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/picqer/php-barcode-generator.git",
                                "reference": "e9d39681f617705492b609fc3fc58465ef88e8fd"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/picqer/php-barcode-generator/zipball/e9d39681f617705492b609fc3fc58465ef88e8fd",
                                "reference": "e9d39681f617705492b609fc3fc58465ef88e8fd",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "php": "^8.1"
                        },
                        "require-dev": {
                                "phpstan/phpstan": "^1.10",
                                "phpunit/phpunit": "^9.5"
                        },
                        "suggest": {
                                "ext-bcmath": "Barcode IMB (Intelligent Mail Barcode) needs bcmath extension",
                                "ext-gd": "For JPG and PNG generators, GD or Imagick is required",
                                "ext-imagick": "For JPG and PNG generators, GD or Imagick is required"
                        },
                        "time": "2024-09-18T08:09:33+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Picqer\\Barcode\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-3.0-or-later"
                        ],
                        "authors": [
                                {
                                        "name": "Nicola Asuni",
                                        "email": "info@tecnick.com",
                                        "homepage": "http://nicolaasuni.tecnick.com"
                                },
                                {
                                        "name": "Casper Bakker",
                                        "email": "info@picqer.com",
                                        "homepage": "https://picqer.com"
                                }
                        ],
                        "description": "An easy to use, non-bloated, barcode generator in PHP. Creates SVG, PNG, JPG and HTML images from the most used 1D barcode standards.",
                        "homepage": "https://github.com/picqer/php-barcode-generator",
                        "keywords": [
                                "CODABAR",
                                "Code11",
                                "Code93",
                                "EAN13",
                                "KIX",
                                "KIXCODE",
                                "MSI",
                                "POSTNET",
                                "Pharma",
                                "Standard 2 of 5",
                                "barcode",
                                "barcode generator",
                                "code128",
                                "code39",
                                "ean",
                                "html",
                                "jpeg",
                                "jpg",
                                "php",
                                "png",
                                "svg",
                                "upc"
                        ],
                        "support": {
                                "issues": "https://github.com/picqer/php-barcode-generator/issues",
                                "source": "https://github.com/picqer/php-barcode-generator/tree/v2.4.2"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/casperbakker",
                                        "type": "github"
                                }
                        ],
                        "install-path": "../picqer/php-barcode-generator"
                },
                {
                        "name": "ramsey/collection",
                        "version": "2.0.0",
                        "version_normalized": "2.0.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ramsey/collection.git",
                                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^8.1"
                        },
                        "require-dev": {
                                "captainhook/plugin-composer": "^5.3",
                                "ergebnis/composer-normalize": "^2.28.3",
                                "fakerphp/faker": "^1.21",
                                "hamcrest/hamcrest-php": "^2.0",
                                "jangregor/phpstan-prophecy": "^1.0",
                                "mockery/mockery": "^1.5",
                                "php-parallel-lint/php-console-highlighter": "^1.0",
                                "php-parallel-lint/php-parallel-lint": "^1.3",
                                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
                                "phpspec/prophecy-phpunit": "^2.0",
                                "phpstan/extension-installer": "^1.2",
                                "phpstan/phpstan": "^1.9",
                                "phpstan/phpstan-mockery": "^1.1",
                                "phpstan/phpstan-phpunit": "^1.3",
                                "phpunit/phpunit": "^9.5",
                                "psalm/plugin-mockery": "^1.1",
                                "psalm/plugin-phpunit": "^0.18.4",
                                "ramsey/coding-standard": "^2.0.3",
                                "ramsey/conventional-commits": "^1.3",
                                "vimeo/psalm": "^5.4"
                        },
                        "time": "2022-12-31T21:50:55+00:00",
                        "type": "library",
                        "extra": {
                                "captainhook": {
                                        "force-install": true
                                },
                                "ramsey/conventional-commits": {
                                        "configFile": "conventional-commits.json"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Ramsey\\Collection\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ben Ramsey",
                                        "email": "ben@benramsey.com",
                                        "homepage": "https://benramsey.com"
                                }
                        ],
                        "description": "A PHP library for representing and manipulating collections.",
                        "keywords": [
                                "array",
                                "collection",
                                "hash",
                                "map",
                                "queue",
                                "set"
                        ],
                        "support": {
                                "issues": "https://github.com/ramsey/collection/issues",
                                "source": "https://github.com/ramsey/collection/tree/2.0.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/ramsey",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../ramsey/collection"
                },
                {
                        "name": "ramsey/uuid",
                        "version": "4.7.6",
                        "version_normalized": "4.7.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ramsey/uuid.git",
                                "reference": "91039bc1faa45ba123c4328958e620d382ec7088"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ramsey/uuid/zipball/91039bc1faa45ba123c4328958e620d382ec7088",
                                "reference": "91039bc1faa45ba123c4328958e620d382ec7088",
                                "shasum": ""
                        },
                        "require": {
                                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12",
                                "ext-json": "*",
                                "php": "^8.0",
                                "ramsey/collection": "^1.2 || ^2.0"
                        },
                        "replace": {
                                "rhumsaa/uuid": "self.version"
                        },
                        "require-dev": {
                                "captainhook/captainhook": "^5.10",
                                "captainhook/plugin-composer": "^5.3",
                                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
                                "doctrine/annotations": "^1.8",
                                "ergebnis/composer-normalize": "^2.15",
                                "mockery/mockery": "^1.3",
                                "paragonie/random-lib": "^2",
                                "php-mock/php-mock": "^2.2",
                                "php-mock/php-mock-mockery": "^1.3",
                                "php-parallel-lint/php-parallel-lint": "^1.1",
                                "phpbench/phpbench": "^1.0",
                                "phpstan/extension-installer": "^1.1",
                                "phpstan/phpstan": "^1.8",
                                "phpstan/phpstan-mockery": "^1.1",
                                "phpstan/phpstan-phpunit": "^1.1",
                                "phpunit/phpunit": "^8.5 || ^9",
                                "ramsey/composer-repl": "^1.4",
                                "slevomat/coding-standard": "^8.4",
                                "squizlabs/php_codesniffer": "^3.5",
                                "vimeo/psalm": "^4.9"
                        },
                        "suggest": {
                                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
                                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
                                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
                                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
                        },
                        "time": "2024-04-27T21:32:50+00:00",
                        "type": "library",
                        "extra": {
                                "captainhook": {
                                        "force-install": true
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions.php"
                                ],
                                "psr-4": {
                                        "Ramsey\\Uuid\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
                        "keywords": [
                                "guid",
                                "identifier",
                                "uuid"
                        ],
                        "support": {
                                "issues": "https://github.com/ramsey/uuid/issues",
                                "source": "https://github.com/ramsey/uuid/tree/4.7.6"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/ramsey",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../ramsey/uuid"
                },
                {
                        "name": "symfony/deprecation-contracts",
                        "version": "v3.5.0",
                        "version_normalized": "3.5.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/deprecation-contracts.git",
                                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.1"
                        },
                        "time": "2024-04-18T09:32:20+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-main": "3.5-dev"
                                },
                                "thanks": {
                                        "name": "symfony/contracts",
                                        "url": "https://github.com/symfony/contracts"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "function.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "A generic function and convention to trigger deprecation notices",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/deprecation-contracts"
                },
                {
                        "name": "symfony/options-resolver",
                        "version": "v5.4.40",
                        "version_normalized": "5.4.40.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/options-resolver.git",
                                "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/bd1afbde6613a8d6b956115e0e14b196191fd0c4",
                                "reference": "bd1afbde6613a8d6b956115e0e14b196191fd0c4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2.5",
                                "symfony/deprecation-contracts": "^2.1|^3",
                                "symfony/polyfill-php73": "~1.0",
                                "symfony/polyfill-php80": "^1.16"
                        },
                        "time": "2024-05-31T14:33:22+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\OptionsResolver\\": ""
                                },
                                "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 improved replacement for the array_replace PHP function",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "config",
                                "configuration",
                                "options"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/options-resolver/tree/v5.4.40"
                        },
                        "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/options-resolver"
                },
                {
                        "name": "symfony/polyfill-ctype",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-ctype.git",
                                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
                                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "provide": {
                                "ext-ctype": "*"
                        },
                        "suggest": {
                                "ext-ctype": "For best performance"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Ctype\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Gert de Pagter",
                                        "email": "BackEndTea@gmail.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for ctype functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "ctype",
                                "polyfill",
                                "portable"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-ctype"
                },
                {
                        "name": "symfony/polyfill-intl-grapheme",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
                                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "suggest": {
                                "ext-intl": "For best performance"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                                }
                        },
                        "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 intl's grapheme_* functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "grapheme",
                                "intl",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-intl-grapheme"
                },
                {
                        "name": "symfony/polyfill-intl-normalizer",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
                                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
                                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "suggest": {
                                "ext-intl": "For best performance"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                                },
                                "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 for intl's Normalizer class and related functions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "intl",
                                "normalizer",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-intl-normalizer"
                },
                {
                        "name": "symfony/polyfill-mbstring",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-mbstring.git",
                                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
                                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "provide": {
                                "ext-mbstring": "*"
                        },
                        "suggest": {
                                "ext-mbstring": "For best performance"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Polyfill\\Mbstring\\": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Nicolas Grekas",
                                        "email": "p@tchwork.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony polyfill for the Mbstring extension",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "mbstring",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-mbstring"
                },
                {
                        "name": "symfony/polyfill-php73",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.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": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "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.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-php73"
                },
                {
                        "name": "symfony/polyfill-php80",
                        "version": "v1.31.0",
                        "version_normalized": "1.31.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php80.git",
                                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                                "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2"
                        },
                        "time": "2024-09-09T11:45:10+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "name": "symfony/polyfill",
                                        "url": "https://github.com/symfony/polyfill"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "bootstrap.php"
                                ],
                                "psr-4": {
                                        "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.31.0"
                        },
                        "funding": [
                                {
                                        "url": "https://symfony.com/sponsor",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://github.com/fabpot",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../symfony/polyfill-php80"
                },
                {
                        "name": "symfony/property-access",
                        "version": "v5.4.43",
                        "version_normalized": "5.4.43.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/property-access.git",
                                "reference": "2d751866b976a02e22743359733edc55cd20e9fd"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/property-access/zipball/2d751866b976a02e22743359733edc55cd20e9fd",
                                "reference": "2d751866b976a02e22743359733edc55cd20e9fd",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.2.5",
                                "symfony/deprecation-contracts": "^2.1|^3",
                                "symfony/polyfill-php80": "^1.16",
                                "symfony/property-info": "^5.2|^6.0"
                        },
                        "require-dev": {
                                "symfony/cache": "^4.4|^5.0|^6.0"
                        },
                        "suggest": {
                                "psr/cache-implementation": "To cache access methods."
                        },
                        "time": "2024-08-29T08:50:14+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\PropertyAccess\\": ""
                                },
                                "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 functions to read and write from/to an object or array using a simple string notation",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "access",
                                "array",
                                "extraction",
                                "index",
                                "injection",
                                "object",
                                "property",
                                "property-path",
                                "reflection"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/property-access/tree/v5.4.43"
                        },
                        "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/property-access"
                },
                {
                        "name": "symfony/property-info",
                        "version": "v6.4.10",
                        "version_normalized": "6.4.10.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/property-info.git",
                                "reference": "edaea9dcc723cb4a0ab6a00f7d6f8c07c0d8ff77"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/property-info/zipball/edaea9dcc723cb4a0ab6a00f7d6f8c07c0d8ff77",
                                "reference": "edaea9dcc723cb4a0ab6a00f7d6f8c07c0d8ff77",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.1",
                                "symfony/string": "^5.4|^6.0|^7.0"
                        },
                        "conflict": {
                                "phpdocumentor/reflection-docblock": "<5.2",
                                "phpdocumentor/type-resolver": "<1.5.1",
                                "symfony/dependency-injection": "<5.4",
                                "symfony/serializer": "<6.4"
                        },
                        "require-dev": {
                                "phpdocumentor/reflection-docblock": "^5.2",
                                "phpstan/phpdoc-parser": "^1.0",
                                "symfony/cache": "^5.4|^6.0|^7.0",
                                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
                                "symfony/serializer": "^6.4|^7.0"
                        },
                        "time": "2024-07-26T07:32:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\PropertyInfo\\": ""
                                },
                                "exclude-from-classmap": [
                                        "/Tests/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Kévin Dunglas",
                                        "email": "dunglas@gmail.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Extracts information about PHP class' properties using metadata of popular sources",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "doctrine",
                                "phpdoc",
                                "property",
                                "symfony",
                                "type",
                                "validator"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/property-info/tree/v6.4.10"
                        },
                        "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/property-info"
                },
                {
                        "name": "symfony/string",
                        "version": "v7.1.5",
                        "version_normalized": "7.1.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/string.git",
                                "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306",
                                "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=8.2",
                                "symfony/polyfill-ctype": "~1.8",
                                "symfony/polyfill-intl-grapheme": "~1.0",
                                "symfony/polyfill-intl-normalizer": "~1.0",
                                "symfony/polyfill-mbstring": "~1.0"
                        },
                        "conflict": {
                                "symfony/translation-contracts": "<2.5"
                        },
                        "require-dev": {
                                "symfony/emoji": "^7.1",
                                "symfony/error-handler": "^6.4|^7.0",
                                "symfony/http-client": "^6.4|^7.0",
                                "symfony/intl": "^6.4|^7.0",
                                "symfony/translation-contracts": "^2.5|^3.0",
                                "symfony/var-exporter": "^6.4|^7.0"
                        },
                        "time": "2024-09-20T08:28:38+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "Resources/functions.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Component\\String\\": ""
                                },
                                "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 an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "grapheme",
                                "i18n",
                                "string",
                                "unicode",
                                "utf-8",
                                "utf8"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/string/tree/v7.1.5"
                        },
                        "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/string"
                },
                {
                        "name": "tecnickcom/tcpdf",
                        "version": "6.7.6",
                        "version_normalized": "6.7.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/tecnickcom/TCPDF.git",
                                "reference": "4cf1ab192e87e6916d20f93077b2bdfa96a2f848"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/4cf1ab192e87e6916d20f93077b2bdfa96a2f848",
                                "reference": "4cf1ab192e87e6916d20f93077b2bdfa96a2f848",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.0"
                        },
                        "time": "2024-10-06T10:54:28+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.6"
                        },
                        "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"
                }
        ],
        "dev": true,
        "dev-package-names": []
}
