Skip to content
Snippets Groups Projects
composer.lock 177 KiB
Newer Older
Leon Willens's avatar
Leon Willens committed
                "reference": "d410282956706e0b08681a5527447a8e6b6f421e",
                "shasum": ""
            },
            "require": {
Leon Willens's avatar
Leon Willens committed
                "php": "^7.2.5",
                "symfony/service-contracts": "^1.0|^2"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Leon Willens's avatar
Leon Willens committed
                    "dev-master": "5.0-dev"
Leon Willens's avatar
Leon Willens committed
                    "Symfony\\Component\\Stopwatch\\": ""
Leon Willens's avatar
Leon Willens committed
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Leon Willens's avatar
Leon Willens committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Leon Willens's avatar
Leon Willens committed
            "description": "Symfony Stopwatch Component",
            "homepage": "https://symfony.com",
Leon Willens's avatar
Leon Willens committed
            "time": "2019-11-18T17:27:11+00:00"
Leon Willens's avatar
Leon Willens committed
            "name": "symfony/translation-contracts",
            "version": "v2.0.1",
            "source": {
                "type": "git",
Leon Willens's avatar
Leon Willens committed
                "url": "https://github.com/symfony/translation-contracts.git",
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed"
            },
            "dist": {
                "type": "zip",
Leon Willens's avatar
Leon Willens committed
                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/8cc682ac458d75557203b2f2f14b0b92e1c744ed",
                "reference": "8cc682ac458d75557203b2f2f14b0b92e1c744ed",
                "shasum": ""
            },
            "require": {
Leon Willens's avatar
Leon Willens committed
                "php": "^7.2.5"
            },
            "suggest": {
                "symfony/translation-implementation": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Leon Willens's avatar
Leon Willens committed
                    "dev-master": "2.0-dev"
Leon Willens's avatar
Leon Willens committed
                    "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"
                }
            ],
Leon Willens's avatar
Leon Willens committed
            "description": "Generic abstractions related to translation",
            "homepage": "https://symfony.com",
            "keywords": [
Leon Willens's avatar
Leon Willens committed
                "abstractions",
                "contracts",
                "decoupling",
                "interfaces",
                "interoperability",
                "standards"
Leon Willens's avatar
Leon Willens committed
            "time": "2019-11-18T17:27:11+00:00"
Leon Willens's avatar
Leon Willens committed
            "name": "symfony/twig-bridge",
            "version": "v5.0.2",
            "source": {
                "type": "git",
Leon Willens's avatar
Leon Willens committed
                "url": "https://github.com/symfony/twig-bridge.git",
                "reference": "abbaeee38ff39651e335c55be40752be2ddd0976"
            },
            "dist": {
                "type": "zip",
Leon Willens's avatar
Leon Willens committed
                "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/abbaeee38ff39651e335c55be40752be2ddd0976",
                "reference": "abbaeee38ff39651e335c55be40752be2ddd0976",
                "shasum": ""
            },
            "require": {
Leon Willens's avatar
Leon Willens committed
                "php": "^7.2.5",
                "symfony/translation-contracts": "^1.1|^2",
                "twig/twig": "^2.10|^3.0"
Leon Willens's avatar
Leon Willens committed
                "symfony/console": "<4.4",
                "symfony/form": "<5.0",
                "symfony/http-foundation": "<4.4",
                "symfony/http-kernel": "<4.4",
                "symfony/translation": "<5.0",
                "symfony/workflow": "<4.4"
Leon Willens's avatar
Leon Willens committed
                "egulias/email-validator": "^2.1.10",
                "symfony/asset": "^4.4|^5.0",
                "symfony/console": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
Leon Willens's avatar
Leon Willens committed
                "symfony/finder": "^4.4|^5.0",
                "symfony/form": "^5.0",
                "symfony/http-foundation": "^4.4|^5.0",
Leon Willens's avatar
Leon Willens committed
                "symfony/http-kernel": "^4.4|^5.0",
                "symfony/mime": "^4.4|^5.0",
                "symfony/polyfill-intl-icu": "~1.0",
                "symfony/routing": "^4.4|^5.0",
                "symfony/security-acl": "^2.8|^3.0",
                "symfony/security-core": "^4.4|^5.0",
                "symfony/security-csrf": "^4.4|^5.0",
                "symfony/security-http": "^4.4|^5.0",
                "symfony/stopwatch": "^4.4|^5.0",
                "symfony/translation": "^5.0",
                "symfony/web-link": "^4.4|^5.0",
                "symfony/workflow": "^4.4|^5.0",
                "symfony/yaml": "^4.4|^5.0",
                "twig/cssinliner-extra": "^2.12",
                "twig/inky-extra": "^2.12",
                "twig/markdown-extra": "^2.12"
Leon Willens's avatar
Leon Willens committed
                "symfony/asset": "For using the AssetExtension",
                "symfony/expression-language": "For using the ExpressionExtension",
                "symfony/finder": "",
                "symfony/form": "For using the FormExtension",
                "symfony/http-kernel": "For using the HttpKernelExtension",
                "symfony/routing": "For using the RoutingExtension",
                "symfony/security-core": "For using the SecurityExtension",
                "symfony/security-csrf": "For using the CsrfExtension",
                "symfony/security-http": "For using the LogoutUrlExtension",
                "symfony/stopwatch": "For using the StopwatchExtension",
                "symfony/translation": "For using the TranslationExtension",
                "symfony/var-dumper": "For using the DumpExtension",
                "symfony/web-link": "For using the WebLinkExtension",
                "symfony/yaml": "For using the YamlExtension"
            },
            "type": "symfony-bridge",
            "extra": {
                "branch-alias": {
                    "dev-master": "5.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
Leon Willens's avatar
Leon Willens committed
                    "Symfony\\Bridge\\Twig\\": ""
                },
                "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"
                }
            ],
