Skip to content
Snippets Groups Projects
composer.lock 315 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": "40e5f05e6836c6efebf49ca7c37778b9",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "packages": [
        {
            "name": "api-platform/core",
Reiter, Christoph's avatar
Reiter, Christoph committed
            "version": "v2.6.5",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "source": {
                "type": "git",
                "url": "https://github.com/api-platform/core.git",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "reference": "4e22a289e474db454480020ff37d20472668c11c"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            },
            "dist": {
                "type": "zip",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "url": "https://api.github.com/repos/api-platform/core/zipball/4e22a289e474db454480020ff37d20472668c11c",
                "reference": "4e22a289e474db454480020ff37d20472668c11c",
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 || ^2.0 || ^3.0",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "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.2.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",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/mongodb-odm": "<2.2",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "doctrine/persistence": "<1.3"
            },
            "require-dev": {
                "behat/behat": "^3.1",
                "behat/mink": "^1.7",
                "doctrine/annotations": "^1.7",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "doctrine/cache": "^1.11",
                "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
Reiter, Christoph committed
                "doctrine/mongodb-odm": "^2.2",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "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.65",
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.",
                "ocramius/package-versions": "To display the API Platform's version in the debug bar.",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "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/uid": "To support Symfony UUID/ULID identifiers.",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                "symfony/web-profiler-bundle": "To use the data collector.",
                "webonyx/graphql-php": "To support GraphQL."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-main": "2.7.x-dev"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                },
                "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",
Reiter, Christoph's avatar
Reiter, Christoph committed
                    "email": "kevin@dunglas.fr",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
                    "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",
            "keywords": [
                "Hydra",
                "JSON-LD",
                "api",
                "graphql",
                "hal",
                "jsonapi",
                "openapi",
                "rest",
                "swagger"
            ],
            "support": {
                "issues": "https://github.com/api-platform/core/issues",
Reiter, Christoph's avatar
Reiter, Christoph committed
                "source": "https://github.com/api-platform/core/tree/v2.6.5"
            },
            "funding": [
                {
                    "url": "https://tidelift.com/funding/github/packagist/api-platform/core",
                    "type": "tidelift"
                }
            ],
Reiter, Christoph's avatar
Reiter, Christoph committed
            "time": "2021-06-15T16:53:33+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "brainmaestro/composer-git-hooks",
            "version": "v2.8.5",
            "source": {
                "type": "git",
                "url": "https://github.com/BrainMaestro/composer-git-hooks.git",
                "reference": "ffed8803690ac12214082120eee3441b00aa390e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/BrainMaestro/composer-git-hooks/zipball/ffed8803690ac12214082120eee3441b00aa390e",
                "reference": "ffed8803690ac12214082120eee3441b00aa390e",
                "shasum": ""
            },
            "require": {
                "php": "^5.6 || >=7.0",
                "symfony/console": "^3.2 || ^4.0 || ^5.0"
            },
            "require-dev": {
                "ext-json": "*",
                "friendsofphp/php-cs-fixer": "^2.9",
                "phpunit/phpunit": "^5.7 || ^7.0"
            },
            "bin": [
                "cghooks"
            ],
            "type": "library",
            "extra": {
                "hooks": {
                    "pre-commit": "composer check-style",
                    "pre-push": [
                        "composer test",
                        "appver=$(grep -o -E '\\d.\\d.\\d' cghooks)",
Loading
Loading full blame...