Skip to content
Snippets Groups Projects
symfony.lock 8.99 KiB
Newer Older
Leon Willens's avatar
Leon Willens committed
    "doctrine/annotations": {
        "version": "1.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "1.0",
            "ref": "cb4152ebcadbe620ea2261da1a1c5a9b8cea7672"
        },
        "files": [
            "./config/routes/annotations.yaml"
        ]
    },
    "doctrine/cache": {
        "version": "1.10.0"
    },
    "doctrine/collections": {
        "version": "1.6.4"
    },
    "doctrine/common": {
        "version": "v2.11.0"
    },
Leon Willens's avatar
Leon Willens committed
    "doctrine/dbal": {
        "version": "v2.10.1"
    },
    "doctrine/doctrine-bundle": {
        "version": "2.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "2.0",
            "ref": "a9f2463b9f73efe74482f831f03a204a41328555"
        },
        "files": [
            "./config/packages/doctrine.yaml",
            "./config/packages/prod/doctrine.yaml",
            "./src/Entity/.gitignore",
            "./src/Repository/.gitignore"
        ]
    },
    "doctrine/doctrine-fixtures-bundle": {
        "version": "3.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "3.0",
            "ref": "fc52d86631a6dfd9fdf3381d0b7e3df2069e51b3"
        },
        "files": [
            "./src/DataFixtures/AppFixtures.php"
        ]
    },
Leon Willens's avatar
Leon Willens committed
    "doctrine/doctrine-migrations-bundle": {
        "version": "1.2",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "1.2",
            "ref": "c1431086fec31f17fbcfe6d6d7e92059458facc1"
        },
        "files": [
            "./config/packages/doctrine_migrations.yaml",
            "./src/Migrations/.gitignore"
        ]
    },
    "doctrine/event-manager": {
        "version": "1.1.0"
    },
    "doctrine/inflector": {
        "version": "1.3.1"
    },
    "doctrine/instantiator": {
        "version": "1.3.0"
    },
    "doctrine/lexer": {
        "version": "1.2.0"
    },
    "doctrine/migrations": {
        "version": "2.2.0"
    },
    "doctrine/orm": {
        "version": "v2.7.0"
    },
    "doctrine/persistence": {
        "version": "1.3.3"
    },
    "doctrine/reflection": {
        "version": "v1.0.0"
    },
    "jdorn/sql-formatter": {
        "version": "v1.2.17"
    },
    "laminas/laminas-code": {
        "version": "3.4.1"
    },
    "laminas/laminas-eventmanager": {
        "version": "3.2.1"
    },
    "laminas/laminas-zendframework-bridge": {
        "version": "1.0.1"
    },
    "nikic/php-parser": {
        "version": "v4.3.0"
    },
Leon Willens's avatar
Leon Willens committed
    "ocramius/package-versions": {
        "version": "1.5.1"
    },
    "ocramius/proxy-manager": {
        "version": "2.6.0"
    },