Leon Willens's avatar
Leon Willens committed
            "description": "Symfony Twig Bridge",
            "homepage": "https://symfony.com",
Leon Willens's avatar
Leon Willens committed
            "time": "2019-12-18T16:23:52+00:00"
Leon Willens's avatar
Leon Willens committed
            "name": "symfony/twig-bundle",
            "version": "v5.0.2",
            "source": {
                "type": "git",
Leon Willens's avatar
Leon Willens committed
                "url": "https://github.com/symfony/twig-bundle.git",
                "reference": "a54f6db9d452aa06a77e9f8562974a61e15bfa42"
            },
            "dist": {
                "type": "zip",
Leon Willens's avatar
Leon Willens committed
                "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/a54f6db9d452aa06a77e9f8562974a61e15bfa42",
                "reference": "a54f6db9d452aa06a77e9f8562974a61e15bfa42",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
Leon Willens's avatar
Leon Willens committed
                "symfony/config": "^4.4|^5.0",
                "symfony/http-foundation": "^4.4|^5.0",
                "symfony/http-kernel": "^5.0",
                "symfony/polyfill-ctype": "~1.8",
                "symfony/twig-bridge": "^5.0",
                "twig/twig": "^2.10|^3.0"
Leon Willens's avatar
Leon Willens committed
            "conflict": {
                "symfony/dependency-injection": "<4.4",
                "symfony/framework-bundle": "<5.0",
                "symfony/translation": "<5.0"
Leon Willens's avatar
Leon Willens committed
            "require-dev": {
                "doctrine/annotations": "~1.7",
                "doctrine/cache": "~1.0",
                "symfony/asset": "^4.4|^5.0",
                "symfony/dependency-injection": "^4.4|^5.0",
                "symfony/expression-language": "^4.4|^5.0",
                "symfony/finder": "^4.4|^5.0",
                "symfony/form": "^4.4|^5.0",
                "symfony/framework-bundle": "^5.0",
                "symfony/routing": "^4.4|^5.0",
                "symfony/stopwatch": "^4.4|^5.0",
                "symfony/translation": "^5.0",
                "symfony/web-link": "^4.4|^5.0",
                "symfony/yaml": "^4.4|^5.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
Leon Willens's avatar
Leon Willens committed
                    "dev-master": "5.0-dev"
Leon Willens's avatar
Leon Willens committed
                    "Symfony\\Bundle\\TwigBundle\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
Leon Willens's avatar
Leon Willens committed
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
Leon Willens's avatar
Leon Willens committed
            "description": "Symfony TwigBundle",
            "homepage": "https://symfony.com",
Leon Willens's avatar
Leon Willens committed
            "time": "2019-12-10T11:06:55+00:00"
Leon's avatar
Leon committed
        {
            "name": "symfony/twig-pack",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/twig-pack.git",
                "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/twig-pack/zipball/8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
                "reference": "8b278ea4b61fba7c051f172aacae6d87ef4be0e0",
                "shasum": ""
            },
            "require": {
                "php": "^7.0",
                "symfony/twig-bundle": "*",
                "twig/extra-bundle": "^2.12|^3.0",
                "twig/twig": "^2.12|^3.0"
            },
            "type": "symfony-pack",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A Twig pack for Symfony projects",
            "time": "2019-10-17T05:44:22+00:00"
        },
        {
            "name": "symfony/var-dumper",
Leon Willens's avatar
Leon Willens committed
            "version": "v5.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
Leon Willens's avatar
Leon Willens committed
                "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a"
            },
            "dist": {
                "type": "zip",
Leon Willens's avatar
Leon Willens committed
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a",
                "reference": "d7bc61d5d335fa9b1b91e14bb16861e8ca50f53a",
                "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"
            ],
Leon Willens's avatar
Leon Willens committed
            "time": "2019-12-18T13:50:31+00:00"
        },
        {
            "name": "symfony/var-exporter",
            "version": "v5.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-exporter.git",
                "reference": "1b9653e68d5b701bf6d9c91bdd3660078c9f4f28"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/1b9653e68d5b701bf6d9c91bdd3660078c9f4f28",
                "reference": "1b9653e68d5b701bf6d9c91bdd3660078c9f4f28",
                "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": "2019-12-01T08:48:26+00:00"
        },
        {
            "name": "symfony/webpack-encore-bundle",
            "version": "v1.7.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/webpack-encore-bundle.git",
                "reference": "787c2fdedde57788013339f05719c82ce07b6058"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/787c2fdedde57788013339f05719c82ce07b6058",
                "reference": "787c2fdedde57788013339f05719c82ce07b6058",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/asset": "^3.4 || ^4.0 || ^5.0",
                "symfony/config": "^3.4 || ^4.0 || ^5.0",
                "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
                "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0",
                "symfony/service-contracts": "^1.0 || ^2.0"
            },
            "require-dev": {
                "symfony/framework-bundle": "^3.4 || ^4.0 || ^5.0",
                "symfony/phpunit-bridge": "^4.3.5 || ^5.0",
                "symfony/twig-bundle": "^3.4 || ^4.0 || ^5.0",
                "symfony/web-link": "^3.4 || ^4.0 || ^5.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "thanks": {
                    "name": "symfony/webpack-encore",
                    "url": "https://github.com/symfony/webpack-encore"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\WebpackEncoreBundle\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Integration with your Symfony app & Webpack Encore!",
            "time": "2019-11-26T14:48:41+00:00"
        },
        {
            "name": "symfony/yaml",
            "version": "v5.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/847661e77afa48d99ecfa508e8b60f0b029a19c0",
                "reference": "847661e77afa48d99ecfa508e8b60f0b029a19c0",
                "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": "2019-12-10T11:06:55+00:00"
Leon's avatar
Leon committed
        {
            "name": "twig/extra-bundle",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/twig-extra-bundle.git",
                "reference": "ce5c97dd566d9acd5d1fbd5eb76b6d264614725a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/ce5c97dd566d9acd5d1fbd5eb76b6d264614725a",
                "reference": "ce5c97dd566d9acd5d1fbd5eb76b6d264614725a",
                "shasum": ""
            },
            "require": {
                "php": "^7.1.3",
                "symfony/framework-bundle": "^4.3|^5.0",
                "symfony/twig-bundle": "^4.3|^5.0",
                "twig/twig": "^2.4|^3.0"
            },
            "require-dev": {
                "twig/cssinliner-extra": "^2.12|^3.0",
                "twig/html-extra": "^2.12|^3.0",
                "twig/inky-extra": "^2.12|^3.0",
                "twig/intl-extra": "^2.12|^3.0",
                "twig/markdown-extra": "^2.12|^3.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Twig\\Extra\\TwigExtraBundle\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                }
            ],
            "description": "A Symfony bundle for extra Twig extensions",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "bundle",
                "extra",
                "twig"
            ],
            "time": "2019-12-28T07:09:27+00:00"
        },
