Skip to content
Snippets Groups Projects
composer.lock 313 KiB
Newer Older
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
{
    "_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": "a224ab344497eaff627fc37360295ae2",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "packages": [
        {
            "name": "adldap2/adldap2",
            "version": "v10.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Adldap2/Adldap2.git",
                "reference": "936a4e2eb925d005198f716a75bb78068c4de94d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/936a4e2eb925d005198f716a75bb78068c4de94d",
                "reference": "936a4e2eb925d005198f716a75bb78068c4de94d",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "ext-ldap": "*",
                "illuminate/contracts": "~5.0|~6.0|~7.0|~8.0",
                "php": ">=7.0",
                "psr/log": "~1.0",
                "psr/simple-cache": "~1.0",
                "tightenco/collect": "~5.0|~6.0|~7.0|~8.0"
            },
            "require-dev": {
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~6.0|~7.0|~8.0"
            },
            "suggest": {
                "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Adldap\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steve Bauman",
                    "email": "steven_bauman@outlook.com",
                    "role": "Developer"
                }
            ],
            "description": "A PHP LDAP Package for humans.",
            "keywords": [
                "active directory",
                "ad",
                "adLDAP",
                "adldap2",
                "directory",
                "ldap",
                "windows"
            ],
            "time": "2020-09-09T12:55:51+00:00"
        },
        {
            "name": "api-platform/core",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/api-platform/core.git",
                "reference": "d4d6377d0340e7bb6081bd93ebaf93ad9ac803d6"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/api-platform/core/zipball/d4d6377d0340e7bb6081bd93ebaf93ad9ac803d6",
                "reference": "d4d6377d0340e7bb6081bd93ebaf93ad9ac803d6",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "doctrine/inflector": "^1.0 || ^2.0",
                "fig/link-util": "^1.0",
                "php": ">=7.1",
                "psr/cache": "^1.0",
                "psr/container": "^1.0",
                "symfony/http-foundation": "^4.4 || ^5.1",
                "symfony/http-kernel": "^4.4 || ^5.1",
                "symfony/property-access": "^3.4.19 || ^4.4 || ^5.1",
                "symfony/property-info": "^3.4 || ^4.4 || ^5.1",
                "symfony/serializer": "^4.4 || ^5.1",
                "symfony/web-link": "^4.4 || ^5.1",
                "willdurand/negotiation": "^2.0.3 || ^3.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "conflict": {
                "doctrine/common": "<2.7",
                "doctrine/mongodb-odm": "<2.0",
                "doctrine/persistence": "<1.3"
            },
            "require-dev": {
                "behat/behat": "^3.1",
                "behat/mink": "^1.7",
                "doctrine/annotations": "^1.7",
                "doctrine/common": "^2.11 || ^3.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "doctrine/data-fixtures": "^1.2.2",
                "doctrine/doctrine-bundle": "^1.12 || ^2.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "doctrine/mongodb-odm": "^2.0",
                "doctrine/mongodb-odm-bundle": "^4.0",
                "doctrine/orm": "^2.6.4 || ^3.0",
                "elasticsearch/elasticsearch": "^6.0 || ^7.0",
                "friends-of-behat/mink-browserkit-driver": "^1.3.1",
                "friends-of-behat/mink-extension": "^2.2",
                "friends-of-behat/symfony-extension": "^2.1",
                "guzzlehttp/guzzle": "^6.0 || ^7.0",
                "jangregor/phpstan-prophecy": "^0.8",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "justinrainbow/json-schema": "^5.2.1",
                "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.1",
                "phpdocumentor/type-resolver": "^0.3 || ^0.4 || ^1.4",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "phpstan/extension-installer": "^1.0",
                "phpstan/phpstan": "^0.12.53@dev",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "phpstan/phpstan-doctrine": "^0.12.7",
                "phpstan/phpstan-phpunit": "^0.12.4",
                "phpstan/phpstan-symfony": "^0.12.4",
                "psr/log": "^1.0",
                "ramsey/uuid": "^3.7 || ^4.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "ramsey/uuid-doctrine": "^1.4",
                "soyuka/contexts": "^3.3.1",
                "soyuka/stubs-mongodb": "^1.0",
                "symfony/asset": "^3.4 || ^4.4 || ^5.1",
                "symfony/browser-kit": "^4.4 || ^5.1",
                "symfony/cache": "^3.4 || ^4.4 || ^5.1",
                "symfony/config": "^3.4 || ^4.4 || ^5.1",
                "symfony/console": "^3.4 || ^4.4 || ^5.1",
                "symfony/css-selector": "^3.4 || ^4.4 || ^5.1",
                "symfony/debug": "^3.4 || ^4.4 || ^5.1",
                "symfony/dependency-injection": "^3.4 || ^4.4 || ^5.1",
                "symfony/doctrine-bridge": "^3.4 || ^4.4 || ^5.1",
                "symfony/dom-crawler": "^3.4 || ^4.4 || ^5.1",
                "symfony/event-dispatcher": "^3.4 || ^4.4 || ^5.1",
                "symfony/expression-language": "^3.4 || ^4.4 || ^5.1",
                "symfony/finder": "^3.4 || ^4.4 || ^5.1",
                "symfony/form": "^3.4 || ^4.4 || ^5.1",
                "symfony/framework-bundle": "^4.4 || ^5.1",
                "symfony/http-client": "^4.4 || ^5.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/mercure-bundle": "*",
                "symfony/messenger": "^4.4 || ^5.1",
                "symfony/phpunit-bridge": "^5.1.7",
                "symfony/routing": "^3.4 || ^4.4 || ^5.1",
                "symfony/security-bundle": "^3.4 || ^4.4 || ^5.1",
                "symfony/security-core": "^4.4 || ^5.1",
                "symfony/twig-bundle": "^3.4 || ^4.4 || ^5.1",
                "symfony/validator": "^3.4 || ^4.4 || ^5.1",
                "symfony/web-profiler-bundle": "^4.4 || ^5.1",
                "symfony/yaml": "^3.4 || ^4.4 || ^5.1",
                "twig/twig": "^1.42.3 || ^2.12 || ^3.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "webonyx/graphql-php": "^14.0"
            },
            "suggest": {
                "doctrine/mongodb-odm-bundle": "To support MongoDB. Only versions 4.0 and later are supported.",
                "elasticsearch/elasticsearch": "To support Elasticsearch.",
                "guzzlehttp/guzzle": "To use the HTTP cache invalidation system.",
                "phpdocumentor/reflection-docblock": "To support extracting metadata from PHPDoc.",
                "psr/cache-implementation": "To use metadata caching.",
                "ramsey/uuid": "To support Ramsey's UUID identifiers.",
                "symfony/cache": "To have metadata caching when using Symfony integration.",
                "symfony/config": "To load XML configuration files.",
                "symfony/expression-language": "To use authorization features.",
                "symfony/security": "To use authorization features.",
                "symfony/twig-bundle": "To use the Swagger UI integration.",
                "symfony/web-profiler-bundle": "To use the data collector.",
                "webonyx/graphql-php": "To support GraphQL."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.5.x-dev"
                },
                "symfony": {
                    "require": "^3.4 || ^4.4 || ^5.1"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                }
            },
            "autoload": {
                "psr-4": {
                    "ApiPlatform\\Core\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kévin Dunglas",
                    "email": "dunglas@gmail.com",
                    "homepage": "https://dunglas.fr"
                }
            ],
            "description": "Build a fully-featured hypermedia or GraphQL API in minutes!",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "homepage": "https://api-platform.com",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "keywords": [
                "Hydra",
                "JSON-LD",
                "api",
                "graphql",
                "hal",
                "jsonapi",
                "openapi",
                "rest",
                "swagger"
            ],
            "support": {
                "issues": "https://github.com/api-platform/core/issues",
                "source": "https://github.com/api-platform/core/tree/v2.5.8"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/api-platform/core",
                    "type": "tidelift"
                }
            ],
            "time": "2020-12-02T20:43:41+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "brick/math",
            "version": "0.9.1",
            "source": {
                "type": "git",
                "url": "https://github.com/brick/math.git",
                "reference": "283a40c901101e66de7061bd359252c013dcc43c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
                "reference": "283a40c901101e66de7061bd359252c013dcc43c",
                "shasum": ""
            },
            "require": {
                "ext-json": "*",
                "php": "^7.1|^8.0"
            },
            "require-dev": {
                "php-coveralls/php-coveralls": "^2.2",
                "phpunit/phpunit": "^7.5.15|^8.5",
                "vimeo/psalm": "^3.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Brick\\Math\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Arbitrary-precision arithmetic library",
            "keywords": [
                "Arbitrary-precision",
                "BigInteger",
                "BigRational",
                "arithmetic",
                "bigdecimal",
                "bignum",
                "brick",
                "math"
            ],
            "time": "2020-08-18T23:57:15+00:00"
        },
        {
            "name": "composer/package-versions-deprecated",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "1.11.99.1",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/composer/package-versions-deprecated.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
                "reference": "7413f0b55a051e89485c5cb9f765fe24bb02a7b6",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "shasum": ""
            },
            "require": {
                "composer-plugin-api": "^1.1.0 || ^2.0",
                "php": "^7 || ^8"
            },
            "replace": {
                "ocramius/package-versions": "1.11.99"
            },
            "require-dev": {
                "composer/composer": "^1.9.3 || ^2.0@dev",
                "ext-zip": "^1.13",
                "phpunit/phpunit": "^6.5 || ^7"
            },
            "type": "composer-plugin",
            "extra": {
                "class": "PackageVersions\\Installer",
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "PackageVersions\\": "src/PackageVersions"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com"
                },
                {
                    "name": "Jordi Boggiano",
                    "email": "j.boggiano@seld.be"
                }
            ],
            "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
            "support": {
                "issues": "https://github.com/composer/package-versions-deprecated/issues",
                "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.1"
            },
            "funding": [
                {
                    "url": "https://packagist.com",
                    "type": "custom"
                },
                {
                    "url": "https://github.com/composer",
                    "type": "github"
                },
                {
                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-11T10:22:58+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "dbp/api-core-bundle",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-core-bundle.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "6a221c9a815d4858a9d430d4d37e21e8714a64f0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "require": {
                "adldap2/adldap2": "^10.0",
                "api-platform/core": "^2.4",
                "doctrine/annotations": "^1.0",
                "doctrine/orm": "^2.4.5",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "guzzlehttp/guzzle": "^7.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "kevinrob/guzzle-cache-middleware": "^3.3",
                "league/uri": "^6.3",
                "monolog/monolog": "^1.4||^2.1",
                "nelmio/cors-bundle": "^2.1.0",
                "php": "^7.3",
                "phpdocumentor/reflection-docblock": "^3.0 || ^4.0 || ^5.0",
                "symfony/asset": "*",
                "symfony/config": "^4.4",
                "symfony/expression-language": "*",
                "symfony/framework-bundle": "^4.1.12",
                "symfony/security-bundle": "^4.4",
                "symfony/security-core": "^4.4",
                "symfony/security-guard": "^4.4",
                "symfony/twig-bundle": "^4.4",
                "symfony/validator": "*",
                "symfony/yaml": "^4.4",
                "web-token/jwt-easy": "^2.1",
                "web-token/jwt-signature-algorithm-rsa": "^2.1"
            },
            "require-dev": {
                "composer/semver": "^1.5",
                "friendsofphp/php-cs-fixer": "^2.16",
                "mockery/mockery": "^1.2",
                "phpstan/phpstan": "^0.12.33",
                "phpstan/phpstan-phpunit": "^0.12.13",
                "symfony/browser-kit": "^4.4",
                "symfony/http-client": "^4.4",
                "symfony/phpunit-bridge": "^4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "vimeo/psalm": "^4.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "DBP\\API\\CoreBundle\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "DBP\\API\\CoreBundle\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "@php vendor/bin/simple-phpunit"
                ],
                "phpstan": [
                    "@php vendor/bin/simple-phpunit --atleast-version 0",
                    "@php vendor/bin/phpstan analyze --ansi"
                ],
                "psalm": [
                    "@php vendor/bin/simple-phpunit --atleast-version 0",
                    "@php vendor/bin/psalm"
                ],
                "lint": [
                    "@composer run cs",
                    "@composer run phpstan",
                    "@composer run psalm"
                ],
                "cs-fix": [
                    "@php vendor/bin/php-cs-fixer --ansi fix"
                ],
                "cs": [
                    "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
Reiter, Christoph's avatar
Reiter, Christoph committed
                ],
                "coverage": [
                    "@php vendor/bin/simple-phpunit --coverage-html _coverage"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                ]
            },
            "license": [
                "AGPL-3.0-or-later"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-26T10:54:47+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "dbp/api-starter-bundle",
            "version": "dev-main",
            "source": {
                "type": "git",
                "url": "git@gitlab.tugraz.at:dbp/middleware/dbp-api/api-starter-bundle.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "a00ca278c61fe53c1f69f3e7d97877a48232bb86"
            },
            "require": {
                "api-platform/core": "^2.4",
                "dbp/api-core-bundle": "@dev",
                "php": "^7.3",
                "symfony/framework-bundle": "^4.1.12"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "^2.16",
                "phpstan/phpstan": "^0.12.33",
                "phpstan/phpstan-phpunit": "^0.12.13",
                "symfony/phpunit-bridge": "^4.4",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "vimeo/psalm": "^4.2.1"
            },
            "type": "symfony-bundle",
            "autoload": {
                "psr-4": {
                    "DBP\\API\\StarterBundle\\": "src/"
                }
            },
            "autoload-dev": {
                "psr-4": {
                    "DBP\\API\\StarterBundle\\Tests\\": "tests/"
                }
            },
            "scripts": {
                "test": [
                    "@php vendor/bin/simple-phpunit"
                ],
                "phpstan": [
                    "@php vendor/bin/simple-phpunit --atleast-version 0",
                    "@php vendor/bin/phpstan analyze --ansi"
                ],
                "psalm": [
                    "@php vendor/bin/simple-phpunit --atleast-version 0",
                    "@php vendor/bin/psalm"
                ],
                "lint": [
                    "@composer run cs",
                    "@composer run phpstan",
                    "@composer run psalm"
                ],
                "cs-fix": [
                    "@php vendor/bin/php-cs-fixer --ansi fix"
                ],
                "cs": [
                    "@php vendor/bin/php-cs-fixer --ansi fix --dry-run --diff --diff-format=udiff"
Reiter, Christoph's avatar
Reiter, Christoph committed
                ],
                "coverage": [
                    "@php vendor/bin/simple-phpunit --coverage-html _coverage"
                ]
            },
            "license": [
                "AGPL-3.0-or-later"
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2020-11-26T11:28:43+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        {
            "name": "doctrine/annotations",
            "version": "1.11.1",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/annotations.git",
                "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/annotations/zipball/ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
                "reference": "ce77a7ba1770462cd705a91a151b6c3746f9c6ad",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "1.*",
                "ext-tokenizer": "*",
                "php": "^7.1 || ^8.0"
            },
            "require-dev": {
                "doctrine/cache": "1.*",
                "doctrine/coding-standard": "^6.0 || ^8.1",
                "phpstan/phpstan": "^0.12.20",
                "phpunit/phpunit": "^7.5 || ^9.1.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.11.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Guilherme Blanco",
                    "email": "guilhermeblanco@gmail.com"
                },
                {
                    "name": "Roman Borschel",
                    "email": "roman@code-factory.org"
                },
                {
                    "name": "Benjamin Eberlei",
                    "email": "kontakt@beberlei.de"
                },
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                },
                {
                    "name": "Johannes Schmitt",
                    "email": "schmittjoh@gmail.com"
                }
            ],
            "description": "Docblock Annotations Parser",
            "homepage": "https://www.doctrine-project.org/projects/annotations.html",
            "keywords": [
                "annotations",
                "docblock",
                "parser"
            ],
            "support": {
                "issues": "https://github.com/doctrine/annotations/issues",
                "source": "https://github.com/doctrine/annotations/tree/1.11.1"
            },
Loading
Loading full blame...