Skip to content
Snippets Groups Projects
composer.lock 219 KiB
Newer Older
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "symfony/polyfill-php72",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "v1.18.1",
Tim van Dijen's avatar
Tim van Dijen committed
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-php72.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "639447d008615574653fb3bc60d1986d7172eaae"
Tim van Dijen's avatar
Tim van Dijen committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
                "reference": "639447d008615574653fb3bc60d1986d7172eaae",
Tim van Dijen's avatar
Tim van Dijen committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "1.18-dev"
                },
                "thanks": {
                    "name": "symfony/polyfill",
                    "url": "https://github.com/symfony/polyfill"
Tim van Dijen's avatar
Tim van Dijen committed
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Php72\\": ""
                },
                "files": [
                    "bootstrap.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": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "polyfill",
                "portable",
                "shim"
            ],
            "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"
                }
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-07-14T12:35:20+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
        },
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "theseer/tokenizer",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "1.2.0",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/theseer/tokenizer.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "75a63c33a8577608444246075ea0af0d052e452a"
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
                "reference": "75a63c33a8577608444246075ea0af0d052e452a",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-dom": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": "^7.2 || ^8.0"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "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"
                }
            ],
            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
Tim van Dijen's avatar
Tim van Dijen committed
            "funding": [
                {
                    "url": "https://github.com/theseer",
                    "type": "github"
                }
            ],
            "time": "2020-07-12T23:59:07+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
        },
        {
            "name": "vimeo/psalm",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "3.15",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "source": {
                "type": "git",
                "url": "https://github.com/vimeo/psalm.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            },
            "dist": {
                "type": "zip",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/vimeo/psalm/zipball/de6e7f324f44dde540ebe7ebd4eb481b97c86f30",
                "reference": "de6e7f324f44dde540ebe7ebd4eb481b97c86f30",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "shasum": ""
            },
            "require": {
                "amphp/amp": "^2.1",
                "amphp/byte-stream": "^1.5",
Tim van Dijen's avatar
Tim van Dijen committed
                "composer/package-versions-deprecated": "^1.8.0",
                "composer/semver": "^1.4 || ^2.0 || ^3.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "composer/xdebug-handler": "^1.1",
Tim van Dijen's avatar
Tim van Dijen committed
                "dnoegel/php-xdg-base-dir": "^0.1.1",
                "ext-dom": "*",
                "ext-json": "*",
                "ext-libxml": "*",
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "felixfbecker/advanced-json-rpc": "^3.0.3",
                "felixfbecker/language-server-protocol": "^1.4",
Tim van Dijen's avatar
Tim van Dijen committed
                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0",
                "nikic/php-parser": "4.3.* || 4.4.* || 4.5.* || 4.6.* || ^4.8",
                "openlss/lib-array2xml": "^1.0",
                "php": "^7.1.3|^8",
                "sebastian/diff": "^3.0 || ^4.0",
                "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "webmozart/glob": "^4.1",
                "webmozart/path-util": "^2.3"
            },
            "provide": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "psalm/psalm": "self.version"
            },
            "require-dev": {
                "amphp/amp": "^2.4.2",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "bamarni/composer-bin-plugin": "^1.2",
                "brianium/paratest": "^4.0.0",
                "ext-curl": "*",
Tim van Dijen's avatar
Tim van Dijen committed
                "phpdocumentor/reflection-docblock": "^4.3.4 || ^5",
                "phpmyadmin/sql-parser": "5.1.0",
                "phpspec/prophecy": ">=1.9.0",
                "phpunit/phpunit": "^7.5.16 || ^8.5 || ^9.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "psalm/plugin-phpunit": "^0.11",
                "slevomat/coding-standard": "^5.0",
                "squizlabs/php_codesniffer": "^3.5",
Tim van Dijen's avatar
Tim van Dijen committed
                "symfony/process": "^4.3",
                "weirdan/prophecy-shim": "^1.0 || ^2.0"
            },
            "suggest": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "ext-igbinary": "^2.0.5"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "bin": [
                "psalm",
                "psalm-language-server",
                "psalm-plugin",
                "psalm-refactor",
                "psalter"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "dev-master": "3.x-dev",
                    "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": [
                {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Matthew Brown"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "A static analysis tool for finding errors in PHP applications",
            "keywords": [
                "code",
                "inspection",
                "php"
            ],
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2020-09-01T22:09:30+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "webmozart/glob",
            "version": "4.1.0",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/webmozart/glob.git",
                "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe"
            },
            "dist": {
                "type": "zip",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://api.github.com/repos/webmozart/glob/zipball/3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
                "reference": "3cbf63d4973cf9d780b93d2da8eec7e4a9e63bbe",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "php": "^5.3.3|^7.0",
                "webmozart/path-util": "^2.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1",
                "symfony/filesystem": "^2.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "dev-master": "4.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "Webmozart\\Glob\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "A PHP implementation of Ant's glob.",
            "time": "2015-12-29T11:14:33+00:00"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "source": {
                "type": "git",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
Thijs Kinkhorst's avatar
Thijs Kinkhorst committed
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "time": "2015-12-17T08:42:14+00:00"
    "minimum-stability": "stable",
    "stability-flags": {
        "simplesamlphp/simplesamlphp-module-adfs": 20
    },
Jaime Perez's avatar
Jaime Perez committed
    "prefer-stable": false,
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
    "prefer-lowest": false,
    "platform": {
Tim van Dijen's avatar
Tim van Dijen committed
        "php": ">=7.4 || ^8.0 ",
        "ext-spl": "*",
        "ext-zlib": "*",
        "ext-pcre": "*",
        "ext-openssl": "*",
        "ext-dom": "*",
        "ext-date": "*",
        "ext-hash": "*",
    },
    "plugin-api-version": "1.1.0"