Leon Willens's avatar
Leon Willens committed
        {
            "name": "twig/twig",
            "version": "v3.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/twigphp/Twig.git",
                "reference": "28f856a4c57eeb24485916e8a68403f41a133616"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/twigphp/Twig/zipball/28f856a4c57eeb24485916e8a68403f41a133616",
                "reference": "28f856a4c57eeb24485916e8a68403f41a133616",
                "shasum": ""
            },
            "require": {
                "php": "^7.2.5",
                "symfony/polyfill-ctype": "^1.8",
                "symfony/polyfill-mbstring": "^1.3"
            },
            "require-dev": {
                "psr/container": "^1.0",
                "symfony/phpunit-bridge": "^4.4|^5.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Twig\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Twig Team",
                    "role": "Contributors"
                },
                {
                    "name": "Armin Ronacher",
                    "email": "armin.ronacher@active-4.com",
                    "role": "Project Founder"
                }
            ],
            "description": "Twig, the flexible, fast, and secure template language for PHP",
            "homepage": "https://twig.symfony.com",
            "keywords": [
                "templating"
            ],
            "time": "2019-12-28T07:17:28+00:00"
        },
        {
            "name": "webimpress/safe-writer",
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webimpress/safe-writer.git",
                "reference": "d03bea3b98abe1d4c8b24cbebf524361ffaafee4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d03bea3b98abe1d4c8b24cbebf524361ffaafee4",
                "reference": "d03bea3b98abe1d4c8b24cbebf524361ffaafee4",
                "shasum": ""
            },
            "require": {
                "php": "^7.2"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.4.3",
                "webimpress/coding-standard": "dev-develop"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev",
                    "dev-develop": "2.1.x-dev",
                    "dev-release-1.0": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webimpress\\SafeWriter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "description": "Tool to write files safely, to avoid race conditions",
            "keywords": [
                "concurrent write",
                "file writer",
                "race condition",
                "safe writer",
                "webimpress"
            ],
            "time": "2019-11-27T19:40:53+00:00"
        {
            "name": "doctrine/data-fixtures",
            "version": "1.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/data-fixtures.git",
                "reference": "608a35a3b5bcc4214d116603095f8b0c51091592"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/608a35a3b5bcc4214d116603095f8b0c51091592",
                "reference": "608a35a3b5bcc4214d116603095f8b0c51091592",
                "shasum": ""
            },
            "require": {
                "doctrine/common": "^2.11",
                "php": "^7.2"
            },
            "conflict": {
                "doctrine/phpcr-odm": "<1.3.0"
            },
            "require-dev": {
                "alcaeus/mongo-php-adapter": "^1.1",
                "doctrine/coding-standard": "^6.0",
                "doctrine/dbal": "^2.5.4",
                "doctrine/mongodb-odm": "^1.3.0",
                "doctrine/orm": "^2.5.4",
                "phpunit/phpunit": "^7.0"
            },
            "suggest": {
                "alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
                "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
                "doctrine/orm": "For loading ORM fixtures",
                "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Jonathan Wage",
                    "email": "jonwage@gmail.com"
                }
            ],
            "description": "Data Fixtures for all Doctrine Object Managers",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "database"
            ],
            "time": "2019-10-30T20:03:18+00:00"
        },
        {
            "name": "doctrine/doctrine-fixtures-bundle",
            "version": "3.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
                "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
                "reference": "8f07fcfdac7f3591f3c4bf13a50cbae05f65ed70",
                "shasum": ""
            },
            "require": {
                "doctrine/data-fixtures": "^1.3",
                "doctrine/doctrine-bundle": "^1.11|^2.0",
                "doctrine/orm": "^2.6.0",
                "php": "^7.1",
                "symfony/config": "^3.4|^4.3|^5.0",
                "symfony/console": "^3.4|^4.3|^5.0",
                "symfony/dependency-injection": "^3.4|^4.3|^5.0",
                "symfony/doctrine-bridge": "^3.4|^4.1|^5.0",
                "symfony/http-kernel": "^3.4|^4.3|^5.0"
            },
            "require-dev": {
                "doctrine/coding-standard": "^6.0",
                "phpunit/phpunit": "^7.4",
                "symfony/phpunit-bridge": "^4.1|^5.0"
            },
            "type": "symfony-bundle",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.3.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Doctrine\\Bundle\\FixturesBundle\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Doctrine Project",
                    "homepage": "http://www.doctrine-project.org"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony DoctrineFixturesBundle",
            "homepage": "http://www.doctrine-project.org",
            "keywords": [
                "Fixture",
                "persistence"
            ],
            "time": "2019-11-13T15:46:58+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.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/maker-bundle.git",
                "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/c864e7f9b8d1e1f5f60acc3beda11299f637aded",
                "reference": "c864e7f9b8d1e1f5f60acc3beda11299f637aded",
                "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": "2019-11-07T00:56:03+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
Leon Willens's avatar
Leon Willens committed
        "php": "^7.4",
        "ext-ctype": "*",
        "ext-iconv": "*",
        "ext-json": "*"