Leon Willens's avatar
Leon Willens committed
        "version": "7.4"
    },
    "psr/cache": {
        "version": "1.0.1"
    },
    "psr/container": {
        "version": "1.0.0"
    },
    "psr/event-dispatcher": {
        "version": "1.0.0"
    },
    "psr/log": {
        "version": "1.1.2"
    },
    "symfony/asset": {
        "version": "v5.0.2"
    },
    "symfony/cache": {
        "version": "v5.0.1"
    },
    "symfony/cache-contracts": {
        "version": "v2.0.1"
    },
    "symfony/config": {
        "version": "v5.0.1"
    },
    "symfony/console": {
        "version": "4.4",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "4.4",
            "ref": "fead3ab2e80622c61d13dac0d21a3430a45efae8"
        },
        "files": [
            "./bin/console",
            "./config/bootstrap.php"
        ]
    },
    "symfony/dependency-injection": {
        "version": "v5.0.1"
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/doctrine-bridge": {
        "version": "v5.0.2"
    },
    "symfony/dotenv": {
        "version": "v5.0.1"
    },
    "symfony/error-handler": {
        "version": "v5.0.1"
    },
    "symfony/event-dispatcher": {
        "version": "v5.0.1"
    },
    "symfony/event-dispatcher-contracts": {
        "version": "v2.0.1"
    },
    "symfony/filesystem": {
        "version": "v5.0.1"
    },
    "symfony/finder": {
        "version": "v5.0.1"
    },
    "symfony/flex": {
        "version": "1.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "1.0",
            "ref": "19fa03bacd9a6619583d1e4939da4388df22984d"
        },
        "files": [
            "./.env"
        ]
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/form": {
        "version": "v5.0.2"
    },
    "symfony/framework-bundle": {
        "version": "4.4",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "4.4",
            "ref": "23ecaccc551fe2f74baf613811ae529eb07762fa"
        },
        "files": [
            "./config/bootstrap.php",
            "./config/packages/cache.yaml",
            "./config/packages/framework.yaml",
            "./config/packages/test/framework.yaml",
            "./config/routes/dev/framework.yaml",
            "./config/services.yaml",
            "./public/index.php",
            "./src/Controller/.gitignore",
            "./src/Kernel.php"
        ]
    },
    "symfony/http-foundation": {
        "version": "v5.0.1"
    },
    "symfony/http-kernel": {
        "version": "v5.0.1"
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/inflector": {
        "version": "v5.0.2"
    },
    "symfony/intl": {
        "version": "v5.0.2"
    },
    "symfony/maker-bundle": {
        "version": "1.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "1.0",
            "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
        }
    },
    "symfony/mime": {
        "version": "v5.0.1"
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/options-resolver": {
        "version": "v5.0.2"
    },
    "symfony/orm-pack": {
        "version": "v1.0.7"
    },
    "symfony/polyfill-intl-icu": {
        "version": "v1.13.1"
    },
    "symfony/polyfill-intl-idn": {
        "version": "v1.13.1"
    },
    "symfony/polyfill-mbstring": {
        "version": "v1.13.1"
    },
    "symfony/polyfill-php73": {
        "version": "v1.13.1"
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/property-access": {
        "version": "v5.0.2"
    },
    "symfony/routing": {
        "version": "4.2",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "4.2",
            "ref": "683dcb08707ba8d41b7e34adb0344bfd68d248a7"
        },
        "files": [
            "./config/packages/prod/routing.yaml",
            "./config/packages/routing.yaml",
            "./config/routes.yaml"
        ]
    },
    "symfony/security-bundle": {
        "version": "4.4",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "4.4",
            "ref": "30efd98dd3b4ead6e9ad4713b1efc43bbe94bf77"
        },
        "files": [
            "./config/packages/security.yaml"
        ]
    },
    "symfony/security-core": {
        "version": "v5.0.2"
    },
    "symfony/security-csrf": {
        "version": "v5.0.2"
    },
    "symfony/security-guard": {
        "version": "v5.0.2"
    },
    "symfony/security-http": {
        "version": "v5.0.2"
    },
    "symfony/service-contracts": {
        "version": "v2.0.1"
    },
Leon Willens's avatar
Leon Willens committed
    "symfony/stopwatch": {
        "version": "v5.0.2"
    },
    "symfony/translation-contracts": {
        "version": "v2.0.1"
    },
    "symfony/twig-bridge": {
        "version": "v5.0.2"
    },
    "symfony/twig-bundle": {
        "version": "5.0",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "5.0",
            "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
        },
        "files": [
            "./config/packages/test/twig.yaml",
            "./config/packages/twig.yaml",
            "./templates/base.html.twig"
        ]
    },
Leon's avatar
Leon committed
    "symfony/twig-pack": {
        "version": "v1.0.0"
    },
    "symfony/var-dumper": {
        "version": "v5.0.1"
    },
    "symfony/var-exporter": {
        "version": "v5.0.1"
    },
    "symfony/webpack-encore-bundle": {
        "version": "1.6",
        "recipe": {
            "repo": "github.com/symfony/recipes",
            "branch": "master",
            "version": "1.6",
            "ref": "69e1d805ad95964088bd510c05995e87dc391564"
        },
        "files": [
            "./assets/css/app.css",
            "./assets/js/app.js",
            "./config/packages/assets.yaml",
            "./config/packages/prod/webpack_encore.yaml",
            "./config/packages/test/webpack_encore.yaml",
            "./config/packages/webpack_encore.yaml",
            "./package.json",
            "./webpack.config.js"
        ]
    },
    "symfony/yaml": {
        "version": "v5.0.1"
Leon's avatar
Leon committed
    "twig/extra-bundle": {
        "version": "v3.0.1"
    },
Leon Willens's avatar
Leon Willens committed
    "twig/twig": {
        "version": "v3.0.1"
    },
    "webimpress/safe-writer": {
        "version": "2.0.0"