Skip to content
Snippets Groups Projects
composer.lock 302 KiB
Newer Older
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            ],
            "description": "A pack for the Symfony web profiler",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "issues": "https://github.com/symfony/profiler-pack/issues",
                "source": "https://github.com/symfony/profiler-pack/tree/v1.0.5"
            },
            "funding": [
                {
                    "url": "https://symfony.com/sponsor",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/fabpot",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2020-08-12T06:50:46+00:00"
        },
        {
            "name": "symfony/stopwatch",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "v5.2.7",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/stopwatch.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "d99310c33e833def36419c284f60e8027d359678"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/symfony/stopwatch/zipball/d99310c33e833def36419c284f60e8027d359678",
                "reference": "d99310c33e833def36419c284f60e8027d359678",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/service-contracts": "^1.0|^2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Stopwatch\\": ""
                },
                "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 a way to profile code",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
            "support": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "source": "https://github.com/symfony/stopwatch/tree/v5.3.0-BETA1"
            },
            "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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2021-03-29T15:28:41+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "symfony/web-profiler-bundle",
            "version": "v5.2.8",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/web-profiler-bundle.git",
                "reference": "68aea5b0ca1328c2a1ae3df04cce50302a5106f9"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/68aea5b0ca1328c2a1ae3df04cce50302a5106f9",
                "reference": "68aea5b0ca1328c2a1ae3df04cce50302a5106f9",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": ">=7.2.5",
                "symfony/config": "^4.4|^5.0",
                "symfony/framework-bundle": "^5.1",
                "symfony/http-kernel": "^5.2",
                "symfony/routing": "^4.4|^5.0",
                "symfony/twig-bundle": "^4.4|^5.0",
                "twig/twig": "^2.13|^3.0.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/dependency-injection": "<5.2",
                "symfony/form": "<4.4",
                "symfony/messenger": "<4.4"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require-dev": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "symfony/browser-kit": "^4.4|^5.0",
                "symfony/console": "^4.4|^5.0",
                "symfony/css-selector": "^4.4|^5.0",
                "symfony/stopwatch": "^4.4|^5.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "Symfony\\Bundle\\WebProfilerBundle\\": ""
                },
                "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"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "description": "Provides a development tool that gives detailed information about the execution of any request",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://symfony.com",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "support": {
                "source": "https://github.com/symfony/web-profiler-bundle/tree/v5.2.8"
            },
            "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"
                }
            ],
            "time": "2021-05-11T14:36:09+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "vimeo/psalm",
            "version": "4.8.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/vimeo/psalm.git",
                "reference": "f73f2299dbc59a3e6c4d66cff4605176e728ee69"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vimeo/psalm/zipball/f73f2299dbc59a3e6c4d66cff4605176e728ee69",
                "reference": "f73f2299dbc59a3e6c4d66cff4605176e728ee69",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                "amphp/amp": "^2.4.2",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "amphp/byte-stream": "^1.5",
                "composer/package-versions-deprecated": "^1.8.0",
                "composer/semver": "^1.4 || ^2.0 || ^3.0",
                "composer/xdebug-handler": "^1.1 || ^2.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "dnoegel/php-xdg-base-dir": "^0.1.1",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-mbstring": "*",
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "felixfbecker/advanced-json-rpc": "^3.0.3",
                "felixfbecker/language-server-protocol": "^1.5",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
                "nikic/php-parser": "^4.10.5",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "openlss/lib-array2xml": "^1.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "php": "^7.1|^8",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "sebastian/diff": "^3.0 || ^4.0",
                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
                "webmozart/path-util": "^2.3"
            },
            "provide": {
                "psalm/psalm": "self.version"
            },
            "require-dev": {
                "bamarni/composer-bin-plugin": "^1.2",
                "brianium/paratest": "^4.0||^6.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "ext-curl": "*",
                "php-parallel-lint/php-parallel-lint": "^1.2",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpdocumentor/reflection-docblock": "^5",
                "phpmyadmin/sql-parser": "5.1.0||dev-master",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "phpspec/prophecy": ">=1.9.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "phpunit/phpunit": "^9.0",
                "psalm/plugin-phpunit": "^0.16",
                "slevomat/coding-standard": "^7.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "squizlabs/php_codesniffer": "^3.5",
                "symfony/process": "^4.3 || ^5.0",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "weirdan/phpunit-appveyor-reporter": "^1.0.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "weirdan/prophecy-shim": "^1.0 || ^2.0"
            },
            "suggest": {
                "ext-igbinary": "^2.0.5"
            },
            "bin": [
                "psalm",
                "psalm-language-server",
                "psalm-plugin",
                "psalm-refactor",
                "psalter"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "dev-master": "4.x-dev",
                    "dev-3.x": "3.x-dev",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                    "dev-2.x": "2.x-dev",
                    "dev-1.x": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psalm\\": "src/Psalm/"
                },
                "files": [
                    "src/functions.php",
                    "src/spl_object_id.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthew Brown"
                }
            ],
            "description": "A static analysis tool for finding errors in PHP applications",
            "keywords": [
                "code",
                "inspection",
                "php"
            ],
            "support": {
                "issues": "https://github.com/vimeo/psalm/issues",
                "source": "https://github.com/vimeo/psalm/tree/4.8.1"
            "time": "2021-06-20T23:03:20+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2015-12-17T08:42:14+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
Reiter, Christoph's avatar
Reiter, Christoph committed
    "stability-flags": [],
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "prefer-stable": false,
    "prefer-lowest": false,
Reiter, Christoph's avatar
Reiter, Christoph committed
    "platform": {
        "php": "^7.3"
    },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.3"
    },
    "plugin-api-version": "2.1.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
}