sha256:bf9486cc44a6939bcb544b308a26dd831aef59e5e753e9d274a4de90cc93bd58

Found in archives

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "4f8c40b61505abb919d653969f2f0336",
    "packages": [],
    "packages-dev": [
        {
            "name": "ergebnis/phpstan-rules",
            "version": "2.13.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ergebnis/phpstan-rules.git",
                "reference": "f69db86b98595c34fc1f61c89fe3b380141aa519"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/f69db86b98595c34fc1f61c89fe3b380141aa519",
                "reference": "f69db86b98595c34fc1f61c89fe3b380141aa519",
                "shasum": ""
            },
            "require": {
                "ext-mbstring": "*",
                "php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
                "phpstan/phpstan": "^2.1.35"
            },
            "require-dev": {
                "codeception/codeception": "^4.0.0 || ^5.0.0",
                "doctrine/orm": "^2.20.0 || ^3.3.0",
                "ergebnis/composer-normalize": "^2.49.0",
                "ergebnis/license": "^2.7.0",
                "ergebnis/php-cs-fixer-config": "^6.59.0",
                "ergebnis/phpunit-slow-test-detector": "^2.20.0",
                "fakerphp/faker": "^1.24.1",
                "phpstan/extension-installer": "^1.4.3",
                "phpstan/phpstan-deprecation-rules": "^2.0.3",
                "phpstan/phpstan-phpunit": "^2.0.12",
                "phpstan/phpstan-strict-rules": "^2.0.8",
                "phpunit/phpunit": "^9.6.21",
                "psr/container": "^2.0.2",
                "symfony/finder": "^5.4.45",
                "symfony/process": "^5.4.47"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Ergebnis\\PHPStan\\Rules\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Andreas Möller",
                    "email": "am@localheinz.com",
                    "homepage": "https://localheinz.com"
                }
            ],
            "description": "Provides rules for phpstan/phpstan.",
            "homepage": "https://github.com/ergebnis/phpstan-rules",
            "keywords": [
                "PHPStan",
                "phpstan-rules"
            ],
            "support": {
                "issues": "https://github.com/ergebnis/phpstan-rules/issues",
                "security": "https://github.com/ergebnis/phpstan-rules/blob/main/.github/SECURITY.md",
                "source": "https://github.com/ergebnis/phpstan-rules"
            },
            "time": "2026-01-27T17:13:06+00:00"
        },
        {
            "name": "phar-io/version",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/phar-io/version.git",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
                "shasum": ""
            },
            "require": {
                "php": "^7.2 || ^8.0"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Arne Blankerts",
                    "email": "arne@blankerts.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Heuer",
                    "email": "sebastian@phpeople.de",
                    "role": "Developer"
                },
                {
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "Developer"
                }
            ],
            "description": "Library for handling version information and constraints",
            "support": {
                "issues": "https://github.com/phar-io/version/issues",
                "source": "https://github.com/phar-io/version/tree/3.2.1"
            },
            "time": "2022-02-21T01:04:05+00:00"
        },
        {
            "name": "phpstan/extension-installer",
            "version": "1.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/extension-installer.git",
                "reference": "85e90b3942d06b2326fba0403ec24fe912372936"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/extension-installer/zipball/85e90b3942d06b2326fba0403ec24fe912372936",
                "reference": "85e90b3942d06b2326fba0403ec24fe912372936",
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^2.0",
                "php": "^7.2 || ^8.0",
                "phpstan/phpstan": "^1.9.0 || ^2.0"
            },
            "require-dev": {
                "composer/composer": "^2.0",
                "php-parallel-lint/php-parallel-lint": "^1.2.0",
                "phpstan/phpstan-strict-rules": "^0.11 || ^0.12 || ^1.0"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PHPStan\\ExtensionInstaller\\Plugin"
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\ExtensionInstaller\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Composer plugin for automatic installation of PHPStan extensions",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpstan/extension-installer/issues",
                "source": "https://github.com/phpstan/extension-installer/tree/1.4.3"
            },
            "time": "2024-09-04T20:21:43+00:00"
        },
        {
            "name": "phpstan/phpstan",
            "version": "2.2.8",
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e285254e60f33c21902efef4a926ca0987c06804",
                "reference": "e285254e60f33c21902efef4a926ca0987c06804",
                "shasum": ""
            },
            "require": {
                "php": "^7.4|^8.0"
            },
            "conflict": {
                "phpstan/phpstan-shim": "*"
            },
            "bin": [
                "phpstan",
                "phpstan.phar"
            ],
            "type": "library",
            "autoload": {
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ondřej Mirtes"
                },
                {
                    "name": "Markus Staab"
                },
                {
                    "name": "Vincent Langlet"
                }
            ],
            "description": "PHPStan - PHP Static Analysis Tool",
            "keywords": [
                "dev",
                "static analysis"
            ],
            "support": {
                "docs": "https://phpstan.org/user-guide/getting-started",
                "forum": "https://github.com/phpstan/phpstan/discussions",
                "issues": "https://github.com/phpstan/phpstan/issues",
                "security": "https://github.com/phpstan/phpstan/security/policy",
                "source": "https://github.com/phpstan/phpstan-src"
            },
            "funding": [
                {
                    "url": "https://github.com/ondrejmirtes",
                    "type": "github"
                },
                {
                    "url": "https://github.com/phpstan",
                    "type": "github"
                }
            ],
            "time": "2026-08-04T22:21:45+00:00"
        },
        {
            "name": "phpstan/phpstan-phpunit",
            "version": "2.0.18",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan-phpunit.git",
                "reference": "f5dc20ff8082d02339b60cab68ec3eb0d859fb30"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/f5dc20ff8082d02339b60cab68ec3eb0d859fb30",
                "reference": "f5dc20ff8082d02339b60cab68ec3eb0d859fb30",
                "shasum": ""
            },
            "require": {
                "phar-io/version": "^3.2",
                "php": "^7.4 || ^8.0",
                "phpstan/phpstan": "^2.2.3"
            },
            "conflict": {
                "phpunit/phpunit": "<7.0"
            },
            "require-dev": {
                "nikic/php-parser": "^5",
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/phpstan-deprecation-rules": "^2.0",
                "phpstan/phpstan-strict-rules": "^2.0",
                "phpunit/phpunit": "^9.6",
                "shipmonk/name-collision-detector": "^2.1"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "extension.neon",
                        "rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "PHPUnit extensions and rules for PHPStan",
            "keywords": [
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpstan/phpstan-phpunit/issues",
                "source": "https://github.com/phpstan/phpstan-phpunit/tree/2.0.18"
            },
            "time": "2026-07-04T12:16:09+00:00"
        },
        {
            "name": "phpstan/phpstan-strict-rules",
            "version": "2.0.12",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan-strict-rules.git",
                "reference": "2bc5ae19ae965663b62ac907ee6342c3903ec93b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/2bc5ae19ae965663b62ac907ee6342c3903ec93b",
                "reference": "2bc5ae19ae965663b62ac907ee6342c3903ec93b",
                "shasum": ""
            },
            "require": {
                "php": "^7.4 || ^8.0",
                "phpstan/phpstan": "^2.1.52"
            },
            "require-dev": {
                "php-parallel-lint/php-parallel-lint": "^1.2",
                "phpstan/phpstan-deprecation-rules": "^2.0",
                "phpstan/phpstan-phpunit": "^2.0",
                "phpunit/phpunit": "^9.6",
                "shipmonk/name-collision-detector": "^2.1"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "rules.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "PHPStan\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Extra strict and opinionated rules for PHPStan",
            "keywords": [
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/phpstan/phpstan-strict-rules/issues",
                "source": "https://github.com/phpstan/phpstan-strict-rules/tree/2.0.12"
            },
            "time": "2026-07-19T07:24:06+00:00"
        },
        {
            "name": "tomasvotruba/type-coverage",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/TomasVotruba/type-coverage.git",
                "reference": "7ba48c1bf3bbb7ffe99caacc7017bae5ee72d644"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/TomasVotruba/type-coverage/zipball/7ba48c1bf3bbb7ffe99caacc7017bae5ee72d644",
                "reference": "7ba48c1bf3bbb7ffe99caacc7017bae5ee72d644",
                "shasum": ""
            },
            "require": {
                "php": "^8.4",
                "phpstan/phpstan": "^2.2",
                "webmozart/assert": "^1.11 || ^2.1"
            },
            "require-dev": {
                "phpstan/extension-installer": "^1.4",
                "phpunit/phpunit": "^13.2",
                "rector/jack": "^1.0",
                "rector/rector": "^2.5",
                "shipmonk/composer-dependency-analyser": "^1.8",
                "symfony/dom-crawler": "^8.1",
                "symplify/easy-coding-standard": "^13.2",
                "tomasvotruba/unused-public": "^2.2",
                "tracy/tracy": "^2.12"
            },
            "type": "phpstan-extension",
            "extra": {
                "phpstan": {
                    "includes": [
                        "config/extension.neon",
                        "packages/type-perfect/config/extension.neon"
                    ]
                }
            },
            "autoload": {
                "psr-4": {
                    "Rector\\TypePerfect\\": "packages/type-perfect/src",
                    "TomasVotruba\\TypeCoverage\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Measure type coverage of your project",
            "keywords": [
                "phpstan-extension",
                "static analysis"
            ],
            "support": {
                "issues": "https://github.com/TomasVotruba/type-coverage/issues",
                "source": "https://github.com/TomasVotruba/type-coverage/tree/2.3.0"
            },
            "funding": [
                {
                    "url": "https://www.paypal.me/rectorphp",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/tomasvotruba",
                    "type": "github"
                }
            ],
            "time": "2026-07-29T20:32:37+00:00"
        },
        {
            "name": "webmozart/assert",
            "version": "2.4.1",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozarts/assert.git",
                "reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozarts/assert/zipball/2ccb7c2e821038c03a3e6e1700c570c158c55f70",
                "reference": "2ccb7c2e821038c03a3e6e1700c570c158c55f70",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-date": "*",
                "ext-filter": "*",
                "php": "^8.2"
            },
            "suggest": {
                "ext-intl": "",
                "ext-simplexml": "",
                "ext-spl": ""
            },
            "type": "library",
            "extra": {
                "psalm": {
                    "pluginClass": "Webmozart\\Assert\\PsalmPlugin"
                },
                "branch-alias": {
                    "dev-master": "2.0-dev",
                    "dev-feature/2-0": "2.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\Assert\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                },
                {
                    "name": "Woody Gilk",
                    "email": "woody.gilk@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/2.4.1"
            },
            "time": "2026-06-15T15:31:57+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {},
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {},
    "platform-dev": {},
    "plugin-api-version": "2.9.0"
}

Return to home page.