Skip to content
Snippets Groups Projects
composer.lock 92.9 KiB
Newer Older
  • Learn to ignore specific revisions
  • Maxime Veber's avatar
    Maxime Veber committed
                    "symfony/config": "<5.0",
                    "symfony/dependency-injection": "<4.4",
                    "symfony/yaml": "<4.4"
                },
                "require-dev": {
                    "doctrine/annotations": "~1.2",
                    "psr/log": "~1.0",
                    "symfony/config": "^5.0",
                    "symfony/dependency-injection": "^4.4|^5.0",
                    "symfony/expression-language": "^4.4|^5.0",
                    "symfony/http-foundation": "^4.4|^5.0",
                    "symfony/yaml": "^4.4|^5.0"
                },
                "suggest": {
                    "doctrine/annotations": "For using the annotation loader",
                    "symfony/config": "For using the all-in-one router or any loader",
                    "symfony/expression-language": "For using expression matching",
                    "symfony/http-foundation": "For using a Symfony Request object",
                    "symfony/yaml": "For using the YAML loader"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Routing\\": ""
                    },
                    "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": "Symfony Routing Component",
                "homepage": "https://symfony.com",
                "keywords": [
                    "router",
                    "routing",
                    "uri",
                    "url"
                ],
                "time": "2020-02-25T14:24:11+00:00"
            },
            {
                "name": "symfony/service-contracts",
                "version": "v2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/service-contracts.git",
                    "reference": "144c5e51266b281231e947b51223ba14acf1a749"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
                    "reference": "144c5e51266b281231e947b51223ba14acf1a749",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5",
                    "psr/container": "^1.0"
                },
                "suggest": {
                    "symfony/service-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\Service\\": ""
                    }
                },
                "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": "Generic abstractions related to writing services",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "time": "2019-11-18T17:27:11+00:00"
            },
    
    Maxime Veber's avatar
    Maxime Veber committed
            {
                "name": "symfony/translation-contracts",
                "version": "v2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/translation-contracts.git",
                    "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
                    "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5"
                },
                "suggest": {
                    "symfony/translation-implementation": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Contracts\\Translation\\": ""
                    }
                },
                "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": "Generic abstractions related to translation",
                "homepage": "https://symfony.com",
                "keywords": [
                    "abstractions",
                    "contracts",
                    "decoupling",
                    "interfaces",
                    "interoperability",
                    "standards"
                ],
                "time": "2019-11-18T17:27:11+00:00"
            },
            {
                "name": "symfony/validator",
                "version": "v5.0.7",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/validator.git",
                    "reference": "fc459a3d66bda9c0f8231a4d44dddd6daf23db92"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/validator/zipball/fc459a3d66bda9c0f8231a4d44dddd6daf23db92",
                    "reference": "fc459a3d66bda9c0f8231a4d44dddd6daf23db92",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5",
                    "symfony/polyfill-ctype": "~1.8",
                    "symfony/polyfill-mbstring": "~1.0",
                    "symfony/translation-contracts": "^1.1|^2"
                },
                "conflict": {
                    "doctrine/lexer": "<1.0.2",
                    "phpunit/phpunit": "<5.4.3",
                    "symfony/dependency-injection": "<4.4",
                    "symfony/http-kernel": "<4.4",
                    "symfony/intl": "<4.4",
                    "symfony/translation": "<4.4",
                    "symfony/yaml": "<4.4"
                },
                "require-dev": {
                    "doctrine/annotations": "~1.7",
                    "doctrine/cache": "~1.0",
                    "egulias/email-validator": "^2.1.10",
                    "symfony/cache": "^4.4|^5.0",
                    "symfony/config": "^4.4|^5.0",
                    "symfony/dependency-injection": "^4.4|^5.0",
                    "symfony/expression-language": "^4.4|^5.0",
                    "symfony/http-client": "^4.4|^5.0",
                    "symfony/http-foundation": "^4.4|^5.0",
                    "symfony/http-kernel": "^4.4|^5.0",
                    "symfony/intl": "^4.4|^5.0",
                    "symfony/mime": "^4.4|^5.0",
                    "symfony/property-access": "^4.4|^5.0",
                    "symfony/property-info": "^4.4|^5.0",
                    "symfony/translation": "^4.4|^5.0",
                    "symfony/yaml": "^4.4|^5.0"
                },
                "suggest": {
                    "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
                    "doctrine/cache": "For using the default cached annotation reader.",
                    "egulias/email-validator": "Strict (RFC compliant) email validation",
                    "psr/cache-implementation": "For using the mapping cache.",
                    "symfony/config": "",
                    "symfony/expression-language": "For using the Expression validator",
                    "symfony/http-foundation": "",
                    "symfony/intl": "",
                    "symfony/property-access": "For accessing properties within comparison constraints",
                    "symfony/property-info": "To automatically add NotNull and Type constraints",
                    "symfony/translation": "For translating validation errors.",
                    "symfony/yaml": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Validator\\": ""
                    },
                    "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": "Symfony Validator Component",
                "homepage": "https://symfony.com",
                "time": "2020-03-30T11:42:42+00:00"
            },
    
    Maxime Veber's avatar
    Maxime Veber committed
            {
                "name": "symfony/var-dumper",
                "version": "v5.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/var-dumper.git",
                    "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
                    "reference": "3a37aeb1132d1035536d3d6aa9cb06c2ff9355e9",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "conflict": {
                    "phpunit/phpunit": "<5.4.3",
                    "symfony/console": "<4.4"
                },
                "require-dev": {
                    "ext-iconv": "*",
                    "symfony/console": "^4.4|^5.0",
                    "symfony/process": "^4.4|^5.0",
                    "twig/twig": "^2.4|^3.0"
                },
                "suggest": {
                    "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
                    "ext-intl": "To show region name in time zone dump",
                    "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
                },
                "bin": [
                    "Resources/bin/var-dump-server"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "files": [
                        "Resources/functions/dump.php"
                    ],
                    "psr-4": {
                        "Symfony\\Component\\VarDumper\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "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 mechanism for exploring and dumping PHP variables",
                "homepage": "https://symfony.com",
                "keywords": [
                    "debug",
                    "dump"
                ],
                "time": "2020-02-26T22:30:10+00:00"
            },
            {
                "name": "symfony/var-exporter",
                "version": "v5.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/var-exporter.git",
                    "reference": "30779a25c736b4290449eaedefe4196c1d060378"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/var-exporter/zipball/30779a25c736b4290449eaedefe4196c1d060378",
                    "reference": "30779a25c736b4290449eaedefe4196c1d060378",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5"
                },
                "require-dev": {
                    "symfony/var-dumper": "^4.4|^5.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\VarExporter\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "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": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
                "homepage": "https://symfony.com",
                "keywords": [
                    "clone",
                    "construct",
                    "export",
                    "hydrate",
                    "instantiate",
                    "serialize"
                ],
                "time": "2020-02-04T09:47:34+00:00"
            },
            {
                "name": "symfony/yaml",
                "version": "v5.0.5",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
                    "reference": "a4b613d7e44f62941adff5a802cff70adee57d3f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/a4b613d7e44f62941adff5a802cff70adee57d3f",
                    "reference": "a4b613d7e44f62941adff5a802cff70adee57d3f",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.2.5",
                    "symfony/polyfill-ctype": "~1.8"
                },
                "conflict": {
                    "symfony/console": "<4.4"
                },
                "require-dev": {
                    "symfony/console": "^4.4|^5.0"
                },
                "suggest": {
                    "symfony/console": "For validating YAML files using the lint command"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "5.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\Yaml\\": ""
                    },
                    "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": "Symfony Yaml Component",
                "homepage": "https://symfony.com",
                "time": "2020-02-03T13:51:17+00:00"
            }
        ],
    
        "packages-dev": [
            {
                "name": "doctrine/inflector",
                "version": "1.3.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                    "reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                    }
                },
                "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": "Common String Manipulations with regard to casing and singular/plural rules.",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "inflection",
                    "pluralize",
                    "singularize",
                    "string"
                ],
                "time": "2019-10-30T19:59:35+00:00"
            },
            {
                "name": "nikic/php-parser",
                "version": "v4.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/nikic/PHP-Parser.git",
                    "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/9a9981c347c5c49d6dfe5cf826bb882b824080dc",
                    "reference": "9a9981c347c5c49d6dfe5cf826bb882b824080dc",
                    "shasum": ""
                },
                "require": {
                    "ext-tokenizer": "*",
                    "php": ">=7.0"
                },
                "require-dev": {
                    "ircmaxell/php-yacc": "0.0.5",
                    "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
                },
                "bin": [
                    "bin/php-parse"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "4.3-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "PhpParser\\": "lib/PhpParser"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Nikita Popov"
                    }
                ],
                "description": "A PHP parser written in PHP",
                "keywords": [
                    "parser",
                    "php"
                ],
                "time": "2019-11-08T13:50:10+00:00"
            },
            {
                "name": "symfony/maker-bundle",
                "version": "v1.14.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/maker-bundle.git",
                    "reference": "bc4df88792fbaaeb275167101dc714218475db5f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bc4df88792fbaaeb275167101dc714218475db5f",
                    "reference": "bc4df88792fbaaeb275167101dc714218475db5f",
                    "shasum": ""
                },
                "require": {
                    "doctrine/inflector": "^1.2",
                    "nikic/php-parser": "^4.0",
                    "php": "^7.0.8",
                    "symfony/config": "^3.4|^4.0|^5.0",
                    "symfony/console": "^3.4|^4.0|^5.0",
                    "symfony/dependency-injection": "^3.4|^4.0|^5.0",
                    "symfony/filesystem": "^3.4|^4.0|^5.0",
                    "symfony/finder": "^3.4|^4.0|^5.0",
                    "symfony/framework-bundle": "^3.4|^4.0|^5.0",
                    "symfony/http-kernel": "^3.4|^4.0|^5.0"
                },
                "require-dev": {
                    "doctrine/doctrine-bundle": "^1.8|^2.0",
                    "doctrine/orm": "^2.3",
                    "friendsofphp/php-cs-fixer": "^2.8",
                    "friendsoftwig/twigcs": "^3.1.2",
                    "symfony/http-client": "^4.3|^5.0",
                    "symfony/phpunit-bridge": "^4.3|^5.0",
                    "symfony/process": "^3.4|^4.0|^5.0",
                    "symfony/security-core": "^3.4|^4.0|^5.0",
                    "symfony/yaml": "^3.4|^4.0|^5.0"
                },
                "type": "symfony-bundle",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Bundle\\MakerBundle\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
                "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
                "keywords": [
                    "code generator",
                    "generator",
                    "scaffold",
                    "scaffolding"
                ],
                "time": "2020-03-04T13:57:29+00:00"
            }
        ],
    
    Maxime Veber's avatar
    Maxime Veber committed
        "aliases": [],
        "minimum-stability": "stable",
        "stability-flags": [],
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": {
            "php": "^7.2.5",
            "ext-ctype": "*",
            "ext-iconv": "*"
        },
        "platform-dev": []
    }