{
        "packages": [
                {
                        "name": "barryvdh/laravel-dompdf",
                        "version": "v0.8.2",
                        "version_normalized": "0.8.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/barryvdh/laravel-dompdf.git",
                                "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/7dcdecfa125c174d0abe723603633dc2756ea3af",
                                "reference": "7dcdecfa125c174d0abe723603633dc2756ea3af",
                                "shasum": ""
                        },
                        "require": {
                                "dompdf/dompdf": "^0.8",
                                "illuminate/support": "5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
                                "php": ">=5.5.9"
                        },
                        "time": "2018-02-07T17:43:25+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "0.8-dev"
                                },
                                "laravel": {
                                        "providers": [
                                                "Barryvdh\\DomPDF\\ServiceProvider"
                                        ],
                                        "aliases": {
                                                "PDF": "Barryvdh\\DomPDF\\Facade"
                                        }
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Barryvdh\\DomPDF\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Barry vd. Heuvel",
                                        "email": "barryvdh@gmail.com"
                                }
                        ],
                        "description": "A DOMPDF Wrapper for Laravel",
                        "keywords": [
                                "dompdf",
                                "laravel",
                                "pdf"
                        ],
                        "install-path": "../barryvdh/laravel-dompdf"
                },
                {
                        "name": "cocur/slugify",
                        "version": "v2.5",
                        "version_normalized": "2.5.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/cocur/slugify.git",
                                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/cocur/slugify/zipball/e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
                                "reference": "e8167e9a3236044afebd6e8ab13ebeb3ec9ca145",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.9"
                        },
                        "require-dev": {
                                "laravel/framework": "~5.1",
                                "latte/latte": "~2.2",
                                "league/container": "^2.2.0",
                                "mikey179/vfsstream": "~1.6",
                                "mockery/mockery": "~0.9",
                                "nette/di": "~2.2",
                                "phpunit/phpunit": "~4.8|~5.2",
                                "pimple/pimple": "~1.1",
                                "plumphp/plum": "~0.1",
                                "silex/silex": "~1.3",
                                "symfony/config": "~2.4|~3.0",
                                "symfony/dependency-injection": "~2.4|~3.0",
                                "symfony/http-kernel": "~2.4|~3.0",
                                "twig/twig": "~1.26|~2.0",
                                "zendframework/zend-modulemanager": "~2.2",
                                "zendframework/zend-servicemanager": "~2.2",
                                "zendframework/zend-view": "~2.2"
                        },
                        "time": "2017-03-23T21:52:55+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Cocur\\Slugify\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ivo Bathke",
                                        "email": "ivo.bathke@gmail.com"
                                },
                                {
                                        "name": "Florian Eckerstorfer",
                                        "email": "florian@eckerstorfer.co",
                                        "homepage": "https://florian.ec"
                                }
                        ],
                        "description": "Converts a string into a slug.",
                        "keywords": [
                                "slug",
                                "slugify"
                        ],
                        "support": {
                                "issues": "https://github.com/cocur/slugify/issues",
                                "source": "https://github.com/cocur/slugify/tree/master"
                        },
                        "install-path": "../cocur/slugify"
                },
                {
                        "name": "cviebrock/eloquent-sluggable",
                        "version": "4.2.5",
                        "version_normalized": "4.2.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/cviebrock/eloquent-sluggable.git",
                                "reference": "814e6c91bfdac9744cc3fae2f752daee36aff2d1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/cviebrock/eloquent-sluggable/zipball/814e6c91bfdac9744cc3fae2f752daee36aff2d1",
                                "reference": "814e6c91bfdac9744cc3fae2f752daee36aff2d1",
                                "shasum": ""
                        },
                        "require": {
                                "cocur/slugify": "^2.3",
                                "illuminate/config": "~5.4.0",
                                "illuminate/database": "~5.4.0",
                                "illuminate/support": "~5.4.0",
                                "php": "^7.0"
                        },
                        "require-dev": {
                                "mockery/mockery": "^0.9.4",
                                "orchestra/database": "~3.4.0",
                                "orchestra/testbench": "~3.4.0",
                                "phpunit/phpunit": "~5.7"
                        },
                        "time": "2017-09-05T14:59:20+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Cviebrock\\EloquentSluggable\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Colin Viebrock",
                                        "email": "colin@viebrock.ca"
                                }
                        ],
                        "description": "Easy creation of slugs for your Eloquent models in Laravel 5.",
                        "homepage": "https://github.com/cviebrock/eloquent-sluggable",
                        "keywords": [
                                "eloquent",
                                "laravel",
                                "slug"
                        ],
                        "support": {
                                "issues": "https://github.com/cviebrock/eloquent-sluggable/issues",
                                "source": "https://github.com/cviebrock/eloquent-sluggable/tree/4.2"
                        },
                        "install-path": "../cviebrock/eloquent-sluggable"
                },
                {
                        "name": "doctrine/deprecations",
                        "version": "1.1.4",
                        "version_normalized": "1.1.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/doctrine/deprecations.git",
                                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
                                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "doctrine/coding-standard": "^9 || ^12",
                                "phpstan/phpstan": "1.4.10 || 2.0.3",
                                "phpstan/phpstan-phpunit": "^1.0 || ^2",
                                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                                "psr/log": "^1 || ^2 || ^3"
                        },
                        "suggest": {
                                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
                        },
                        "time": "2024-12-07T21:18:45+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Doctrine\\Deprecations\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
                        "homepage": "https://www.doctrine-project.org/",
                        "support": {
                                "issues": "https://github.com/doctrine/deprecations/issues",
                                "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
                        },
                        "install-path": "../doctrine/deprecations"
                },
                {
                        "name": "doctrine/inflector",
                        "version": "1.4.4",
                        "version_normalized": "1.4.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/doctrine/inflector.git",
                                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                                "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "doctrine/coding-standard": "^8.0",
                                "phpstan/phpstan": "^0.12",
                                "phpstan/phpstan-phpunit": "^0.12",
                                "phpstan/phpstan-strict-rules": "^0.12",
                                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
                        },
                        "time": "2021-04-16T17:34:40+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Doctrine\\Inflector\\": "lib/Doctrine/Inflector",
                                        "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Guilherme Blanco",
                                        "email": "guilhermeblanco@gmail.com"
                                },
                                {
                                        "name": "Roman Borschel",
                                        "email": "roman@code-factory.org"
                                },
                                {
                                        "name": "Benjamin Eberlei",
                                        "email": "kontakt@beberlei.de"
                                },
                                {
                                        "name": "Jonathan Wage",
                                        "email": "jonwage@gmail.com"
                                },
                                {
                                        "name": "Johannes Schmitt",
                                        "email": "schmittjoh@gmail.com"
                                }
                        ],
                        "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
                        "homepage": "https://www.doctrine-project.org/projects/inflector.html",
                        "keywords": [
                                "inflection",
                                "inflector",
                                "lowercase",
                                "manipulation",
                                "php",
                                "plural",
                                "singular",
                                "strings",
                                "uppercase",
                                "words"
                        ],
                        "support": {
                                "issues": "https://github.com/doctrine/inflector/issues",
                                "source": "https://github.com/doctrine/inflector/tree/1.4.4"
                        },
                        "funding": [
                                {
                                        "url": "https://www.doctrine-project.org/sponsorship.html",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://www.patreon.com/phpdoctrine",
                                        "type": "patreon"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../doctrine/inflector"
                },
                {
                        "name": "doctrine/instantiator",
                        "version": "1.5.0",
                        "version_normalized": "1.5.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/doctrine/instantiator.git",
                                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
                                "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1 || ^8.0"
                        },
                        "require-dev": {
                                "doctrine/coding-standard": "^9 || ^11",
                                "ext-pdo": "*",
                                "ext-phar": "*",
                                "phpbench/phpbench": "^0.16 || ^1",
                                "phpstan/phpstan": "^1.4",
                                "phpstan/phpstan-phpunit": "^1",
                                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
                                "vimeo/psalm": "^4.30 || ^5.4"
                        },
                        "time": "2022-12-30T00:15:36+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Marco Pivetta",
                                        "email": "ocramius@gmail.com",
                                        "homepage": "https://ocramius.github.io/"
                                }
                        ],
                        "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
                        "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
                        "keywords": [
                                "constructor",
                                "instantiate"
                        ],
                        "support": {
                                "issues": "https://github.com/doctrine/instantiator/issues",
                                "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
                        },
                        "funding": [
                                {
                                        "url": "https://www.doctrine-project.org/sponsorship.html",
                                        "type": "custom"
                                },
                                {
                                        "url": "https://www.patreon.com/phpdoctrine",
                                        "type": "patreon"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../doctrine/instantiator"
                },
                {
                        "name": "dompdf/dompdf",
                        "version": "v0.8.6",
                        "version_normalized": "0.8.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/dompdf/dompdf.git",
                                "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5",
                                "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-mbstring": "*",
                                "phenx/php-font-lib": "^0.5.2",
                                "phenx/php-svg-lib": "^0.3.3",
                                "php": "^7.1"
                        },
                        "require-dev": {
                                "mockery/mockery": "^1.3",
                                "phpunit/phpunit": "^7.5",
                                "squizlabs/php_codesniffer": "^3.5"
                        },
                        "suggest": {
                                "ext-gd": "Needed to process images",
                                "ext-gmagick": "Improves image processing performance",
                                "ext-imagick": "Improves image processing performance",
                                "ext-zlib": "Needed for pdf stream compression"
                        },
                        "time": "2020-08-30T22:54:22+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-develop": "0.7-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Dompdf\\": "src/"
                                },
                                "classmap": [
                                        "lib/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-2.1"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Ménager",
                                        "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": "erusev/parsedown",
                        "version": "1.7.4",
                        "version_normalized": "1.7.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/erusev/parsedown.git",
                                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                                "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.35"
                        },
                        "time": "2019-12-30T22:54:17+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Parsedown": ""
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Emanuil Rusev",
                                        "email": "hello@erusev.com",
                                        "homepage": "http://erusev.com"
                                }
                        ],
                        "description": "Parser for Markdown.",
                        "homepage": "http://parsedown.org",
                        "keywords": [
                                "markdown",
                                "parser"
                        ],
                        "support": {
                                "issues": "https://github.com/erusev/parsedown/issues",
                                "source": "https://github.com/erusev/parsedown/tree/1.7.x"
                        },
                        "install-path": "../erusev/parsedown"
                },
                {
                        "name": "fzaninotto/faker",
                        "version": "v1.9.2",
                        "version_normalized": "1.9.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/fzaninotto/Faker.git",
                                "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
                                "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0"
                        },
                        "require-dev": {
                                "ext-intl": "*",
                                "phpunit/phpunit": "^4.8.35 || ^5.7",
                                "squizlabs/php_codesniffer": "^2.9.2"
                        },
                        "time": "2020-12-11T09:56:16+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.9-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Faker\\": "src/Faker/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "François Zaninotto"
                                }
                        ],
                        "description": "Faker is a PHP library that generates fake data for you.",
                        "keywords": [
                                "data",
                                "faker",
                                "fixtures"
                        ],
                        "support": {
                                "issues": "https://github.com/fzaninotto/Faker/issues",
                                "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2"
                        },
                        "abandoned": true,
                        "install-path": "../fzaninotto/faker"
                },
                {
                        "name": "hamcrest/hamcrest-php",
                        "version": "v1.2.2",
                        "version_normalized": "1.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/hamcrest/hamcrest-php.git",
                                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
                                "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.2"
                        },
                        "replace": {
                                "cordoval/hamcrest-php": "*",
                                "davedevelopment/hamcrest-php": "*",
                                "kodova/hamcrest-php": "*"
                        },
                        "require-dev": {
                                "phpunit/php-file-iterator": "1.3.3",
                                "satooshi/php-coveralls": "dev-master"
                        },
                        "time": "2015-05-11T14:41:42+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "hamcrest"
                                ],
                                "files": [
                                        "hamcrest/Hamcrest.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD"
                        ],
                        "description": "This is the PHP port of Hamcrest Matchers",
                        "keywords": [
                                "test"
                        ],
                        "install-path": "../hamcrest/hamcrest-php"
                },
                {
                        "name": "jeremeamia/superclosure",
                        "version": "2.4.0",
                        "version_normalized": "2.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/jeremeamia/super_closure.git",
                                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
                                "reference": "5707d5821b30b9a07acfb4d76949784aaa0e9ce9",
                                "shasum": ""
                        },
                        "require": {
                                "nikic/php-parser": "^1.2|^2.0|^3.0|^4.0",
                                "php": ">=5.4",
                                "symfony/polyfill-php56": "^1.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.0|^5.0"
                        },
                        "time": "2018-03-21T22:21:57+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "SuperClosure\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jeremy Lindblom",
                                        "email": "jeremeamia@gmail.com",
                                        "homepage": "https://github.com/jeremeamia",
                                        "role": "Developer"
                                }
                        ],
                        "description": "Serialize Closure objects, including their context and binding",
                        "homepage": "https://github.com/jeremeamia/super_closure",
                        "keywords": [
                                "closure",
                                "function",
                                "lambda",
                                "parser",
                                "serializable",
                                "serialize",
                                "tokenizer"
                        ],
                        "install-path": "../jeremeamia/superclosure"
                },
                {
                        "name": "kylekatarnls/update-helper",
                        "version": "1.2.1",
                        "version_normalized": "1.2.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/kylekatarnls/update-helper.git",
                                "reference": "429be50660ed8a196e0798e5939760f168ec8ce9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9",
                                "reference": "429be50660ed8a196e0798e5939760f168ec8ce9",
                                "shasum": ""
                        },
                        "require": {
                                "composer-plugin-api": "^1.1.0 || ^2.0.0",
                                "php": ">=5.3.0"
                        },
                        "require-dev": {
                                "codeclimate/php-test-reporter": "dev-master",
                                "composer/composer": "2.0.x-dev || ^2.0.0-dev",
                                "phpunit/phpunit": ">=4.8.35 <6.0"
                        },
                        "time": "2020-04-07T20:44:10+00:00",
                        "type": "composer-plugin",
                        "extra": {
                                "class": "UpdateHelper\\ComposerPlugin"
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "UpdateHelper\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Kyle",
                                        "email": "kylekatarnls@gmail.com"
                                }
                        ],
                        "description": "Update helper",
                        "support": {
                                "issues": "https://github.com/kylekatarnls/update-helper/issues",
                                "source": "https://github.com/kylekatarnls/update-helper/tree/1.2.1"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/kylekatarnls",
                                        "type": "github"
                                },
                                {
                                        "url": "https://opencollective.com/Carbon",
                                        "type": "open_collective"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../kylekatarnls/update-helper"
                },
                {
                        "name": "laravel/framework",
                        "version": "v5.4.0",
                        "version_normalized": "5.4.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/laravel/framework.git",
                                "reference": "7212b1e9620c36bf806e444f6931cf5f379c68ff"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/laravel/framework/zipball/7212b1e9620c36bf806e444f6931cf5f379c68ff",
                                "reference": "7212b1e9620c36bf806e444f6931cf5f379c68ff",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/inflector": "~1.0",
                                "erusev/parsedown": "~1.6",
                                "ext-mbstring": "*",
                                "ext-openssl": "*",
                                "league/flysystem": "~1.0",
                                "monolog/monolog": "~1.11",
                                "mtdowling/cron-expression": "~1.0",
                                "nesbot/carbon": "~1.20",
                                "paragonie/random_compat": "~1.4|~2.0",
                                "php": ">=5.6.4",
                                "ramsey/uuid": "~3.0",
                                "swiftmailer/swiftmailer": "~5.4",
                                "symfony/console": "~3.2",
                                "symfony/debug": "~3.2",
                                "symfony/finder": "~3.2",
                                "symfony/http-foundation": "~3.2",
                                "symfony/http-kernel": "~3.2",
                                "symfony/process": "~3.2",
                                "symfony/routing": "~3.2",
                                "symfony/var-dumper": "~3.2",
                                "tijsverkoyen/css-to-inline-styles": "~2.2",
                                "vlucas/phpdotenv": "~2.2"
                        },
                        "replace": {
                                "illuminate/auth": "self.version",
                                "illuminate/broadcasting": "self.version",
                                "illuminate/bus": "self.version",
                                "illuminate/cache": "self.version",
                                "illuminate/config": "self.version",
                                "illuminate/console": "self.version",
                                "illuminate/container": "self.version",
                                "illuminate/contracts": "self.version",
                                "illuminate/cookie": "self.version",
                                "illuminate/database": "self.version",
                                "illuminate/encryption": "self.version",
                                "illuminate/events": "self.version",
                                "illuminate/exception": "self.version",
                                "illuminate/filesystem": "self.version",
                                "illuminate/hashing": "self.version",
                                "illuminate/http": "self.version",
                                "illuminate/log": "self.version",
                                "illuminate/mail": "self.version",
                                "illuminate/notifications": "self.version",
                                "illuminate/pagination": "self.version",
                                "illuminate/pipeline": "self.version",
                                "illuminate/queue": "self.version",
                                "illuminate/redis": "self.version",
                                "illuminate/routing": "self.version",
                                "illuminate/session": "self.version",
                                "illuminate/support": "self.version",
                                "illuminate/translation": "self.version",
                                "illuminate/validation": "self.version",
                                "illuminate/view": "self.version",
                                "tightenco/collect": "self.version"
                        },
                        "require-dev": {
                                "aws/aws-sdk-php": "~3.0",
                                "doctrine/dbal": "~2.5",
                                "mockery/mockery": "~0.9.4",
                                "pda/pheanstalk": "~3.0",
                                "phpunit/phpunit": "~5.7",
                                "predis/predis": "~1.0",
                                "symfony/css-selector": "~3.2",
                                "symfony/dom-crawler": "~3.2"
                        },
                        "suggest": {
                                "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
                                "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
                                "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
                                "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
                                "laravel/tinker": "Required to use the tinker console command (~1.0).",
                                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
                                "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
                                "nexmo/client": "Required to use the Nexmo transport (~1.0).",
                                "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
                                "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
                                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
                                "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.2).",
                                "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.2).",
                                "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
                        },
                        "time": "2017-01-24T15:59:31+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "5.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/Illuminate/Foundation/helpers.php",
                                        "src/Illuminate/Support/helpers.php"
                                ],
                                "psr-4": {
                                        "Illuminate\\": "src/Illuminate/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Taylor Otwell",
                                        "email": "taylor@laravel.com"
                                }
                        ],
                        "description": "The Laravel Framework.",
                        "homepage": "https://laravel.com",
                        "keywords": [
                                "framework",
                                "laravel"
                        ],
                        "support": {
                                "issues": "https://github.com/laravel/framework/issues",
                                "source": "https://github.com/laravel/framework"
                        },
                        "install-path": "../laravel/framework"
                },
                {
                        "name": "league/flysystem",
                        "version": "1.1.10",
                        "version_normalized": "1.1.10.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/flysystem.git",
                                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
                                "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
                                "shasum": ""
                        },
                        "require": {
                                "ext-fileinfo": "*",
                                "league/mime-type-detection": "^1.3",
                                "php": "^7.2.5 || ^8.0"
                        },
                        "conflict": {
                                "league/flysystem-sftp": "<1.0.6"
                        },
                        "require-dev": {
                                "phpspec/prophecy": "^1.11.1",
                                "phpunit/phpunit": "^8.5.8"
                        },
                        "suggest": {
                                "ext-ftp": "Allows you to use FTP server storage",
                                "ext-openssl": "Allows you to use FTPS server storage",
                                "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
                                "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
                                "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
                                "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
                                "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
                                "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
                                "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
                                "league/flysystem-webdav": "Allows you to use WebDAV storage",
                                "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
                                "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
                                "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
                        },
                        "time": "2022-10-04T09:16:37+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\Flysystem\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frenky.net"
                                }
                        ],
                        "description": "Filesystem abstraction: Many filesystems, one API.",
                        "keywords": [
                                "Cloud Files",
                                "WebDAV",
                                "abstraction",
                                "aws",
                                "cloud",
                                "copy.com",
                                "dropbox",
                                "file systems",
                                "files",
                                "filesystem",
                                "filesystems",
                                "ftp",
                                "rackspace",
                                "remote",
                                "s3",
                                "sftp",
                                "storage"
                        ],
                        "support": {
                                "issues": "https://github.com/thephpleague/flysystem/issues",
                                "source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
                        },
                        "funding": [
                                {
                                        "url": "https://offset.earth/frankdejonge",
                                        "type": "other"
                                }
                        ],
                        "install-path": "../league/flysystem"
                },
                {
                        "name": "league/mime-type-detection",
                        "version": "1.16.0",
                        "version_normalized": "1.16.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/thephpleague/mime-type-detection.git",
                                "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
                                "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
                                "shasum": ""
                        },
                        "require": {
                                "ext-fileinfo": "*",
                                "php": "^7.4 || ^8.0"
                        },
                        "require-dev": {
                                "friendsofphp/php-cs-fixer": "^3.2",
                                "phpstan/phpstan": "^0.12.68",
                                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
                        },
                        "time": "2024-09-21T08:32:55+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "League\\MimeTypeDetection\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Frank de Jonge",
                                        "email": "info@frankdejonge.nl"
                                }
                        ],
                        "description": "Mime-type detection for Flysystem",
                        "support": {
                                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
                                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/frankdejonge",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../league/mime-type-detection"
                },
                {
                        "name": "maatwebsite/excel",
                        "version": "2.1.30",
                        "version_normalized": "2.1.30.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
                                "reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/f5540c4ba3ac50cebd98b09ca42e61f926ef299f",
                                "reference": "f5540c4ba3ac50cebd98b09ca42e61f926ef299f",
                                "shasum": ""
                        },
                        "require": {
                                "illuminate/cache": "^5.0",
                                "illuminate/config": "^5.0",
                                "illuminate/filesystem": "^5.0",
                                "illuminate/support": "^5.0",
                                "jeremeamia/superclosure": "^2.3",
                                "nesbot/carbon": "~1.0",
                                "php": ">=5.5",
                                "phpoffice/phpexcel": "^1.8.1",
                                "tijsverkoyen/css-to-inline-styles": "~2.0"
                        },
                        "require-dev": {
                                "mockery/mockery": "~1.0",
                                "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*|3.6.*",
                                "phpseclib/phpseclib": "~1.0",
                                "phpunit/phpunit": "~4.0"
                        },
                        "suggest": {
                                "illuminate/http": "^5.0",
                                "illuminate/queue": "^5.0",
                                "illuminate/routing": "^5.0",
                                "illuminate/view": "^5.0"
                        },
                        "time": "2018-09-04T19:00:09+00:00",
                        "type": "library",
                        "extra": {
                                "laravel": {
                                        "providers": [
                                                "Maatwebsite\\Excel\\ExcelServiceProvider"
                                        ],
                                        "aliases": {
                                                "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
                                        }
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/Maatwebsite/Excel"
                                ],
                                "psr-0": {
                                        "Maatwebsite\\Excel\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Maatwebsite.nl",
                                        "email": "patrick@maatwebsite.nl"
                                }
                        ],
                        "description": "Supercharged Excel exports in Laravel",
                        "keywords": [
                                "PHPExcel",
                                "batch",
                                "csv",
                                "excel",
                                "export",
                                "import",
                                "laravel"
                        ],
                        "install-path": "../maatwebsite/excel"
                },
                {
                        "name": "mockery/mockery",
                        "version": "0.9.11",
                        "version_normalized": "0.9.11.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mockery/mockery.git",
                                "reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mockery/mockery/zipball/be9bf28d8e57d67883cba9fcadfcff8caab667f8",
                                "reference": "be9bf28d8e57d67883cba9fcadfcff8caab667f8",
                                "shasum": ""
                        },
                        "require": {
                                "hamcrest/hamcrest-php": "~1.1",
                                "lib-pcre": ">=7.0",
                                "php": ">=5.3.2"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.0"
                        },
                        "time": "2019-02-12T16:07:13+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "0.9.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "Mockery": "library/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Pádraic Brady",
                                        "email": "padraic.brady@gmail.com",
                                        "homepage": "http://blog.astrumfutura.com"
                                },
                                {
                                        "name": "Dave Marshall",
                                        "email": "dave.marshall@atstsolutions.co.uk",
                                        "homepage": "http://davedevelopment.co.uk"
                                }
                        ],
                        "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
                        "homepage": "http://github.com/padraic/mockery",
                        "keywords": [
                                "BDD",
                                "TDD",
                                "library",
                                "mock",
                                "mock objects",
                                "mockery",
                                "stub",
                                "test",
                                "test double",
                                "testing"
                        ],
                        "install-path": "../mockery/mockery"
                },
                {
                        "name": "monolog/monolog",
                        "version": "1.27.1",
                        "version_normalized": "1.27.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/Seldaek/monolog.git",
                                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1",
                                "reference": "904713c5929655dc9b97288b69cfeedad610c9a1",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.0",
                                "psr/log": "~1.0"
                        },
                        "provide": {
                                "psr/log-implementation": "1.0.0"
                        },
                        "require-dev": {
                                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
                                "doctrine/couchdb": "~1.0@dev",
                                "graylog2/gelf-php": "~1.0",
                                "php-amqplib/php-amqplib": "~2.4",
                                "php-console/php-console": "^3.1.3",
                                "phpstan/phpstan": "^0.12.59",
                                "phpunit/phpunit": "~4.5",
                                "ruflin/elastica": ">=0.90 <3.0",
                                "sentry/sentry": "^0.13",
                                "swiftmailer/swiftmailer": "^5.3|^6.0"
                        },
                        "suggest": {
                                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
                                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
                                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
                                "ext-mongo": "Allow sending log messages to a MongoDB server",
                                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
                                "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
                                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
                                "php-console/php-console": "Allow sending log messages to Google Chrome",
                                "rollbar/rollbar": "Allow sending log messages to Rollbar",
                                "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
                                "sentry/sentry": "Allow sending log messages to a Sentry server"
                        },
                        "time": "2022-06-09T08:53:42+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Monolog\\": "src/Monolog"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jordi Boggiano",
                                        "email": "j.boggiano@seld.be",
                                        "homepage": "http://seld.be"
                                }
                        ],
                        "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
                        "homepage": "http://github.com/Seldaek/monolog",
                        "keywords": [
                                "log",
                                "logging",
                                "psr-3"
                        ],
                        "support": {
                                "issues": "https://github.com/Seldaek/monolog/issues",
                                "source": "https://github.com/Seldaek/monolog/tree/1.27.1"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/Seldaek",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../monolog/monolog"
                },
                {
                        "name": "mtdowling/cron-expression",
                        "version": "v1.2.3",
                        "version_normalized": "1.2.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/mtdowling/cron-expression.git",
                                "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9be552eebcc1ceec9776378f7dcc085246cacca6",
                                "reference": "9be552eebcc1ceec9776378f7dcc085246cacca6",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.2"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.0|~5.0"
                        },
                        "time": "2019-12-28T04:23:06+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Cron\\": "src/Cron/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Michael Dowling",
                                        "email": "mtdowling@gmail.com",
                                        "homepage": "https://github.com/mtdowling"
                                }
                        ],
                        "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
                        "keywords": [
                                "cron",
                                "schedule"
                        ],
                        "support": {
                                "issues": "https://github.com/mtdowling/cron-expression/issues",
                                "source": "https://github.com/mtdowling/cron-expression/tree/v1.2.3"
                        },
                        "abandoned": "dragonmantank/cron-expression",
                        "install-path": "../mtdowling/cron-expression"
                },
                {
                        "name": "nesbot/carbon",
                        "version": "1.39.1",
                        "version_normalized": "1.39.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/CarbonPHP/carbon.git",
                                "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
                                "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
                                "shasum": ""
                        },
                        "require": {
                                "kylekatarnls/update-helper": "^1.1",
                                "php": ">=5.3.9",
                                "symfony/translation": "~2.6 || ~3.0 || ~4.0"
                        },
                        "require-dev": {
                                "composer/composer": "^1.2",
                                "friendsofphp/php-cs-fixer": "~2",
                                "phpunit/phpunit": "^4.8.35 || ^5.7"
                        },
                        "time": "2019-10-14T05:51:36+00:00",
                        "bin": [
                                "bin/upgrade-carbon"
                        ],
                        "type": "library",
                        "extra": {
                                "laravel": {
                                        "providers": [
                                                "Carbon\\Laravel\\ServiceProvider"
                                        ]
                                },
                                "update-helper": "Carbon\\Upgrade"
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Brian Nesbitt",
                                        "email": "brian@nesbot.com",
                                        "homepage": "http://nesbot.com"
                                }
                        ],
                        "description": "A simple API extension for DateTime.",
                        "homepage": "http://carbon.nesbot.com",
                        "keywords": [
                                "date",
                                "datetime",
                                "time"
                        ],
                        "support": {
                                "issues": "https://github.com/briannesbitt/Carbon/issues",
                                "source": "https://github.com/briannesbitt/Carbon"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/kylekatarnls",
                                        "type": "github"
                                },
                                {
                                        "url": "https://opencollective.com/Carbon",
                                        "type": "open_collective"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../nesbot/carbon"
                },
                {
                        "name": "nikic/php-parser",
                        "version": "v4.19.4",
                        "version_normalized": "4.19.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/nikic/PHP-Parser.git",
                                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
                                "shasum": ""
                        },
                        "require": {
                                "ext-tokenizer": "*",
                                "php": ">=7.1"
                        },
                        "require-dev": {
                                "ircmaxell/php-yacc": "^0.0.7",
                                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
                        },
                        "time": "2024-09-29T15:01:53+00:00",
                        "bin": [
                                "bin/php-parse"
                        ],
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "4.9-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PhpParser\\": "lib/PhpParser"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Nikita Popov"
                                }
                        ],
                        "description": "A PHP parser written in PHP",
                        "keywords": [
                                "parser",
                                "php"
                        ],
                        "support": {
                                "issues": "https://github.com/nikic/PHP-Parser/issues",
                                "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
                        },
                        "install-path": "../nikic/php-parser"
                },
                {
                        "name": "paragonie/random_compat",
                        "version": "v2.0.21",
                        "version_normalized": "2.0.21.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/paragonie/random_compat.git",
                                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                                "reference": "96c132c7f2f7bc3230723b66e89f8f150b29d5ae",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.2.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "*"
                        },
                        "suggest": {
                                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
                        },
                        "time": "2022-02-16T17:07:03+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "lib/random.php"
                                ]
                        },
                        "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": "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": {
                                        "FontLib\\": "src/FontLib"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-2.1-or-later"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Ménager",
                                        "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": {
                                        "Svg\\": "src/Svg"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-3.0"
                        ],
                        "authors": [
                                {
                                        "name": "Fabien Ménager",
                                        "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": "phpdocumentor/reflection-common",
                        "version": "2.2.0",
                        "version_normalized": "2.2.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
                                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                                "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.2 || ^8.0"
                        },
                        "time": "2020-06-27T09:03:43+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-2.x": "2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "phpDocumentor\\Reflection\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jaap van Otterdijk",
                                        "email": "opensource@ijaap.nl"
                                }
                        ],
                        "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
                        "homepage": "http://www.phpdoc.org",
                        "keywords": [
                                "FQSEN",
                                "phpDocumentor",
                                "phpdoc",
                                "reflection",
                                "static analysis"
                        ],
                        "support": {
                                "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
                                "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
                        },
                        "install-path": "../phpdocumentor/reflection-common"
                },
                {
                        "name": "phpdocumentor/reflection-docblock",
                        "version": "5.6.3",
                        "version_normalized": "5.6.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
                                "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94f8051919d1b0369a6bcc7931d679a511c03fe9",
                                "reference": "94f8051919d1b0369a6bcc7931d679a511c03fe9",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/deprecations": "^1.1",
                                "ext-filter": "*",
                                "php": "^7.4 || ^8.0",
                                "phpdocumentor/reflection-common": "^2.2",
                                "phpdocumentor/type-resolver": "^1.7",
                                "phpstan/phpdoc-parser": "^1.7|^2.0",
                                "webmozart/assert": "^1.9.1"
                        },
                        "require-dev": {
                                "mockery/mockery": "~1.3.5 || ~1.6.0",
                                "phpstan/extension-installer": "^1.1",
                                "phpstan/phpstan": "^1.8",
                                "phpstan/phpstan-mockery": "^1.1",
                                "phpstan/phpstan-webmozart-assert": "^1.2",
                                "phpunit/phpunit": "^9.5",
                                "psalm/phar": "^5.26"
                        },
                        "time": "2025-08-01T19:43:32+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "5.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "phpDocumentor\\Reflection\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Mike van Riel",
                                        "email": "me@mikevanriel.com"
                                },
                                {
                                        "name": "Jaap van Otterdijk",
                                        "email": "opensource@ijaap.nl"
                                }
                        ],
                        "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
                        "support": {
                                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
                                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.3"
                        },
                        "install-path": "../phpdocumentor/reflection-docblock"
                },
                {
                        "name": "phpdocumentor/type-resolver",
                        "version": "1.10.0",
                        "version_normalized": "1.10.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpDocumentor/TypeResolver.git",
                                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/deprecations": "^1.0",
                                "php": "^7.3 || ^8.0",
                                "phpdocumentor/reflection-common": "^2.0",
                                "phpstan/phpdoc-parser": "^1.18|^2.0"
                        },
                        "require-dev": {
                                "ext-tokenizer": "*",
                                "phpbench/phpbench": "^1.2",
                                "phpstan/extension-installer": "^1.1",
                                "phpstan/phpstan": "^1.8",
                                "phpstan/phpstan-phpunit": "^1.1",
                                "phpunit/phpunit": "^9.5",
                                "rector/rector": "^0.13.9",
                                "vimeo/psalm": "^4.25"
                        },
                        "time": "2024-11-09T15:12:26+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-1.x": "1.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "phpDocumentor\\Reflection\\": "src"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Mike van Riel",
                                        "email": "me@mikevanriel.com"
                                }
                        ],
                        "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
                        "support": {
                                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
                                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
                        },
                        "install-path": "../phpdocumentor/type-resolver"
                },
                {
                        "name": "phpoffice/phpexcel",
                        "version": "1.8.2",
                        "version_normalized": "1.8.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/PHPOffice/PHPExcel.git",
                                "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/1441011fb7ecdd8cc689878f54f8b58a6805f870",
                                "reference": "1441011fb7ecdd8cc689878f54f8b58a6805f870",
                                "shasum": ""
                        },
                        "require": {
                                "ext-mbstring": "*",
                                "ext-xml": "*",
                                "ext-xmlwriter": "*",
                                "php": "^5.2|^7.0"
                        },
                        "require-dev": {
                                "squizlabs/php_codesniffer": "2.*"
                        },
                        "time": "2018-11-22T23:07:24+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-0": {
                                        "PHPExcel": "Classes/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "LGPL-2.1"
                        ],
                        "authors": [
                                {
                                        "name": "Maarten Balliauw",
                                        "homepage": "http://blog.maartenballiauw.be"
                                },
                                {
                                        "name": "Erik Tilt"
                                },
                                {
                                        "name": "Franck Lefevre",
                                        "homepage": "http://rootslabs.net"
                                },
                                {
                                        "name": "Mark Baker",
                                        "homepage": "http://markbakeruk.net"
                                }
                        ],
                        "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
                        "homepage": "https://github.com/PHPOffice/PHPExcel",
                        "keywords": [
                                "OpenXML",
                                "excel",
                                "php",
                                "spreadsheet",
                                "xls",
                                "xlsx"
                        ],
                        "abandoned": "phpoffice/phpspreadsheet",
                        "install-path": "../phpoffice/phpexcel"
                },
                {
                        "name": "phpspec/prophecy",
                        "version": "v1.10.3",
                        "version_normalized": "1.10.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpspec/prophecy.git",
                                "reference": "451c3cd1418cf640de218914901e51b064abb093"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
                                "reference": "451c3cd1418cf640de218914901e51b064abb093",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/instantiator": "^1.0.2",
                                "php": "^5.3|^7.0",
                                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
                                "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
                                "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
                        },
                        "require-dev": {
                                "phpspec/phpspec": "^2.5 || ^3.2",
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
                        },
                        "time": "2020-03-05T15:02:03+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.10.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Prophecy\\": "src/Prophecy"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Konstantin Kudryashov",
                                        "email": "ever.zet@gmail.com",
                                        "homepage": "http://everzet.com"
                                },
                                {
                                        "name": "Marcello Duarte",
                                        "email": "marcello.duarte@gmail.com"
                                }
                        ],
                        "description": "Highly opinionated mocking framework for PHP 5.3+",
                        "homepage": "https://github.com/phpspec/prophecy",
                        "keywords": [
                                "Double",
                                "Dummy",
                                "fake",
                                "mock",
                                "spy",
                                "stub"
                        ],
                        "support": {
                                "issues": "https://github.com/phpspec/prophecy/issues",
                                "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
                        },
                        "install-path": "../phpspec/prophecy"
                },
                {
                        "name": "phpstan/phpdoc-parser",
                        "version": "2.3.0",
                        "version_normalized": "2.3.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/phpstan/phpdoc-parser.git",
                                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
                                "reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.4 || ^8.0"
                        },
                        "require-dev": {
                                "doctrine/annotations": "^2.0",
                                "nikic/php-parser": "^5.3.0",
                                "php-parallel-lint/php-parallel-lint": "^1.2",
                                "phpstan/extension-installer": "^1.0",
                                "phpstan/phpstan": "^2.0",
                                "phpstan/phpstan-phpunit": "^2.0",
                                "phpstan/phpstan-strict-rules": "^2.0",
                                "phpunit/phpunit": "^9.6",
                                "symfony/process": "^5.2"
                        },
                        "time": "2025-08-30T15:50:23+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "PHPStan\\PhpDocParser\\": [
                                                "src/"
                                        ]
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "description": "PHPDoc parser with support for nullable, intersection and generic types",
                        "support": {
                                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
                                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
                        },
                        "install-path": "../phpstan/phpdoc-parser"
                },
                {
                        "name": "phpunit/php-code-coverage",
                        "version": "2.2.4",
                        "version_normalized": "2.2.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
                                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "phpunit/php-file-iterator": "~1.3",
                                "phpunit/php-text-template": "~1.2",
                                "phpunit/php-token-stream": "~1.3",
                                "sebastian/environment": "^1.3.2",
                                "sebastian/version": "~1.0"
                        },
                        "require-dev": {
                                "ext-xdebug": ">=2.1.4",
                                "phpunit/phpunit": "~4"
                        },
                        "suggest": {
                                "ext-dom": "*",
                                "ext-xdebug": ">=2.2.1",
                                "ext-xmlwriter": "*"
                        },
                        "time": "2015-10-06T15:47:00+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sb@sebastian-bergmann.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
                        "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
                        "keywords": [
                                "coverage",
                                "testing",
                                "xunit"
                        ],
                        "install-path": "../phpunit/php-code-coverage"
                },
                {
                        "name": "phpunit/php-file-iterator",
                        "version": "1.4.5",
                        "version_normalized": "1.4.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
                                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
                                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "time": "2017-11-27T13:52:08+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.4.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sb@sebastian-bergmann.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "FilterIterator implementation that filters files based on a list of suffixes.",
                        "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
                        "keywords": [
                                "filesystem",
                                "iterator"
                        ],
                        "install-path": "../phpunit/php-file-iterator"
                },
                {
                        "name": "phpunit/php-text-template",
                        "version": "1.2.1",
                        "version_normalized": "1.2.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-text-template.git",
                                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "time": "2015-06-21T13:50:34+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "Simple template engine.",
                        "homepage": "https://github.com/sebastianbergmann/php-text-template/",
                        "keywords": [
                                "template"
                        ],
                        "install-path": "../phpunit/php-text-template"
                },
                {
                        "name": "phpunit/php-timer",
                        "version": "1.0.9",
                        "version_normalized": "1.0.9.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-timer.git",
                                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                                "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
                        },
                        "time": "2017-02-26T11:10:40+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sb@sebastian-bergmann.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "Utility class for timing",
                        "homepage": "https://github.com/sebastianbergmann/php-timer/",
                        "keywords": [
                                "timer"
                        ],
                        "install-path": "../phpunit/php-timer"
                },
                {
                        "name": "phpunit/php-token-stream",
                        "version": "1.4.12",
                        "version_normalized": "1.4.12.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/php-token-stream.git",
                                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
                                "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
                                "shasum": ""
                        },
                        "require": {
                                "ext-tokenizer": "*",
                                "php": ">=5.3.3"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.2"
                        },
                        "time": "2017-12-04T08:55:13+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Wrapper around PHP's tokenizer extension.",
                        "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
                        "keywords": [
                                "tokenizer"
                        ],
                        "install-path": "../phpunit/php-token-stream"
                },
                {
                        "name": "phpunit/phpunit",
                        "version": "4.8.36",
                        "version_normalized": "4.8.36.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/phpunit.git",
                                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/46023de9a91eec7dfb06cc56cb4e260017298517",
                                "reference": "46023de9a91eec7dfb06cc56cb4e260017298517",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-json": "*",
                                "ext-pcre": "*",
                                "ext-reflection": "*",
                                "ext-spl": "*",
                                "php": ">=5.3.3",
                                "phpspec/prophecy": "^1.3.1",
                                "phpunit/php-code-coverage": "~2.1",
                                "phpunit/php-file-iterator": "~1.4",
                                "phpunit/php-text-template": "~1.2",
                                "phpunit/php-timer": "^1.0.6",
                                "phpunit/phpunit-mock-objects": "~2.3",
                                "sebastian/comparator": "~1.2.2",
                                "sebastian/diff": "~1.2",
                                "sebastian/environment": "~1.3",
                                "sebastian/exporter": "~1.2",
                                "sebastian/global-state": "~1.0",
                                "sebastian/version": "~1.0",
                                "symfony/yaml": "~2.1|~3.0"
                        },
                        "suggest": {
                                "phpunit/php-invoker": "~1.1"
                        },
                        "time": "2017-06-21T08:07:12+00:00",
                        "bin": [
                                "phpunit"
                        ],
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "4.8.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "The PHP Unit Testing framework.",
                        "homepage": "https://phpunit.de/",
                        "keywords": [
                                "phpunit",
                                "testing",
                                "xunit"
                        ],
                        "install-path": "../phpunit/phpunit"
                },
                {
                        "name": "phpunit/phpunit-mock-objects",
                        "version": "2.3.8",
                        "version_normalized": "2.3.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
                                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
                                "shasum": ""
                        },
                        "require": {
                                "doctrine/instantiator": "^1.0.2",
                                "php": ">=5.3.3",
                                "phpunit/php-text-template": "~1.2",
                                "sebastian/exporter": "~1.2"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.4"
                        },
                        "suggest": {
                                "ext-soap": "*"
                        },
                        "time": "2015-10-02T06:51:40+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.3.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sb@sebastian-bergmann.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "Mock Object library for PHPUnit",
                        "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
                        "keywords": [
                                "mock",
                                "xunit"
                        ],
                        "abandoned": true,
                        "install-path": "../phpunit/phpunit-mock-objects"
                },
                {
                        "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": "ramsey/uuid",
                        "version": "3.9.7",
                        "version_normalized": "3.9.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/ramsey/uuid.git",
                                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                                "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178",
                                "shasum": ""
                        },
                        "require": {
                                "ext-json": "*",
                                "paragonie/random_compat": "^1 | ^2 | ^9.99.99",
                                "php": "^5.4 | ^7.0 | ^8.0",
                                "symfony/polyfill-ctype": "^1.8"
                        },
                        "replace": {
                                "rhumsaa/uuid": "self.version"
                        },
                        "require-dev": {
                                "codeception/aspect-mock": "^1 | ^2",
                                "doctrine/annotations": "^1.2",
                                "goaop/framework": "1.0.0-alpha.2 | ^1 | >=2.1.0 <=2.3.2",
                                "mockery/mockery": "^0.9.11 | ^1",
                                "moontoast/math": "^1.1",
                                "nikic/php-parser": "<=4.5.0",
                                "paragonie/random-lib": "^2",
                                "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6",
                                "php-parallel-lint/php-parallel-lint": "^1.3",
                                "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0",
                                "squizlabs/php_codesniffer": "^3.5",
                                "yoast/phpunit-polyfills": "^1.0"
                        },
                        "suggest": {
                                "ext-ctype": "Provides support for PHP Ctype functions",
                                "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
                                "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
                                "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
                                "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
                                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
                                "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
                                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
                        },
                        "time": "2022-12-19T21:55:10+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "src/functions.php"
                                ],
                                "psr-4": {
                                        "Ramsey\\Uuid\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Ben Ramsey",
                                        "email": "ben@benramsey.com",
                                        "homepage": "https://benramsey.com"
                                },
                                {
                                        "name": "Marijn Huizendveld",
                                        "email": "marijn.huizendveld@gmail.com"
                                },
                                {
                                        "name": "Thibaud Fabre",
                                        "email": "thibaud@aztech.io"
                                }
                        ],
                        "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
                        "homepage": "https://github.com/ramsey/uuid",
                        "keywords": [
                                "guid",
                                "identifier",
                                "uuid"
                        ],
                        "support": {
                                "issues": "https://github.com/ramsey/uuid/issues",
                                "rss": "https://github.com/ramsey/uuid/releases.atom",
                                "source": "https://github.com/ramsey/uuid",
                                "wiki": "https://github.com/ramsey/uuid/wiki"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/ramsey",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../ramsey/uuid"
                },
                {
                        "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": {
                                        "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": "sebastian/comparator",
                        "version": "1.2.4",
                        "version_normalized": "1.2.4.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/comparator.git",
                                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                                "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "sebastian/diff": "~1.2",
                                "sebastian/exporter": "~1.2 || ~2.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.4"
                        },
                        "time": "2017-01-29T09:50:25+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Volker Dusch",
                                        "email": "github@wallbash.com"
                                },
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@2bepublished.at"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Provides the functionality to compare PHP values for equality",
                        "homepage": "http://www.github.com/sebastianbergmann/comparator",
                        "keywords": [
                                "comparator",
                                "compare",
                                "equality"
                        ],
                        "install-path": "../sebastian/comparator"
                },
                {
                        "name": "sebastian/diff",
                        "version": "1.4.3",
                        "version_normalized": "1.4.3.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/diff.git",
                                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
                        },
                        "time": "2017-05-22T07:24:03+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Kore Nordmann",
                                        "email": "mail@kore-nordmann.de"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Diff implementation",
                        "homepage": "https://github.com/sebastianbergmann/diff",
                        "keywords": [
                                "diff"
                        ],
                        "install-path": "../sebastian/diff"
                },
                {
                        "name": "sebastian/environment",
                        "version": "1.3.8",
                        "version_normalized": "1.3.8.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/environment.git",
                                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                                "reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.3 || ^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8 || ^5.0"
                        },
                        "time": "2016-08-18T05:49:44+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.3.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Provides functionality to handle HHVM/PHP environments",
                        "homepage": "http://www.github.com/sebastianbergmann/environment",
                        "keywords": [
                                "Xdebug",
                                "environment",
                                "hhvm"
                        ],
                        "install-path": "../sebastian/environment"
                },
                {
                        "name": "sebastian/exporter",
                        "version": "1.2.2",
                        "version_normalized": "1.2.2.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/exporter.git",
                                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                                "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3",
                                "sebastian/recursion-context": "~1.0"
                        },
                        "require-dev": {
                                "ext-mbstring": "*",
                                "phpunit/phpunit": "~4.4"
                        },
                        "time": "2016-06-17T09:04:28+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.3.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Volker Dusch",
                                        "email": "github@wallbash.com"
                                },
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@2bepublished.at"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                },
                                {
                                        "name": "Adam Harvey",
                                        "email": "aharvey@php.net"
                                }
                        ],
                        "description": "Provides the functionality to export PHP variables for visualization",
                        "homepage": "http://www.github.com/sebastianbergmann/exporter",
                        "keywords": [
                                "export",
                                "exporter"
                        ],
                        "install-path": "../sebastian/exporter"
                },
                {
                        "name": "sebastian/global-state",
                        "version": "1.1.1",
                        "version_normalized": "1.1.1.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/global-state.git",
                                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                                "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.2"
                        },
                        "suggest": {
                                "ext-uopz": "*"
                        },
                        "time": "2015-10-12T03:26:01+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                }
                        ],
                        "description": "Snapshotting of global state",
                        "homepage": "http://www.github.com/sebastianbergmann/global-state",
                        "keywords": [
                                "global state"
                        ],
                        "install-path": "../sebastian/global-state"
                },
                {
                        "name": "sebastian/recursion-context",
                        "version": "1.0.5",
                        "version_normalized": "1.0.5.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/recursion-context.git",
                                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "~4.4"
                        },
                        "time": "2016-10-03T07:41:43+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.0.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Jeff Welch",
                                        "email": "whatthejeff@gmail.com"
                                },
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de"
                                },
                                {
                                        "name": "Adam Harvey",
                                        "email": "aharvey@php.net"
                                }
                        ],
                        "description": "Provides functionality to recursively process PHP variables",
                        "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
                        "install-path": "../sebastian/recursion-context"
                },
                {
                        "name": "sebastian/version",
                        "version": "1.0.6",
                        "version_normalized": "1.0.6.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/sebastianbergmann/version.git",
                                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                                "shasum": ""
                        },
                        "time": "2015-06-21T13:59:46+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "classmap": [
                                        "src/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Sebastian Bergmann",
                                        "email": "sebastian@phpunit.de",
                                        "role": "lead"
                                }
                        ],
                        "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                        "homepage": "https://github.com/sebastianbergmann/version",
                        "install-path": "../sebastian/version"
                },
                {
                        "name": "swiftmailer/swiftmailer",
                        "version": "v5.4.12",
                        "version_normalized": "5.4.12.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/swiftmailer/swiftmailer.git",
                                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/181b89f18a90f8925ef805f950d47a7190e9b950",
                                "reference": "181b89f18a90f8925ef805f950d47a7190e9b950",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.3.3"
                        },
                        "require-dev": {
                                "mockery/mockery": "~0.9.1",
                                "symfony/phpunit-bridge": "~3.2"
                        },
                        "time": "2018-07-31T09:26:32+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "5.4-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "lib/swift_required.php"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Chris Corbyn"
                                },
                                {
                                        "name": "Fabien Potencier",
                                        "email": "fabien@symfony.com"
                                }
                        ],
                        "description": "Swiftmailer, free feature-rich PHP mailer",
                        "homepage": "https://swiftmailer.symfony.com",
                        "keywords": [
                                "email",
                                "mail",
                                "mailer"
                        ],
                        "install-path": "../swiftmailer/swiftmailer"
                },
                {
                        "name": "symfony/console",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/console.git",
                                "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/console/zipball/a10b1da6fc93080c180bba7219b5ff5b7518fe81",
                                "reference": "a10b1da6fc93080c180bba7219b5ff5b7518fe81",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "symfony/debug": "~2.8|~3.0|~4.0",
                                "symfony/polyfill-mbstring": "~1.0"
                        },
                        "conflict": {
                                "symfony/dependency-injection": "<3.4",
                                "symfony/process": "<3.3"
                        },
                        "provide": {
                                "psr/log-implementation": "1.0"
                        },
                        "require-dev": {
                                "psr/log": "~1.0",
                                "symfony/config": "~3.3|~4.0",
                                "symfony/dependency-injection": "~3.4|~4.0",
                                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
                                "symfony/lock": "~3.4|~4.0",
                                "symfony/process": "~3.3|~4.0"
                        },
                        "suggest": {
                                "psr/log": "For using the console logger",
                                "symfony/event-dispatcher": "",
                                "symfony/lock": "",
                                "symfony/process": ""
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Console\\": ""
                                },
                                "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 Console Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/console/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/console"
                },
                {
                        "name": "symfony/css-selector",
                        "version": "v3.0.9",
                        "version_normalized": "3.0.9.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/css-selector.git",
                                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
                                "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.9"
                        },
                        "time": "2016-06-29T05:40:00+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\CssSelector\\": ""
                                },
                                "exclude-from-classmap": [
                                        "/Tests/"
                                ]
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Jean-François Simon",
                                        "email": "jeanfrancois.simon@sensiolabs.com"
                                },
                                {
                                        "name": "Fabien Potencier",
                                        "email": "fabien@symfony.com"
                                },
                                {
                                        "name": "Symfony Community",
                                        "homepage": "https://symfony.com/contributors"
                                }
                        ],
                        "description": "Symfony CssSelector Component",
                        "homepage": "https://symfony.com",
                        "install-path": "../symfony/css-selector"
                },
                {
                        "name": "symfony/debug",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/debug.git",
                                "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/debug/zipball/ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
                                "reference": "ab42889de57fdfcfcc0759ab102e2fd4ea72dcae",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "psr/log": "~1.0"
                        },
                        "conflict": {
                                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
                        },
                        "require-dev": {
                                "symfony/http-kernel": "~2.8|~3.0|~4.0"
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Debug\\": ""
                                },
                                "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 Debug Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/debug/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"
                                }
                        ],
                        "abandoned": "symfony/error-handler",
                        "install-path": "../symfony/debug"
                },
                {
                        "name": "symfony/dom-crawler",
                        "version": "v3.0.9",
                        "version_normalized": "3.0.9.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/dom-crawler.git",
                                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
                                "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=5.5.9",
                                "symfony/polyfill-mbstring": "~1.0"
                        },
                        "require-dev": {
                                "symfony/css-selector": "~2.8|~3.0"
                        },
                        "suggest": {
                                "symfony/css-selector": ""
                        },
                        "time": "2016-07-30T07:22:48+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "3.0-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "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",
                        "install-path": "../symfony/dom-crawler"
                },
                {
                        "name": "symfony/event-dispatcher",
                        "version": "v4.4.44",
                        "version_normalized": "4.4.44.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/event-dispatcher.git",
                                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
                                "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1.3",
                                "symfony/event-dispatcher-contracts": "^1.1",
                                "symfony/polyfill-php80": "^1.16"
                        },
                        "conflict": {
                                "symfony/dependency-injection": "<3.4"
                        },
                        "provide": {
                                "psr/event-dispatcher-implementation": "1.0",
                                "symfony/event-dispatcher-implementation": "1.1"
                        },
                        "require-dev": {
                                "psr/log": "^1|^2|^3",
                                "symfony/config": "^3.4|^4.0|^5.0",
                                "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                                "symfony/error-handler": "~3.4|~4.4",
                                "symfony/expression-language": "^3.4|^4.0|^5.0",
                                "symfony/http-foundation": "^3.4|^4.0|^5.0",
                                "symfony/service-contracts": "^1.1|^2",
                                "symfony/stopwatch": "^3.4|^4.0|^5.0"
                        },
                        "suggest": {
                                "symfony/dependency-injection": "",
                                "symfony/http-kernel": ""
                        },
                        "time": "2022-07-20T09:59:04+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\EventDispatcher\\": ""
                                },
                                "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 tools that allow your application components to communicate with each other by dispatching events and listening to them",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
                        },
                        "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/event-dispatcher"
                },
                {
                        "name": "symfony/event-dispatcher-contracts",
                        "version": "v1.10.0",
                        "version_normalized": "1.10.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
                                "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
                                "reference": "761c8b8387cfe5f8026594a75fdf0a4e83ba6974",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1.3"
                        },
                        "suggest": {
                                "psr/event-dispatcher": "",
                                "symfony/event-dispatcher-implementation": ""
                        },
                        "time": "2022-07-20T09:59:04+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/contracts",
                                        "name": "symfony/contracts"
                                },
                                "branch-alias": {
                                        "dev-main": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Contracts\\EventDispatcher\\": ""
                                }
                        },
                        "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 dispatching event",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "abstractions",
                                "contracts",
                                "decoupling",
                                "interfaces",
                                "interoperability",
                                "standards"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.10.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/event-dispatcher-contracts"
                },
                {
                        "name": "symfony/finder",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/finder.git",
                                "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
                                "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8"
                        },
                        "time": "2020-11-16T17:02:08+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Finder\\": ""
                                },
                                "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 Finder Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/finder/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/finder"
                },
                {
                        "name": "symfony/http-foundation",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/http-foundation.git",
                                "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b9885fcce6fe494201da4f70a9309770e9d13dc8",
                                "reference": "b9885fcce6fe494201da4f70a9309770e9d13dc8",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "symfony/polyfill-mbstring": "~1.1",
                                "symfony/polyfill-php70": "~1.6"
                        },
                        "require-dev": {
                                "symfony/expression-language": "~2.8|~3.0|~4.0"
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\HttpFoundation\\": ""
                                },
                                "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 HttpFoundation Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/http-foundation/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/http-foundation"
                },
                {
                        "name": "symfony/http-kernel",
                        "version": "v3.4.49",
                        "version_normalized": "3.4.49.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/http-kernel.git",
                                "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
                                "reference": "5aa72405f5bd5583c36ed6e756acb17d3f98ac40",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "psr/log": "~1.0",
                                "symfony/debug": "^3.3.3|~4.0",
                                "symfony/event-dispatcher": "~2.8|~3.0|~4.0",
                                "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
                                "symfony/polyfill-ctype": "~1.8",
                                "symfony/polyfill-php56": "~1.8"
                        },
                        "conflict": {
                                "symfony/config": "<2.8",
                                "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4",
                                "symfony/var-dumper": "<3.3",
                                "twig/twig": "<1.34|<2.4,>=2"
                        },
                        "provide": {
                                "psr/log-implementation": "1.0"
                        },
                        "require-dev": {
                                "psr/cache": "~1.0",
                                "symfony/browser-kit": "~2.8|~3.0|~4.0",
                                "symfony/class-loader": "~2.8|~3.0",
                                "symfony/config": "~2.8|~3.0|~4.0",
                                "symfony/console": "~2.8|~3.0|~4.0",
                                "symfony/css-selector": "~2.8|~3.0|~4.0",
                                "symfony/dependency-injection": "^3.4.10|^4.0.10",
                                "symfony/dom-crawler": "~2.8|~3.0|~4.0",
                                "symfony/expression-language": "~2.8|~3.0|~4.0",
                                "symfony/finder": "~2.8|~3.0|~4.0",
                                "symfony/process": "~2.8|~3.0|~4.0",
                                "symfony/routing": "~3.4|~4.0",
                                "symfony/stopwatch": "~2.8|~3.0|~4.0",
                                "symfony/templating": "~2.8|~3.0|~4.0",
                                "symfony/translation": "~2.8|~3.0|~4.0",
                                "symfony/var-dumper": "~3.3|~4.0"
                        },
                        "suggest": {
                                "symfony/browser-kit": "",
                                "symfony/config": "",
                                "symfony/console": "",
                                "symfony/dependency-injection": "",
                                "symfony/finder": "",
                                "symfony/var-dumper": ""
                        },
                        "time": "2021-05-19T12:06:59+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\HttpKernel\\": ""
                                },
                                "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 HttpKernel Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/http-kernel/tree/v3.4.49"
                        },
                        "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/http-kernel"
                },
                {
                        "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": {
                                        "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": {
                                        "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-php56",
                        "version": "v1.20.0",
                        "version_normalized": "1.20.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php56.git",
                                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2020-10-23T14:02:19+00:00",
                        "type": "metapackage",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.20-dev"
                                }
                        },
                        "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 5.6+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.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": null
                },
                {
                        "name": "symfony/polyfill-php70",
                        "version": "v1.20.0",
                        "version_normalized": "1.20.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/polyfill-php70.git",
                                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/5f03a781d984aae42cebd18e7912fa80f02ee644",
                                "reference": "5f03a781d984aae42cebd18e7912fa80f02ee644",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1"
                        },
                        "time": "2020-10-23T14:02:19+00:00",
                        "type": "metapackage",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/polyfill",
                                        "name": "symfony/polyfill"
                                },
                                "branch-alias": {
                                        "dev-main": "1.20-dev"
                                }
                        },
                        "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.0+ features to lower PHP versions",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "compatibility",
                                "polyfill",
                                "portable",
                                "shim"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/polyfill-php70/tree/v1.20.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": null
                },
                {
                        "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": {
                                        "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/process",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/process.git",
                                "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15fca",
                                "reference": "b8648cf1d5af12a44a51d07ef9bf980921f15fca",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8"
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Process\\": ""
                                },
                                "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 Process Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/process/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/process"
                },
                {
                        "name": "symfony/routing",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/routing.git",
                                "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/routing/zipball/3e522ac69cadffd8131cc2b22157fa7662331a6c",
                                "reference": "3e522ac69cadffd8131cc2b22157fa7662331a6c",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8"
                        },
                        "conflict": {
                                "symfony/config": "<3.3.1",
                                "symfony/dependency-injection": "<3.3",
                                "symfony/yaml": "<3.4"
                        },
                        "require-dev": {
                                "doctrine/annotations": "~1.0",
                                "psr/log": "~1.0",
                                "symfony/config": "^3.3.1|~4.0",
                                "symfony/dependency-injection": "~3.3|~4.0",
                                "symfony/expression-language": "~2.8|~3.0|~4.0",
                                "symfony/http-foundation": "~2.8|~3.0|~4.0",
                                "symfony/yaml": "~3.4|~4.0"
                        },
                        "suggest": {
                                "doctrine/annotations": "For using the annotation loader",
                                "symfony/config": "For using the all-in-one router or any loader",
                                "symfony/expression-language": "For using expression matching",
                                "symfony/http-foundation": "For using a Symfony Request object",
                                "symfony/yaml": "For using the YAML loader"
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Routing\\": ""
                                },
                                "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 Routing Component",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "router",
                                "routing",
                                "uri",
                                "url"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/routing/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/routing"
                },
                {
                        "name": "symfony/translation",
                        "version": "v4.3.11",
                        "version_normalized": "4.3.11.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/translation.git",
                                "reference": "46e462be71935ae15eab531e4d491d801857f24c"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/translation/zipball/46e462be71935ae15eab531e4d491d801857f24c",
                                "reference": "46e462be71935ae15eab531e4d491d801857f24c",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^7.1.3",
                                "symfony/polyfill-mbstring": "~1.0",
                                "symfony/translation-contracts": "^1.1.6"
                        },
                        "conflict": {
                                "symfony/config": "<3.4",
                                "symfony/dependency-injection": "<3.4",
                                "symfony/yaml": "<3.4"
                        },
                        "provide": {
                                "symfony/translation-implementation": "1.0"
                        },
                        "require-dev": {
                                "psr/log": "~1.0",
                                "symfony/config": "~3.4|~4.0",
                                "symfony/console": "~3.4|~4.0",
                                "symfony/dependency-injection": "~3.4|~4.0",
                                "symfony/finder": "~2.8|~3.0|~4.0",
                                "symfony/http-kernel": "~3.4|~4.0",
                                "symfony/intl": "~3.4|~4.0",
                                "symfony/service-contracts": "^1.1.2",
                                "symfony/var-dumper": "~3.4|~4.0",
                                "symfony/yaml": "~3.4|~4.0"
                        },
                        "suggest": {
                                "psr/log-implementation": "To use logging capability in translator",
                                "symfony/config": "",
                                "symfony/yaml": ""
                        },
                        "time": "2020-01-04T12:24:57+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "4.3-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Translation\\": ""
                                },
                                "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 Translation Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/translation/tree/4.3"
                        },
                        "install-path": "../symfony/translation"
                },
                {
                        "name": "symfony/translation-contracts",
                        "version": "v1.10.0",
                        "version_normalized": "1.10.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/translation-contracts.git",
                                "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/7462e5c4cb8b9cd152f992e8f10963b5641921f6",
                                "reference": "7462e5c4cb8b9cd152f992e8f10963b5641921f6",
                                "shasum": ""
                        },
                        "require": {
                                "php": ">=7.1.3"
                        },
                        "suggest": {
                                "symfony/translation-implementation": ""
                        },
                        "time": "2022-06-27T13:16:42+00:00",
                        "type": "library",
                        "extra": {
                                "thanks": {
                                        "url": "https://github.com/symfony/contracts",
                                        "name": "symfony/contracts"
                                },
                                "branch-alias": {
                                        "dev-main": "1.1-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Contracts\\Translation\\": ""
                                }
                        },
                        "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 translation",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "abstractions",
                                "contracts",
                                "decoupling",
                                "interfaces",
                                "interoperability",
                                "standards"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/translation-contracts/tree/v1.10.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/translation-contracts"
                },
                {
                        "name": "symfony/var-dumper",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/var-dumper.git",
                                "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0719f6cf4633a38b2c1585140998579ce23b4b7d",
                                "reference": "0719f6cf4633a38b2c1585140998579ce23b4b7d",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "symfony/polyfill-mbstring": "~1.0"
                        },
                        "conflict": {
                                "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
                        },
                        "require-dev": {
                                "ext-iconv": "*",
                                "twig/twig": "~1.34|~2.4"
                        },
                        "suggest": {
                                "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                                "ext-intl": "To show region name in time zone dump",
                                "ext-symfony_debug": ""
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "files": [
                                        "Resources/functions/dump.php"
                                ],
                                "psr-4": {
                                        "Symfony\\Component\\VarDumper\\": ""
                                },
                                "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": "Symfony mechanism for exploring and dumping PHP variables",
                        "homepage": "https://symfony.com",
                        "keywords": [
                                "debug",
                                "dump"
                        ],
                        "support": {
                                "source": "https://github.com/symfony/var-dumper/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/var-dumper"
                },
                {
                        "name": "symfony/yaml",
                        "version": "v3.4.47",
                        "version_normalized": "3.4.47.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/symfony/yaml.git",
                                "reference": "88289caa3c166321883f67fe5130188ebbb47094"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
                                "reference": "88289caa3c166321883f67fe5130188ebbb47094",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.5.9|>=7.0.8",
                                "symfony/polyfill-ctype": "~1.8"
                        },
                        "conflict": {
                                "symfony/console": "<3.4"
                        },
                        "require-dev": {
                                "symfony/console": "~3.4|~4.0"
                        },
                        "suggest": {
                                "symfony/console": "For validating YAML files using the lint command"
                        },
                        "time": "2020-10-24T10:57:07+00:00",
                        "type": "library",
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Symfony\\Component\\Yaml\\": ""
                                },
                                "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 Yaml Component",
                        "homepage": "https://symfony.com",
                        "support": {
                                "source": "https://github.com/symfony/yaml/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/yaml"
                },
                {
                        "name": "tijsverkoyen/css-to-inline-styles",
                        "version": "v2.2.7",
                        "version_normalized": "2.2.7.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
                                "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/83ee6f38df0a63106a9e4536e3060458b74ccedb",
                                "reference": "83ee6f38df0a63106a9e4536e3060458b74ccedb",
                                "shasum": ""
                        },
                        "require": {
                                "ext-dom": "*",
                                "ext-libxml": "*",
                                "php": "^5.5 || ^7.0 || ^8.0",
                                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
                        },
                        "time": "2023-12-08T13:03:43+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.2.x-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "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.2.7"
                        },
                        "install-path": "../tijsverkoyen/css-to-inline-styles"
                },
                {
                        "name": "vlucas/phpdotenv",
                        "version": "v2.6.9",
                        "version_normalized": "2.6.9.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/vlucas/phpdotenv.git",
                                "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
                                "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141",
                                "shasum": ""
                        },
                        "require": {
                                "php": "^5.3.9 || ^7.0 || ^8.0",
                                "symfony/polyfill-ctype": "^1.17"
                        },
                        "require-dev": {
                                "ext-filter": "*",
                                "ext-pcre": "*",
                                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21"
                        },
                        "suggest": {
                                "ext-filter": "Required to use the boolean validator.",
                                "ext-pcre": "Required to use most of the library."
                        },
                        "time": "2021-12-12T22:59:22+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "2.6-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Dotenv\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "BSD-3-Clause"
                        ],
                        "authors": [
                                {
                                        "name": "Graham Campbell",
                                        "email": "hello@gjcampbell.co.uk",
                                        "homepage": "https://github.com/GrahamCampbell"
                                },
                                {
                                        "name": "Vance Lucas",
                                        "email": "vance@vancelucas.com",
                                        "homepage": "https://github.com/vlucas"
                                }
                        ],
                        "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
                        "keywords": [
                                "dotenv",
                                "env",
                                "environment"
                        ],
                        "support": {
                                "issues": "https://github.com/vlucas/phpdotenv/issues",
                                "source": "https://github.com/vlucas/phpdotenv/tree/v2.6.9"
                        },
                        "funding": [
                                {
                                        "url": "https://github.com/GrahamCampbell",
                                        "type": "github"
                                },
                                {
                                        "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
                                        "type": "tidelift"
                                }
                        ],
                        "install-path": "../vlucas/phpdotenv"
                },
                {
                        "name": "webmozart/assert",
                        "version": "1.11.0",
                        "version_normalized": "1.11.0.0",
                        "source": {
                                "type": "git",
                                "url": "https://github.com/webmozarts/assert.git",
                                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
                        },
                        "dist": {
                                "type": "zip",
                                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
                                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
                                "shasum": ""
                        },
                        "require": {
                                "ext-ctype": "*",
                                "php": "^7.2 || ^8.0"
                        },
                        "conflict": {
                                "phpstan/phpstan": "<0.12.20",
                                "vimeo/psalm": "<4.6.1 || 4.6.2"
                        },
                        "require-dev": {
                                "phpunit/phpunit": "^8.5.13"
                        },
                        "time": "2022-06-03T18:03:27+00:00",
                        "type": "library",
                        "extra": {
                                "branch-alias": {
                                        "dev-master": "1.10-dev"
                                }
                        },
                        "installation-source": "dist",
                        "autoload": {
                                "psr-4": {
                                        "Webmozart\\Assert\\": "src/"
                                }
                        },
                        "notification-url": "https://packagist.org/downloads/",
                        "license": [
                                "MIT"
                        ],
                        "authors": [
                                {
                                        "name": "Bernhard Schussek",
                                        "email": "bschussek@gmail.com"
                                }
                        ],
                        "description": "Assertions to validate method input/output with nice error messages.",
                        "keywords": [
                                "assert",
                                "check",
                                "validate"
                        ],
                        "support": {
                                "issues": "https://github.com/webmozarts/assert/issues",
                                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
                        },
                        "install-path": "../webmozart/assert"
                }
        ],
        "dev": true,
        "dev-package-names": [
                "doctrine/deprecations",
                "doctrine/instantiator",
                "fzaninotto/faker",
                "hamcrest/hamcrest-php",
                "mockery/mockery",
                "phpdocumentor/reflection-common",
                "phpdocumentor/reflection-docblock",
                "phpdocumentor/type-resolver",
                "phpspec/prophecy",
                "phpstan/phpdoc-parser",
                "phpunit/php-code-coverage",
                "phpunit/php-file-iterator",
                "phpunit/php-text-template",
                "phpunit/php-timer",
                "phpunit/php-token-stream",
                "phpunit/phpunit",
                "phpunit/phpunit-mock-objects",
                "sebastian/comparator",
                "sebastian/diff",
                "sebastian/environment",
                "sebastian/exporter",
                "sebastian/global-state",
                "sebastian/recursion-context",
                "sebastian/version",
                "symfony/dom-crawler",
                "symfony/yaml",
                "webmozart/assert"
        ]
}
