{
    "packages": [
        {
            "name": "markrogoyski/math-php",
            "version": "dev-master",
            "version_normalized": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/markrogoyski/math-php.git",
                "reference": "4dab1f0efe96b547bd21b17b66a5b7efec5902b3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/markrogoyski/math-php/zipball/4dab1f0efe96b547bd21b17b66a5b7efec5902b3",
                "reference": "4dab1f0efe96b547bd21b17b66a5b7efec5902b3",
                "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": "*",
                "phpunit/phpunit": "^8.5",
                "squizlabs/php_codesniffer": "3.*"
            },
            "time": "2021-05-09T19:53:17+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "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"
            ],
            "install-path": "../markrogoyski/math-php"
        },
        {
            "name": "symfony/deprecation-contracts",
            "version": "dev-main",
            "version_normalized": "dev-main",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/deprecation-contracts.git",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
                "shasum": ""
            },
            "require": {
                "php": ">=7.1"
            },
            "time": "2021-03-23T23:28:01+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.4-dev"
                },
                "thanks": {
                    "name": "symfony/contracts",
                    "url": "https://github.com/symfony/contracts"
                }
            },
            "installation-source": "source",
            "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",
            "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/dotenv",
            "version": "5.1.x-dev",
            "version_normalized": "5.1.9999999.9999999-dev",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/dotenv.git",
                "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/dotenv/zipball/783f12027c6b40ab0e93d6136d9f642d1d67cd6b",
                "reference": "783f12027c6b40ab0e93d6136d9f642d1d67cd6b",
                "shasum": ""
            },
            "require": {
                "php": ">=7.2.5",
                "symfony/deprecation-contracts": "^2.1"
            },
            "require-dev": {
                "symfony/process": "^4.4|^5.0"
            },
            "time": "2021-01-27T10:01:46+00:00",
            "type": "library",
            "installation-source": "source",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Dotenv\\": ""
                },
                "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": "Registers environment variables from a .env file",
            "homepage": "https://symfony.com",
            "keywords": [
                "dotenv",
                "env",
                "environment"
            ],
            "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/dotenv"
        }
    ],
    "dev": true,
    "dev-package-names": []
}
