{
    "packages": [
        {
            "name": "markrogoyski\/math-php",
            "version": "v2.10.0",
            "version_normalized": "2.10.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/markrogoyski\/math-php.git",
                "reference": "e587bfe3aadddfba0f3a40f49d2ed91132f30c5a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/markrogoyski\/math-php\/zipball\/e587bfe3aadddfba0f3a40f49d2ed91132f30c5a",
                "reference": "e587bfe3aadddfba0f3a40f49d2ed91132f30c5a",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": ">=7.2.0"
            },
            "require-dev": {
                "php-coveralls\/php-coveralls": "^2.0",
                "php-parallel-lint\/php-parallel-lint": "^1.2",
                "phploc\/phploc": "*",
                "phpmd\/phpmd": "^2.6",
                "phpstan\/phpstan": "^1.10",
                "phpunit\/phpunit": "^8.5",
                "squizlabs\/php_codesniffer": "3.*"
            },
            "time": "2024-04-17T00:09:51+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\MathPHP\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Mark Rogoyski",
                    "email": "mark@rogoyski.com",
                    "homepage": "https:\/\/github.com\/markrogoyski",
                    "role": "Lead developer"
                },
                {
                    "name": "Kevin Nowaczyk",
                    "homepage": "https:\/\/github.com\/Beakerboy",
                    "role": "Developer"
                },
                {
                    "name": "MathPHP Community of Contributors",
                    "homepage": "https:\/\/github.com\/markrogoyski\/math-php\/graphs\/contributors"
                }
            ],
            "description": "Math Library for PHP. Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra",
            "homepage": "https:\/\/github.com\/markrogoyski\/math-php\/",
            "keywords": [
                "algebra",
                "combinatorics",
                "distributions",
                "linear algebra",
                "math",
                "mathematics",
                "matrix",
                "numerical analysis",
                "probability",
                "regressions",
                "statistics"
            ],
            "support": {
                "issues": "https:\/\/github.com\/markrogoyski\/math-php\/issues",
                "source": "https:\/\/github.com\/markrogoyski\/math-php\/tree\/v2.10.0"
            },
            "install-path": "..\/markrogoyski\/math-php"
        },
        {
            "name": "psr\/container",
            "version": "1.1.1",
            "version_normalized": "1.1.1.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/php-fig\/container.git",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/php-fig\/container\/zipball\/8622567409010282b7aeebe4bb841fe98b58dcaf",
                "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.0"
            },
            "time": "2021-03-05T17:36:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\Psr\\Container\\": "src\/"
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https:\/\/www.php-fig.org\/"
                }
            ],
            "description": "Common Container Interface (PHP FIG PSR-11)",
            "homepage": "https:\/\/github.com\/php-fig\/container",
            "keywords": [
                "PSR-11",
                "container",
                "container-interface",
                "container-interop",
                "psr"
            ],
            "support": {
                "issues": "https:\/\/github.com\/php-fig\/container\/issues",
                "source": "https:\/\/github.com\/php-fig\/container\/tree\/1.1.1"
            },
            "install-path": "..\/psr\/container"
        },
        {
            "name": "symfony\/config",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/config.git",
                "reference": "62cec4a067931552624a9962002c210c502d42fd"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/config\/zipball\/62cec4a067931552624a9962002c210c502d42fd",
                "reference": "62cec4a067931552624a9962002c210c502d42fd",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/filesystem": "^4.4|^5.0|^6.0",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.22"
            },
            "conflict": {
                "symfony\/finder": "<4.4"
            },
            "require-dev": {
                "symfony\/event-dispatcher": "^4.4|^5.0|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/messenger": "^4.4|^5.0|^6.0",
                "symfony\/service-contracts": "^1.1|^2|^3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/yaml": "To use the yaml reference dumper"
            },
            "time": "2024-04-18T08:26:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\Symfony\\Component\\Config\\": ""
                },
                "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": "Helps you find, load, combine, autofill and validate configuration values of any kind",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/config\/tree\/v5.4.39"
            },
            "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\/config"
        },
        {
            "name": "symfony\/dependency-injection",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/dependency-injection.git",
                "reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/dependency-injection\/zipball\/5b4505f2afbe1d11d43a3917d0c1c178a38f6f19",
                "reference": "5b4505f2afbe1d11d43a3917d0c1c178a38f6f19",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/container": "^1.1.1",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/polyfill-php81": "^1.22",
                "symfony\/service-contracts": "^1.1.6|^2"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2",
                "symfony\/config": "<5.3",
                "symfony\/finder": "<4.4",
                "symfony\/proxy-manager-bridge": "<4.4",
                "symfony\/yaml": "<4.4.26"
            },
            "provide": {
                "psr\/container-implementation": "1.0",
                "symfony\/service-implementation": "1.0|2.0"
            },
            "require-dev": {
                "symfony\/config": "^5.3|^6.0",
                "symfony\/expression-language": "^4.4|^5.0|^6.0",
                "symfony\/yaml": "^4.4.26|^5.0|^6.0"
            },
            "suggest": {
                "symfony\/config": "",
                "symfony\/expression-language": "For using expressions in service container configuration",
                "symfony\/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
                "symfony\/proxy-manager-bridge": "Generate service proxies to lazy load them",
                "symfony\/yaml": ""
            },
            "time": "2024-04-18T08:26:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\Symfony\\Component\\DependencyInjection\\": ""
                },
                "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": "Allows you to standardize and centralize the way objects are constructed in your application",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/dependency-injection\/tree\/v5.4.39"
            },
            "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\/dependency-injection"
        },
        {
            "name": "symfony\/deprecation-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/deprecation-contracts.git",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/deprecation-contracts\/zipball\/80d075412b557d41002320b96a096ca65aa2c98d",
                "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2023-01-24T14:02:46+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "function.php"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "A generic function and convention to trigger deprecation notices",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/deprecation-contracts\/tree\/v2.5.3"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/deprecation-contracts"
        },
        {
            "name": "symfony\/filesystem",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/filesystem.git",
                "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/filesystem\/zipball\/e6edd875d5d39b03de51f3c3951148cfa79a4d12",
                "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-mbstring": "~1.8",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/process": "^5.4|^6.4"
            },
            "time": "2024-04-18T08:26:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\Symfony\\Component\\Filesystem\\": ""
                },
                "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 basic utilities for the filesystem",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/filesystem\/tree\/v5.4.39"
            },
            "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\/filesystem"
        },
        {
            "name": "symfony\/polyfill-ctype",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-ctype.git",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-ctype\/zipball\/ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-ctype": "*"
            },
            "suggest": {
                "ext-ctype": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\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.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-ctype"
        },
        {
            "name": "symfony\/polyfill-intl-grapheme",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme.git",
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-grapheme\/zipball\/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
                "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\Symfony\\Polyfill\\Intl\\Grapheme\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's grapheme_* functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "grapheme",
                "intl",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-intl-grapheme\/tree\/v1.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-grapheme"
        },
        {
            "name": "symfony\/polyfill-intl-normalizer",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer.git",
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-intl-normalizer\/zipball\/bc45c394692b948b4d383a08d7753968bed9a83d",
                "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "suggest": {
                "ext-intl": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\Symfony\\Polyfill\\Intl\\Normalizer\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill for intl's Normalizer class and related functions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "intl",
                "normalizer",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-intl-normalizer\/tree\/v1.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-intl-normalizer"
        },
        {
            "name": "symfony\/polyfill-mbstring",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-mbstring.git",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-mbstring\/zipball\/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "provide": {
                "ext-mbstring": "*"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\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.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-mbstring"
        },
        {
            "name": "symfony\/polyfill-php80",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php80.git",
                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php80\/zipball\/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
                "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\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.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php80"
        },
        {
            "name": "symfony\/polyfill-php81",
            "version": "v1.29.0",
            "version_normalized": "1.29.0.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/polyfill-php81.git",
                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/polyfill-php81\/zipball\/c565ad1e63f30e7477fc40738343c62b40bc672d",
                "reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2024-01-29T20:11:03+00:00",
            "type": "library",
            "extra": {
                "thanks": {
                    "name": "symfony\/polyfill",
                    "url": "https:\/\/github.com\/symfony\/polyfill"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ],
                "psr-4": {
                    "Sparkfp\\Symfony\\Polyfill\\Php81\\": ""
                },
                "classmap": [
                    "Resources\/stubs"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/polyfill-php81\/tree\/v1.29.0"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/polyfill-php81"
        },
        {
            "name": "symfony\/process",
            "version": "v6.4.7",
            "version_normalized": "6.4.7.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/process.git",
                "reference": "cdb1c81c145fd5aa9b0038bab694035020943381"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/process\/zipball\/cdb1c81c145fd5aa9b0038bab694035020943381",
                "reference": "cdb1c81c145fd5aa9b0038bab694035020943381",
                "shasum": ""
            },
            "require": {
                "php": ">=8.1"
            },
            "time": "2024-04-18T09:22:46+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\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": "Executes commands in sub-processes",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/process\/tree\/v6.4.7"
            },
            "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\/service-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/service-contracts.git",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/service-contracts\/zipball\/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "psr\/container": "^1.1",
                "symfony\/deprecation-contracts": "^2.1|^3"
            },
            "conflict": {
                "ext-psr": "<1.1|>=2"
            },
            "suggest": {
                "symfony\/service-implementation": ""
            },
            "time": "2023-04-21T15:04:16+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\Symfony\\Contracts\\Service\\": ""
                }
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Generic abstractions related to writing services",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/service-contracts\/tree\/v2.5.3"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/service-contracts"
        },
        {
            "name": "symfony\/string",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/string.git",
                "reference": "495e71bae5862308051b9e63cc3e34078eed83ef"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/string\/zipball\/495e71bae5862308051b9e63cc3e34078eed83ef",
                "reference": "495e71bae5862308051b9e63cc3e34078eed83ef",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/polyfill-ctype": "~1.8",
                "symfony\/polyfill-intl-grapheme": "~1.0",
                "symfony\/polyfill-intl-normalizer": "~1.0",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "~1.15"
            },
            "conflict": {
                "symfony\/translation-contracts": ">=3.0"
            },
            "require-dev": {
                "symfony\/error-handler": "^4.4|^5.0|^6.0",
                "symfony\/http-client": "^4.4|^5.0|^6.0",
                "symfony\/translation-contracts": "^1.1|^2",
                "symfony\/var-exporter": "^4.4|^5.0|^6.0"
            },
            "time": "2024-04-18T08:26:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Sparkfp\\Symfony\\Component\\String\\": ""
                },
                "exclude-from-classmap": [
                    "\/Tests\/"
                ]
            },
            "notification-url": "https:\/\/packagist.org\/downloads\/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https:\/\/symfony.com\/contributors"
                }
            ],
            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
            "homepage": "https:\/\/symfony.com",
            "keywords": [
                "grapheme",
                "i18n",
                "string",
                "unicode",
                "utf-8",
                "utf8"
            ],
            "support": {
                "source": "https:\/\/github.com\/symfony\/string\/tree\/v5.4.39"
            },
            "funding": [
                {
                    "url": "https:\/\/symfony.com\/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https:\/\/github.com\/fabpot",
                    "type": "github"
                },
                {
                    "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
                    "type": "tidelift"
                }
            ],
            "install-path": "..\/symfony\/string"
        },
        {
            "name": "symfony\/translation",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation.git",
                "reference": "0fabede35e3985c4f96089edeeefe8313e15ca3a"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation\/zipball\/0fabede35e3985c4f96089edeeefe8313e15ca3a",
                "reference": "0fabede35e3985c4f96089edeeefe8313e15ca3a",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-mbstring": "~1.0",
                "symfony\/polyfill-php80": "^1.16",
                "symfony\/translation-contracts": "^2.3"
            },
            "conflict": {
                "symfony\/config": "<4.4",
                "symfony\/console": "<5.3",
                "symfony\/dependency-injection": "<5.0",
                "symfony\/http-kernel": "<5.0",
                "symfony\/twig-bundle": "<5.0",
                "symfony\/yaml": "<4.4"
            },
            "provide": {
                "symfony\/translation-implementation": "2.3"
            },
            "require-dev": {
                "psr\/log": "^1|^2|^3",
                "symfony\/config": "^4.4|^5.0|^6.0",
                "symfony\/console": "^5.4|^6.0",
                "symfony\/dependency-injection": "^5.0|^6.0",
                "symfony\/finder": "^4.4|^5.0|^6.0",
                "symfony\/http-client-contracts": "^1.1|^2.0|^3.0",
                "symfony\/http-kernel": "^5.0|^6.0",
                "symfony\/intl": "^4.4|^5.0|^6.0",
                "symfony\/polyfill-intl-icu": "^1.21",
                "symfony\/service-contracts": "^1.1.2|^2|^3",
                "symfony\/yaml": "^4.4|^5.0|^6.0"
            },
            "suggest": {
                "psr\/log-implementation": "To use logging capability in translator",
                "symfony\/config": "",
                "symfony\/yaml": ""
            },
            "time": "2024-04-18T08:26:06+00:00",
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "files": [
                    "Resources\/functions.php"
                ],
                "psr-4": {
                    "Sparkfp\\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": "Provides tools to internationalize your application",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/translation\/tree\/v5.4.39"
            },
            "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"
        },
        {
            "name": "symfony\/translation-contracts",
            "version": "v2.5.3",
            "version_normalized": "2.5.3.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/translation-contracts.git",
                "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/translation-contracts\/zipball\/b0073a77ac0b7ea55131020e87b1e3af540f4664",
                "reference": "b0073a77ac0b7ea55131020e87b1e3af540f4664",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5"
            },
            "suggest": {
                "symfony\/translation-implementation": ""
            },
            "time": "2024-01-23T13:51:25+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.5-dev"
                },
                "thanks": {
                    "name": "symfony\/contracts",
                    "url": "https:\/\/github.com\/symfony\/contracts"
                }
            },
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\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\/v2.5.3"
            },
            "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\/yaml",
            "version": "v5.4.39",
            "version_normalized": "5.4.39.0",
            "source": {
                "type": "git",
                "url": "https:\/\/github.com\/symfony\/yaml.git",
                "reference": "bc780e16879000f77a1022163c052f5323b5e640"
            },
            "dist": {
                "type": "zip",
                "url": "https:\/\/api.github.com\/repos\/symfony\/yaml\/zipball\/bc780e16879000f77a1022163c052f5323b5e640",
                "reference": "bc780e16879000f77a1022163c052f5323b5e640",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony\/deprecation-contracts": "^2.1|^3",
                "symfony\/polyfill-ctype": "^1.8"
            },
            "conflict": {
                "symfony\/console": "<5.3"
            },
            "require-dev": {
                "symfony\/console": "^5.3|^6.0"
            },
            "suggest": {
                "symfony\/console": "For validating YAML files using the lint command"
            },
            "time": "2024-04-23T11:57:27+00:00",
            "bin": [
                "Resources\/bin\/yaml-lint"
            ],
            "type": "library",
            "installation-source": "dist",
            "autoload": {
                "psr-4": {
                    "Sparkfp\\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": "Loads and dumps YAML files",
            "homepage": "https:\/\/symfony.com",
            "support": {
                "source": "https:\/\/github.com\/symfony\/yaml\/tree\/v5.4.39"
            },
            "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"
        }
    ],
    "dev": false,
    "dev-package-names": []
}